Searched refs:BedsteadFrameworkMethod (Results 1 – 1 of 1) sorted by relevance
101 public static final class BedsteadFrameworkMethod extends FrameworkMethod { class in BedsteadJUnit4108 public BedsteadFrameworkMethod(Method method) { in BedsteadFrameworkMethod() method in BedsteadJUnit4.BedsteadFrameworkMethod112 public BedsteadFrameworkMethod(Method method, Annotation parameterizedAnnotation) { in BedsteadFrameworkMethod() method in BedsteadJUnit4.BedsteadFrameworkMethod155 if (!(obj instanceof BedsteadFrameworkMethod)) { in equals()159 BedsteadFrameworkMethod other = (BedsteadFrameworkMethod) obj; in equals()306 modifiedTests.add(new BedsteadFrameworkMethod(m.getMethod())); in computeTestMethods()315 new BedsteadFrameworkMethod(m.getMethod(), annotation)); in computeTestMethods()