Home
last modified time | relevance | path

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

1234

/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()
/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/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DCollectorUtilTest.java18 import junit.framework.TestCase;
23 public class CollectorUtilTest extends TestCase {
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DMultipartFormTest.java19 import junit.framework.TestCase;
26 public class MultipartFormTest extends TestCase {
DTestResultTest.java19 import junit.framework.TestCase;
24 public class TestResultTest extends TestCase {
DLightInvocationResultTest.java21 import junit.framework.TestCase;
28 public class LightInvocationResultTest extends TestCase {
DStatTest.java20 import junit.framework.TestCase;
25 public class StatTest extends TestCase {
DDynamicConfigTest.java21 import junit.framework.TestCase;
32 public class DynamicConfigTest extends TestCase {
DMetricsXmlSerializerTest.java19 import junit.framework.TestCase;
31 public class MetricsXmlSerializerTest extends TestCase {
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsoleTest.java21 import junit.framework.TestCase;
26 public class CompatibilityConsoleTest extends TestCase {
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/config/
DConfigurationFactoryTest.java21 import junit.framework.TestCase;
27 public class ConfigurationFactoryTest extends 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/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DPresubmitSetupValidation.java23 import junit.framework.TestCase;
29 public class PresubmitSetupValidation extends TestCase {
/test/suite_harness/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsTradefedTest.java24 import junit.framework.TestCase;
31 public class CtsTradefedTest extends TestCase {
/test/suite_harness/tools/cts-instant-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsInstantTradefedTest.java24 import junit.framework.TestCase;
31 public class CtsInstantTradefedTest extends TestCase {
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigHandlerTest.java22 import junit.framework.TestCase;
34 public class DynamicConfigHandlerTest extends TestCase {
DTestFilterTest.java19 import junit.framework.TestCase;
24 public class TestFilterTest extends TestCase {
/test/suite_harness/common/host-side/manifest-generator/tests/src/com/android/compatibility/common/generator/
DManifestGeneratorTest.java25 import junit.framework.TestCase;
28 public class ManifestGeneratorTest extends TestCase {
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DPropertyCheckTest.java25 import junit.framework.TestCase;
29 public class PropertyCheckTest extends TestCase {
DSettingsPreparerTest.java25 import junit.framework.TestCase;
32 public class SettingsPreparerTest 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()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsFuzzTestTest.java24 import junit.framework.TestCase;
34 public class VtsFuzzTestTest extends TestCase {
DVtsFuzzTestResultParserTest.java22 import junit.framework.TestCase;
38 public class VtsFuzzTestResultParserTest extends TestCase {
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterBuildInfoTest.java22 import junit.framework.TestCase;
29 public class ResultReporterBuildInfoTest extends TestCase {
/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;

1234