public interface TestOracle
| Modifier and Type | Method and Description |
|---|---|
Function<Session,com.github.dakusui.actionunit.Action> |
createTestActionFactory(TestItem testItem,
com.github.dakusui.jcunit.core.tuples.Tuple testCaseTuple) |
String |
getDescription()
Returns a string that describes this test oracle.
|
int |
getIndex() |
String |
templateDescription(com.github.dakusui.jcunit.core.tuples.Tuple testCaseTuple,
String testSuiteDescription) |
static String |
templateTestOracleDescription(TestOracle testOracle,
com.github.dakusui.jcunit.core.tuples.Tuple testCaseTuple,
String testSuiteDescription) |
static String templateTestOracleDescription(TestOracle testOracle, com.github.dakusui.jcunit.core.tuples.Tuple testCaseTuple, String testSuiteDescription)
int getIndex()
String getDescription()
String templateDescription(com.github.dakusui.jcunit.core.tuples.Tuple testCaseTuple, String testSuiteDescription)
Copyright © 2017. All rights reserved.