Class TestSystem.Definition
- java.lang.Object
-
- liquibase.extension.testing.testsystem.TestSystem.Definition
-
- All Implemented Interfaces:
Comparable<TestSystem.Definition>
- Enclosing class:
- TestSystem
public static class TestSystem.Definition extends Object implements Comparable<TestSystem.Definition>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TestSystem.Definition o)booleanequals(Object obj)StringgetName()String[]getProfiles()SortedMap<String,Object>getProperties()inthashCode()static TestSystem.Definitionparse(String definition)StringtoString()
-
-
-
Method Detail
-
parse
public static TestSystem.Definition parse(String definition)
-
getName
public String getName()
-
getProfiles
public String[] getProfiles()
- Returns:
- the profiles associated with this testSystem. Returns an empty array if no profiles are defined
-
getProperties
public SortedMap<String,Object> getProperties()
- Returns:
- read-only copy of the local properties in this test system
-
compareTo
public int compareTo(TestSystem.Definition o)
- Specified by:
compareToin interfaceComparable<TestSystem.Definition>
-
-