Searched refs:testLogTag (Results 1 – 1 of 1) sorted by relevance
192 final String testLogTag = String.format("<TestLog type=\"logcat\" url=\"url\" />"); in testSingleFail() local193 assertFalse(output, output.contains(testLogTag)); in testSingleFail()221 final String testLogTag = String.format("<TestLog type=\"logcat\" url=\"url\" />"); in testIncludeTestLogTags() local222 assertTrue(output, output.contains(testLogTag)); in testIncludeTestLogTags()