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.java101 public static final class BedsteadFrameworkMethod extends FrameworkMethod { class in BedsteadJUnit4
108 public BedsteadFrameworkMethod(Method method) { in BedsteadFrameworkMethod() method in BedsteadJUnit4.BedsteadFrameworkMethod
112 public BedsteadFrameworkMethod(Method method, Annotation parameterizedAnnotation) { in BedsteadFrameworkMethod() method in BedsteadJUnit4.BedsteadFrameworkMethod
155 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()