From 1df9374691daad77896afaf57b0f4df6764f26e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E6=88=9F?= Date: Mon, 19 Oct 2020 20:35:24 +0800 Subject: [PATCH] better test case --- .../testable/core/annotation/TestableInject.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/src/main/java/com/alibaba/testable/core/annotation/TestableInject.java b/core/src/main/java/com/alibaba/testable/core/annotation/TestableInject.java index 06d17d9..ae127b0 100644 --- a/core/src/main/java/com/alibaba/testable/core/annotation/TestableInject.java +++ b/core/src/main/java/com/alibaba/testable/core/annotation/TestableInject.java @@ -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 */