Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 6 of 6) sorted by relevance

/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test.py83 def CreateCorpusDir(self, test_case): argument
88 def RunTestcase(self, test_case): argument
114 def LogCrashReport(self, test_case): argument
143 def AssertTestResult(self, test_case, result): argument
/test/vts-testcase/kernel/ltp/
Denvironment_requirement_checker.py76 def GetRequirements(self, test_case): argument
96 def Check(self, test_case): argument
189 def TestBinaryExists(self, test_case): argument
DKernelLtpTest.py454 def GetTestName(self, test_case, n_bit): argument
458 def RunLtpOnce(self, test_case, n_bit): argument
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py103 def VerifyTestResult(self, test_case, command_results): argument
/test/vts/testcases/template/binary_test/
Dbinary_test.py414 def VerifyTestResult(self, test_case, command_results): argument
426 def RunTestCase(self, test_case): argument
/test/vts/proto/
DVtsReportMessage.proto258 repeated TestCaseReportMessage test_case = 11; field