Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 25 of 49) sorted by relevance

12

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCaseRunEntity.java59 public final List<TestCase> testCases;
67 public static class TestCase { class in TestCaseRunEntity
80 public TestCase(long parentId, int offset, String name, int result) { in TestCase() method in TestCaseRunEntity.TestCase
143 this.testCases.add(new TestCase(this.id, this.testCases.size(), name, result)); in onLoad()
181 for (TestCase testCase : this.testCases) { in toEntity()
DTestStatusEntity.java19 import com.android.vts.entity.TestCaseRunEntity.TestCase;
93 public TestCaseReference(TestCase testCase) { in TestCaseReference()
/test/vts/runners/target/gtest/
Dgtest_main.cpp172 class TestCase { class
174 TestCase() {} // For std::vector<TestCase>. in TestCase() function in TestCase
175 explicit TestCase(const char* name) : name_(name) {} in TestCase() function in TestCase
266 std::vector<TestCase>& testcase_list) { in EnumerateTests()
304 testcase_list.push_back(TestCase(start)); in EnumerateTests()
319 const std::vector<TestCase>& testcase_list, size_t iteration, in OnTestIterationStartPrint()
339 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) { in OnTestEndPrint()
360 static void OnTestIterationEndPrint(const std::vector<TestCase>& testcase_list, in OnTestIterationEndPrint()
499 const std::vector<TestCase>& testcase_list, in OnTestIterationEndXmlPrint()
685 static void HandleSignals(std::vector<TestCase>& testcase_list, in HandleSignals()
[all …]
/test/app_compat/csuite/tools/script/
Dgenerate_module_test.py28 class WriteTestModuleTest(csuite_test.TestCase):
63 class WriteBuildModuleTest(csuite_test.TestCase):
103 class ParsePackageListTest(csuite_test.TestCase):
134 class ParseArgsTest(fake_filesystem_unittest.TestCase):
202 class GenerateAllModulesFromConfigTest(fake_filesystem_unittest.TestCase):
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java22 import com.android.vts.entity.TestCaseRunEntity.TestCase;
78 private static Map<String, TestCase> getCurrentFailures(TestStatusEntity status) { in getCurrentFailures()
83 Map<String, TestCase> failingTestcases = new HashMap<>(); in getCurrentFailures()
103 TestCase testCase = testCaseRunEntity.testCases.get(testCaseRef.offset); in getCurrentFailures()
232 Map<String, TestCase> failedTestCaseMap, in getTestStatus()
242 Map<String, TestCase> testCaseBreakageMap = new HashMap<>(); in getTestStatus()
271 for (TestCase testCase : testCaseRunEntity.testCases) { in getTestStatus()
534 Map<String, TestCase> failedTestcaseMap = getCurrentFailures(status); in doPost()
/test/app_compat/csuite/pylib/
Dcsuite_test.py24 TestCase = unittest.TestCase variable
/test/catbox/tools/catbox-tradefed/tests/src/com/android/compatibility/tradefed/
DCatBoxTradefedTest.java23 import junit.framework.TestCase;
28 public class CatBoxTradefedTest extends TestCase {
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestRunDetails.java20 import com.android.vts.entity.TestCaseRunEntity.TestCase;
76 for (TestCase testCase : testCaseEntity.getTestCases()) { in addTestCase()
DTestResults.java23 import com.android.vts.entity.TestCaseRunEntity.TestCase;
129 for (TestCase testCase : testCaseRunEntity.testCases) { in addTestRun()
151 for (TestCase testCase : testCaseRunEntity.testCases) { in generateToTBreakdown()
304 for (TestCase testCase : testCaseEntity.testCases) { in processReport()
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/src/com/android/nn/benchmark/vts/v1_2/
DNNAccuracyTest.java19 import static junit.framework.TestCase.assertFalse;
20 import static junit.framework.TestCase.assertTrue;
/test/vts-testcase/hal/neuralnetworks/V1_3/benchmark/java/src/com/android/nn/benchmark/vts/v1_3/
DNNAccuracyTest.java19 import static junit.framework.TestCase.assertFalse;
20 import static junit.framework.TestCase.assertTrue;
/test/app_compat/csuite/integration_tests/
Dcsuite_cli_test.py21 class CSuiteCliTest(csuite_test_utils.TestCase):
Dcsuite_test_utils.py34 TestCase = csuite_test.TestCase # pylint: disable=invalid-name variable
Dcsuite_crash_detection_test.py21 class CrashDetectionTest(csuite_test_utils.TestCase):
/test/vts/utils/python/library/elf/
Dutils_test.py52 class UtilsTest(unittest.TestCase):
/test/vts/utils/python/controllers/
Dandroid_device_test.py22 class AndroidDeviceTest(unittest.TestCase):
/test/vts/utils/python/library/vtable/
Dvtable_dumper_test.py49 class VtableDumperTest(unittest.TestCase):
/test/vts/utils/python/common/
Dtimeout_utils_test.py26 class TimeoutUtilsTest(unittest.TestCase):
/test/vts/utils/python/coverage/
Dcoverage_report_test.py26 class CoverageReportTest(unittest.TestCase):
Dfunction_summary_test.py26 class FunctionSummaryTest(unittest.TestCase):
Dsancov_parser_test.py28 class SancovParserTest(unittest.TestCase):
/test/vts/utils/python/gcs/
Dgcs_utils_test.py36 class GcsUtilsTest(unittest.TestCase):
/test/vts/utils/python/archive/
Darchive_parser_test.py24 class ArchiveParserTest(unittest.TestCase):
/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_case.py24 class TestCase(object): class
/test/vts-testcase/hal/treble/platform_version/
Dvts_treble_platform_version_test.py26 class VtsTreblePlatformVersionTest(unittest.TestCase):

12