public class TestNgOnClassFramework extends TestNgFramework
| Constructor and Description |
|---|
TestNgOnClassFramework() |
| Modifier and Type | Method and Description |
|---|---|
TestCaseMethodType |
checkMethodType(org.objectweb.asm.tree.MethodNode mn)
Check whether a method is test or cleanup method
|
boolean |
fit(Set<String> classAnnotations,
Set<String> methodAnnotations)
Check whether the test class using current test framework
|
getCleanupMethodAnnotation, getTestMethodAnnotationsgetCleanupMethodpublic boolean fit(Set<String> classAnnotations, Set<String> methodAnnotations)
Frameworkfit in interface Frameworkfit in class CommonFrameworkclassAnnotations - annotations of the classmethodAnnotations - annotations of all methodspublic TestCaseMethodType checkMethodType(org.objectweb.asm.tree.MethodNode mn)
FrameworkcheckMethodType in interface FrameworkcheckMethodType in class CommonFrameworkmn - method nodeCopyright © 2021. All rights reserved.