|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Context
An interface representing a testing context.
| Method Summary | |
|---|---|
Class |
getClazz()
Returns the class under test. |
PrintWriter |
getErrWriter()
Returns the print writer that accepts error messages. |
Map<String,Set<String>> |
getImplClasses()
Returns the concrete implemenation classes of interfaces and abstract classes. |
int |
getMaxHeight()
Returns the maximum height of test case objects. |
Member |
getMethod()
Returns the method or constructor under test. |
Iterable<? extends MethodWrapper> |
getMethods()
Returns all the methods of the class under test. |
int |
getNumOfAttempts()
Returns the number of test attempts. |
int |
getNumOfIncAttempts()
Returns the maximum number of attempts to be tried when an incremental construction of an object fails. |
int |
getObjectPoolSize()
Returns the size of object pool. |
Set<String> |
getWarnedInterfaces()
Returns the set of interface names that are already warned about no known implementation classes. |
boolean |
isObjectPooling()
Returns true if object pooling should be enabled. |
boolean |
isRedundancyChecked()
Returns true if the redundancy of generated test cases has to be checked. |
boolean |
isStopRequested()
Returns true if testing should terminate immediately. |
| Method Detail |
|---|
Member getMethod()
Class getClazz()
Iterable<? extends MethodWrapper> getMethods()
int getMaxHeight()
int getNumOfAttempts()
int getNumOfIncAttempts()
boolean isObjectPooling()
int getObjectPoolSize()
Map<String,Set<String>> getImplClasses()
Set<String> getWarnedInterfaces()
PrintWriter getErrWriter()
boolean isRedundancyChecked()
boolean isStopRequested()
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||