public class TestInfo extends Object
| Modifier | Constructor and Description |
|---|---|
|
TestInfo(Class<?> contractTest,
Contract c)
Constructor
|
protected |
TestInfo(Class<?> testSuite,
ContractImpl impl,
Method m)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getContractClass() |
String |
getContractName() |
Method |
getMethod() |
String |
getPackageName() |
String |
getSimpleContractName() |
String |
getSimpleTestName() |
Class<?>[] |
getSkipTests() |
Class<?> |
getTestClass() |
String |
getTestName() |
boolean |
isAbstract() |
String |
toString() |
protected TestInfo(Class<?> testSuite, ContractImpl impl, Method m)
testSuite - The contract test this is part ofimpl - The class under test.m - The method to get the producerpublic Class<?>[] getSkipTests()
public String getPackageName()
public String getSimpleContractName()
public String getSimpleTestName()
public String getContractName()
public String getTestName()
public boolean isAbstract()
public Class<?> getTestClass()
public Class<?> getContractClass()
public Method getMethod()
Copyright © 2013-2014 XENEI.com. All Rights Reserved.