better test case

This commit is contained in:
金戟 2020-10-19 20:35:24 +08:00
parent 012022d691
commit 1df9374691

View File

@ -12,16 +12,6 @@ import java.lang.annotation.*;
@Documented
public @interface TestableInject {
/**
* only enable for invocation from specified methods
*/
String[] sourceMethods() default {};
/**
* only enable for invocation from specified test cases
*/
String[] testMethods() default {};
/**
* mock method of specified class instead of the class under test
*/