|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.et.rat.gen.AllTestSuite.TestingContext
private static class AllTestSuite.TestingContext
| Field Summary | |
|---|---|
private Class |
clazz
|
private Member |
method
|
| Constructor Summary | |
|---|---|
AllTestSuite.TestingContext(Class clazz,
Member method)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Class clazz
private Member method
| Constructor Detail |
|---|
public AllTestSuite.TestingContext(Class clazz,
Member method)
| Method Detail |
|---|
public Class getClazz()
Context
getClazz in interface Contextpublic Member getMethod()
Context
getMethod in interface Contextpublic Iterable<? extends MethodWrapper> getMethods()
Context
getMethods in interface Contextpublic int getNumOfAttempts()
Context
getNumOfAttempts in interface Contextpublic int getMaxHeight()
Context
getMaxHeight in interface Contextpublic int getNumOfIncAttempts()
Context
getNumOfIncAttempts in interface Contextpublic boolean isObjectPooling()
Context
isObjectPooling in interface Contextpublic int getObjectPoolSize()
Context
getObjectPoolSize in interface Contextpublic Map<String,Set<String>> getImplClasses()
Context
getImplClasses in interface Contextpublic Set<String> getWarnedInterfaces()
Context
getWarnedInterfaces in interface Contextpublic PrintWriter getErrWriter()
Context
getErrWriter in interface Contextpublic boolean isRedundancyChecked()
Context
isRedundancyChecked in interface Contextpublic boolean isStopRequested()
Context
isStopRequested in interface Context
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||