Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DAssertionsChecker.java20 import com.android.server.wm.flicker.Assertions.CompoundAssertion;
40 private List<CompoundAssertion<T>> mAssertions = new LinkedList<>();
43 mAssertions.add(new CompoundAssertion<>(assertion, name)); in add()
47 CompoundAssertion<T> lastAssertion = mAssertions.get(mAssertions.size() - 1); in append()
DAssertions.java81 public static class CompoundAssertion<T> extends NamedAssertion<T> { class in Assertions
84 public CompoundAssertion(TraceAssertion<T> assertion, String name) { in CompoundAssertion() method in Assertions.CompoundAssertion