Home
last modified time | relevance | path

Searched refs:TESTCASE (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DBugreportCollectorTest.java85 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testCreatePredicate()
90 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testPredicateEquals()
91 Predicate bar = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testPredicateEquals()
103 Filter.WITH_ANY, Noun.TESTCASE); in testPredicatePartialMatch()
111 Filter.WITH_ANY, Noun.TESTCASE); in testPredicateFullMatch()
113 Filter.WITH_ANY, Noun.TESTCASE); in testPredicateFullMatch()
190 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testTestEnded()
211 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testWaitForDevice()
234 Predicate pred = new Predicate(Relation.AFTER, Freq.FIRST, Noun.TESTCASE); in testTestEnded_firstCase()
/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java58 TESTCASE, enumConstant
329 case TESTCASE: in check()
360 case TESTCASE: in check()
389 case TESTCASE: in check()
439 check(Relation.AFTER, Noun.TESTCASE, test); in testEnded()
504 check(Relation.AT_START_OF, Noun.TESTCASE, test); in testStarted()
DXmlResultReporter.java58 private static final String TESTCASE = "testcase"; field in XmlResultReporter
176 serializer.startTag(NS, TESTCASE); in print()
196 serializer.endTag(NS, TESTCASE); in print()
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py86 TESTCASE_LOG: ContextLevel.TESTCASE
341 def __get_current_output_dir(self, depth=ContextLevel.TESTCASE):
/tools/test/connectivity/acts/framework/acts/
Dcontext.py34 TESTCASE = 2 variable in ContextLevel