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
Modifier and TypeMethodDescriptionint
boolean
getName()
String[]
int
hashCode()
static TestSystem.Definition
toString()
-
Method Details
-
parse
-
getName
-
getProfiles
- Returns:
- the profiles associated with this testSystem. Returns an empty array if no profiles are defined
-
getProperties
- Returns:
- read-only copy of the local properties in this test system
-
toString
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TestSystem.Definition>
-