File tree Expand file tree Collapse file tree
microsphere-java-core/src/test/java/io/microsphere/reflect Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727import java .util .function .Predicate ;
2828
2929import static io .microsphere .AbstractTestCase .JACOCO_AGENT_INSTRUCTED ;
30+ import static io .microsphere .reflect .MemberUtils .PUBLIC_MEMBER_PREDICATE ;
3031import static io .microsphere .reflect .MethodUtils .FINAL_METHOD_PREDICATE ;
3132import static io .microsphere .reflect .MethodUtils .NON_PRIVATE_METHOD_PREDICATE ;
3233import static io .microsphere .reflect .MethodUtils .NON_STATIC_METHOD_PREDICATE ;
@@ -96,7 +97,7 @@ public void testFINAL_METHOD_PREDICATE() {
9697
9798 @ Test
9899 public void testPUBLIC_METHOD_PREDICATE () {
99- assertTrue (MemberUtils . PUBLIC_MEMBER_PREDICATE .test (findMethod (ReflectionTest .class , "publicMethod" , int .class )));
100+ assertTrue (PUBLIC_MEMBER_PREDICATE .test (findMethod (ReflectionTest .class , "publicMethod" , int .class )));
100101 }
101102
102103 @ Test
You can’t perform that action at this time.
0 commit comments