public class JUnit4Framework extends CommonFramework
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNOTATION_TEST |
| Constructor and Description |
|---|
JUnit4Framework() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanupMethodAnnotation()
Get annotation that identify test cleanup method
|
List<String> |
getTestMethodAnnotations()
Get all annotations that identify test case method
|
checkMethodType, fit, getCleanupMethodpublic static final String ANNOTATION_TEST
public List<String> getTestMethodAnnotations()
CommonFrameworkgetTestMethodAnnotations in class CommonFrameworkpublic String getCleanupMethodAnnotation()
CommonFrameworkgetCleanupMethodAnnotation in class CommonFrameworkCopyright © 2021. All rights reserved.