Searched refs:frameworkMethod (Results 1 – 2 of 2) sorted by relevance
35 public FrameworkMethodWithParameter(FrameworkMethod frameworkMethod, Object injectedParam) { in FrameworkMethodWithParameter() argument36 super(frameworkMethod.getMethod()); in FrameworkMethodWithParameter()37 mWrappedFrameworkMethod = frameworkMethod; in FrameworkMethodWithParameter()
661 FrameworkMethod frameworkMethod, Stream<FrameworkMethod> expandedMethods) { in generatePolicyArgumentTests() argument665 frameworkMethod.getMethod().getAnnotation(PolicyAppliesTest.class); in generatePolicyArgumentTests()667 frameworkMethod.getMethod().getAnnotation(PolicyDoesNotApplyTest.class); in generatePolicyArgumentTests()669 frameworkMethod.getMethod().getAnnotation(CanSetPolicyTest.class); in generatePolicyArgumentTests()671 frameworkMethod.getMethod().getAnnotation(CannotSetPolicyTest.class); in generatePolicyArgumentTests()741 FrameworkMethod frameworkMethod, Set<?> validArguments) { in applyPolicyArgumentParameter() argument744 expandedMethods.add(new FrameworkMethodWithParameter(frameworkMethod, arg)); in applyPolicyArgumentParameter()749 private static Stream<FrameworkMethod> applyStringTestParameter(FrameworkMethod frameworkMethod, in applyStringTestParameter() argument752 (i) -> new FrameworkMethodWithParameter(frameworkMethod, i) in applyStringTestParameter()756 private static Stream<FrameworkMethod> applyIntTestParameter(FrameworkMethod frameworkMethod, in applyIntTestParameter() argument[all …]