public class ComponentExpectations extends Object
TestPackaging and AbstractComponentsInProductTest
subclasses - ensures our packaging tests match our runtime tests, etc.
The expectations in this class reflect the Component, ComponentImport, ExportAsService etc.
in the test plugin.| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentExpectations.AbstractExpectedComponent |
static class |
ComponentExpectations.ExpectedAutoAddedComponent |
static class |
ComponentExpectations.ExpectedComponent |
static class |
ComponentExpectations.ExpectedComponentImport |
static class |
ComponentExpectations.ExpectedServiceExport |
| Modifier and Type | Field and Description |
|---|---|
static ComponentExpectations |
BAMBOO |
static ComponentExpectations |
BITBUCKET |
static ComponentExpectations |
COMMON |
static ComponentExpectations |
CONFLUENCE |
static ComponentExpectations |
FECRU |
static ComponentExpectations |
JIRA_BTF |
static ComponentExpectations |
JIRA_CLOUD |
static ComponentExpectations |
REFAPP |
static ComponentExpectations |
STASH |
public static final ComponentExpectations COMMON
public static final ComponentExpectations REFAPP
public static final ComponentExpectations CONFLUENCE
public static final ComponentExpectations JIRA_CLOUD
public static final ComponentExpectations JIRA_BTF
public static final ComponentExpectations BAMBOO
public static final ComponentExpectations STASH
public static final ComponentExpectations BITBUCKET
public static final ComponentExpectations FECRU
public List<ComponentExpectations.ExpectedComponent> getExpectedScannerCreatedComponents()
public List<ComponentExpectations.ExpectedAutoAddedComponent> getExpectedAutoAddedComponents()
public List<ComponentExpectations.ExpectedComponentImport> getExpectedScannerCreatedComponentImports()
public List<ComponentExpectations.ExpectedServiceExport> getExpectedScannerCreatedExports()
public List<ComponentExpectations.ExpectedServiceExport> getExpectedScannerCreatedDevExports()
public List<ComponentExpectations.ExpectedServiceExport> getExpectedAutoAddedExports()
public List<ComponentExpectations.ExpectedComponent> getExpectedScannerCreatedDynamicComponents()
public List<ComponentExpectations.ExpectedComponentImport> getExpectedScannerCreatedDynamicComponentImports()
public List<ComponentExpectations.ExpectedComponent> getProductSpecificScannerCreatedComponents()
public List<ComponentExpectations.ExpectedComponentImport> getProductSpecificScannerCreatedComponentImports()
public List<ComponentExpectations.ExpectedAutoAddedComponent> getProductSpecificAutoAddedComponents()
Copyright © 2019 Atlassian. All rights reserved.