Home
last modified time | relevance | path

Searched refs:BedsteadFrameworkMethod (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java74 public static final class BedsteadFrameworkMethod extends FrameworkMethod { class in BedsteadJUnit4
81 public BedsteadFrameworkMethod(Method method) { in BedsteadFrameworkMethod() method in BedsteadJUnit4.BedsteadFrameworkMethod
85 public BedsteadFrameworkMethod(Method method, Annotation parameterizedAnnotation) { in BedsteadFrameworkMethod() method in BedsteadJUnit4.BedsteadFrameworkMethod
122 if (!(obj instanceof BedsteadFrameworkMethod)) { in equals()
126 BedsteadFrameworkMethod other = (BedsteadFrameworkMethod) obj; in equals()
230 modifiedTests.add(new BedsteadFrameworkMethod(m.getMethod())); in computeTestMethods()
239 new BedsteadFrameworkMethod(m.getMethod(), annotation)); in computeTestMethods()