HomeSort by relevance Sort by last modified time
    Searched refs:assertPathMatches (Results 1 - 4 of 4) sorted by null

  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/xml/
XMLFormatterTest.java 72 assertPathMatches("session-1", "/report/sessioninfo[1]/@id");
73 assertPathMatches("12345", "/report/sessioninfo[1]/@start");
74 assertPathMatches("67890", "/report/sessioninfo[1]/@dump");
75 assertPathMatches("session-2", "/report/sessioninfo[2]/@id");
76 assertPathMatches("session-3", "/report/sessioninfo[3]/@id");
84 assertPathMatches("report", "/report/@name");
85 assertPathMatches("group1", "/report/group[1]/@name");
86 assertPathMatches("group", "/report/group[1]/group[1]/@name");
87 assertPathMatches("bundle", "/report/group[1]/group[1]/group[1]/@name");
88 assertPathMatches("bundle", "/report/group[2]/@name")
    [all...]
  /cts/tests/tests/transition/src/android/transition/cts/
ArcMotionTest.java 39 assertPathMatches(expected, path);
43 assertPathMatches(expected, path);
47 assertPathMatches(expected, path);
51 assertPathMatches(expected, path);
64 assertPathMatches(expected, path);
68 assertPathMatches(expected, path);
72 assertPathMatches(expected, path);
76 assertPathMatches(expected, path);
80 assertPathMatches(expected, path);
84 assertPathMatches(expected, path)
    [all...]
PatternPathMotionTest.java 39 assertPathMatches(pattern, pathMotion.getPatternPath());
45 assertPathMatches(expected, pathMotion.getPath(0, 0, 100, 100));
54 assertPathMatches(pattern, pathMotion.getPatternPath());
59 assertPathMatches(expected, pathMotion.getPath(0, 0, 0, 100));
PathMotionTest.java 25 public static void assertPathMatches(Path expectedPath, Path path) {

Completed in 6139 milliseconds