Searched refs:plainTestMethod (Results 1 - 1 of 1) sorted by relevance

/external/junit-params/src/test/java/junitparams/internal/
H A DTestMethodTest.java19 TestMethod plainTestMethod; field in class:TestMethodTest
24 plainTestMethod = new TestMethod(new FrameworkMethod(TestMethodTest.class.getMethod("forOthersToWork", new Class[]{String.class})),
49 Description description = plainTestMethod.describableFrameworkMethod().getDescription();
63 Description description = plainTestMethod.describableFrameworkMethod().getDescription();

Completed in 165 milliseconds