Searched refs:hasTestMapping (Results 1 – 3 of 3) sorted by relevance
36 Assert.assertTrue(AtestUtils.hasTestMapping("src/test/resources/root/a/b")); in testhasTestMapping()37 Assert.assertFalse(AtestUtils.hasTestMapping("src/test/resources/root/a/b/c")); in testhasTestMapping()
34 public static boolean hasTestMapping(String path) { in hasTestMapping() method in AtestUtils
123 if (AtestUtils.hasTestMapping(basePath)) { in initTestTarget()