| Package | Description |
|---|---|
| com.alibaba.testable.agent.handler.test | |
| com.alibaba.testable.agent.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseMethodType |
Framework.checkMethodType(org.objectweb.asm.tree.MethodNode mn)
Check whether a method is test or cleanup method
|
TestCaseMethodType |
TestNgOnClassFramework.checkMethodType(org.objectweb.asm.tree.MethodNode mn) |
TestCaseMethodType |
SpockFramework.checkMethodType(org.objectweb.asm.tree.MethodNode mn) |
TestCaseMethodType |
CommonFramework.checkMethodType(org.objectweb.asm.tree.MethodNode mn) |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseMethodType |
TestCaseMethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseMethodType[] |
TestCaseMethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.