public class VerifiedTest extends Object
Constructor and Description |
---|
VerifiedTest(String testClass,
String testName) |
Modifier and Type | Method and Description |
---|---|
TestPermutation |
addPermutation(TestPermutation permutation) |
Set<String> |
getGroups() |
TestPermutation |
getPermutation(String key) |
Collection<TestPermutation> |
getPermutations() |
String |
getTestClass() |
String |
getTestName() |
boolean |
hasGroups() |
void |
removePermutation(String key) |
void |
replacePermutation(TestPermutation permutation) |
public String getTestClass()
public boolean hasGroups()
public String getTestName()
public Collection<TestPermutation> getPermutations()
public TestPermutation getPermutation(String key)
public TestPermutation addPermutation(TestPermutation permutation)
public void replacePermutation(TestPermutation permutation)
public void removePermutation(String key)
Copyright © 2014 Liquibase.org. All rights reserved.