- GET_TESTABLE_REF - Static variable in class com.alibaba.testable.agent.handler.BaseClassHandler
-
- getAnnotationParameter(AnnotationNode, String, T, Class<T>) - Static method in class com.alibaba.testable.agent.util.AnnotationUtil
-
Read value of annotation parameter
- getBytes(byte[]) - Method in class com.alibaba.testable.agent.handler.BaseClassHandler
-
- getClassNode(String) - Static method in class com.alibaba.testable.agent.util.ClassUtil
-
Read class from current context
- getClazz() - Method in class com.alibaba.testable.agent.model.MethodInfo
-
- getCleanupMethod(String) - Method in class com.alibaba.testable.agent.handler.test.CommonFramework
-
- getCleanupMethod(String) - Method in interface com.alibaba.testable.agent.handler.test.Framework
-
Generate cleanup method with correct name and annotations
- getCleanupMethod(String) - Method in class com.alibaba.testable.agent.handler.test.SpockFramework
-
- getCleanupMethodAnnotation() - Method in class com.alibaba.testable.agent.handler.test.CommonFramework
-
Get annotation that identify test cleanup method
- getCleanupMethodAnnotation() - Method in class com.alibaba.testable.agent.handler.test.JUnit4Framework
-
- getCleanupMethodAnnotation() - Method in class com.alibaba.testable.agent.handler.test.JUnit5Framework
-
- getCleanupMethodAnnotation() - Method in class com.alibaba.testable.agent.handler.test.TestNgFramework
-
- getDesc() - Method in class com.alibaba.testable.agent.model.MethodInfo
-
- getDumpPath() - Static method in class com.alibaba.testable.agent.util.GlobalConfig
-
- getFirstLevelFolder(String, String) - Static method in class com.alibaba.testable.agent.util.PathUtil
-
Get the absolute path of the first sub-folder from root folder to target path
- getFirstParameter(String) - Static method in class com.alibaba.testable.agent.util.MethodUtil
-
Parse method desc, fetch first parameter type (assume first parameter is an object type)
- getFirstRelatedStackLine(Throwable) - Static method in class com.alibaba.testable.agent.util.ThreadUtil
-
- getIntInsn(int) - Static method in class com.alibaba.testable.agent.util.BytecodeUtil
-
get ops code of load a int number
- getLoadParameterByteCode(Byte) - Static method in class com.alibaba.testable.agent.util.BytecodeUtil
-
get load ops-code of specified type
- getMockClass() - Method in class com.alibaba.testable.agent.model.MethodInfo
-
- getMockClassName(String) - Static method in class com.alibaba.testable.agent.util.ClassUtil
-
Get mock class name from source class name
- getMockDesc() - Method in class com.alibaba.testable.agent.model.MethodInfo
-
- getMockName() - Method in class com.alibaba.testable.agent.model.MethodInfo
-
- getMockPackageMapping() - Static method in class com.alibaba.testable.agent.util.GlobalConfig
-
- getName() - Method in class com.alibaba.testable.agent.model.MethodInfo
-
- getParameters(String) - Static method in class com.alibaba.testable.agent.util.MethodUtil
-
Parse method desc, fetch parameter types string
- getParameterTypes(String) - Static method in class com.alibaba.testable.agent.util.MethodUtil
-
Parse method desc, fetch parameter types
- getPkgPrefixBlackList() - Static method in class com.alibaba.testable.agent.util.GlobalConfig
-
- getPkgPrefixWhiteList() - Static method in class com.alibaba.testable.agent.util.GlobalConfig
-
- getPrimaryTypeConvertMethod(Byte) - Static method in class com.alibaba.testable.agent.util.ClassUtil
-
Get method node to convert primary type to wrapper type
- getReturnOpsCode(String) - Static method in class com.alibaba.testable.agent.util.ClassUtil
-
Get byte code for return specified private type
- getReturnType(String) - Static method in class com.alibaba.testable.agent.util.MethodUtil
-
Parse method desc, fetch return value type
- getSourceClassName(String) - Static method in class com.alibaba.testable.agent.util.ClassUtil
-
Get source class name from test class name
- getTestableMockMethods(String) - Method in class com.alibaba.testable.agent.transformer.MockClassParser
-
Get information of all mock methods
- getTestClassName(String) - Static method in class com.alibaba.testable.agent.util.ClassUtil
-
Get test class name from source class name
- getTestMethodAnnotations() - Method in class com.alibaba.testable.agent.handler.test.CommonFramework
-
Get all annotations that identify test case method
- getTestMethodAnnotations() - Method in class com.alibaba.testable.agent.handler.test.JUnit4Framework
-
- getTestMethodAnnotations() - Method in class com.alibaba.testable.agent.handler.test.JUnit5Framework
-
- getTestMethodAnnotations() - Method in class com.alibaba.testable.agent.handler.test.TestNgFramework
-
- getWeekHashSet() - Static method in class com.alibaba.testable.agent.tool.ComparableWeakRef
-
- getWrapperTypeConvertMethod(byte) - Static method in class com.alibaba.testable.agent.util.ClassUtil
-
Get method name and descriptor to convert wrapper type to primary type
- GlobalConfig - Class in com.alibaba.testable.agent.util
-
- GlobalConfig() - Constructor for class com.alibaba.testable.agent.util.GlobalConfig
-