| Package | Description |
|---|---|
| org.alfresco.bm.common.mongo | |
| org.alfresco.bm.driver.test | |
| org.alfresco.bm.driver.test.prop |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MongoTestDAO.writeTestDef(String release,
Integer schema,
String description,
List<TestProperty> testProperties)
Write all the test application's property definitions against the release
and schema number
|
| Modifier and Type | Method and Description |
|---|---|
List<TestProperty> |
TestDefaults.getPropertiesList() |
Map<String,TestProperty> |
TestDefaults.getPropertiesMap() |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanTestProperty
Support and validation of
TestPropertyType#BOOLEAN test properties |
class |
DecimalTestProperty
Support and validation of
TestPropertyType#INT test properties |
class |
IntTestProperty
Support and validation of
TestPropertyType#INT test properties |
class |
StringTestProperty
Support and validation of
TestPropertyType#STRING test properties |
| Modifier and Type | Method and Description |
|---|---|
abstract TestProperty |
TestProperty.TestPropertyType.createTestProperty(String name,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
static List<TestProperty> |
TestPropertyFactory.getTestProperties(String inheritanceCSV,
Properties properties)
Convert Java properties into instances of
TestProperty instances. |
static Map<String,TestProperty> |
TestPropertyFactory.groupByName(List<TestProperty> testProperties)
Helper method to create a map of test properties keyed by their names
|
| Modifier and Type | Method and Description |
|---|---|
int |
TestProperty.compareTo(TestProperty o)
Compares based on group and name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,TestProperty> |
TestPropertyFactory.groupByName(List<TestProperty> testProperties)
Helper method to create a map of test properties keyed by their names
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.