Method |
Description |
|
setUp ( ) |
|
|
testEmptyClassHierachy ( ) |
It should return null if the class hierarchy is empty. |
|
testGetMetadataForFile ( ) |
It can retrieve the metadata for a file containing a class. |
|
testInvalidParameters ( ) |
It should throw an exception if the parameters are not in a valid format. |
|
testValidationAfterMethods ( ) |
It should throw an exception if an after method does not exist. |
|
testValidationBeforeClassMethodsBenchmarkNotStatic ( ) |
It should throw an exception if a before class method is not static. |
|
testValidationBeforeMethodsBenchmark ( ) |
It should throw an exception if a before/after method does not exist on the benchmark. |
|
testValidationBeforeMethodsBenchmarkIsStatic ( ) |
It should throw an exception if a before method IS static. |
|
testValidationBeforeMethodsSubject ( ) |
It should throw an exception if a before/after method does not exist on the subject. |
|
testWithSubjects ( ) |
It will return a benchmark populated with subjects. |
|