Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/result/
DBugreportCollectorTest.java97 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testCreatePredicate()
103 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testPredicateEquals()
104 Predicate bar = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testPredicateEquals()
118 Relation.AFTER, Freq.EACH, Noun.INVOCATION, Filter.WITH_ANY, Noun.TESTCASE); in testPredicatePartialMatch()
128 Relation.AFTER, Freq.EACH, Noun.INVOCATION, Filter.WITH_ANY, Noun.TESTCASE); in testPredicateFullMatch()
131 Relation.AFTER, Freq.EACH, Noun.INVOCATION, Filter.WITH_ANY, Noun.TESTCASE); in testPredicateFullMatch()
222 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testTestEnded()
252 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testWaitForDevice()
283 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.java53 private static final String TESTCASE = "testcase"; field in XmlResultReporter
173 serializer.startTag(NS, TESTCASE); in print()
206 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
/tools/test/mobly_extensions/tools/results_uploader/src/
Dmobly_result_converter.py89 TESTCASE = 'testcase' variable in ResultstoreTreeTags
451 testcase_element = ElementTree.Element(ResultstoreTreeTags.TESTCASE.value)