/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestCaseRunEntity.java | 59 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/ |
D | gtest_main.cpp | 172 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/ |
D | CollectorUtilTest.java | 18 import junit.framework.TestCase; 23 public class CollectorUtilTest extends TestCase {
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | MultipartFormTest.java | 19 import junit.framework.TestCase; 26 public class MultipartFormTest extends TestCase {
|
D | TestResultTest.java | 19 import junit.framework.TestCase; 24 public class TestResultTest extends TestCase {
|
D | LightInvocationResultTest.java | 21 import junit.framework.TestCase; 28 public class LightInvocationResultTest extends TestCase {
|
D | StatTest.java | 20 import junit.framework.TestCase; 25 public class StatTest extends TestCase {
|
D | DynamicConfigTest.java | 21 import junit.framework.TestCase; 32 public class DynamicConfigTest extends TestCase {
|
D | MetricsXmlSerializerTest.java | 19 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/ |
D | CompatibilityConsoleTest.java | 21 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/ |
D | ConfigurationFactoryTest.java | 21 import junit.framework.TestCase; 27 public class ConfigurationFactoryTest extends TestCase {
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsAlertJobServlet.java | 22 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/ |
D | PresubmitSetupValidation.java | 23 import junit.framework.TestCase; 29 public class PresubmitSetupValidation extends TestCase {
|
/test/suite_harness/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/ |
D | CtsTradefedTest.java | 24 import junit.framework.TestCase; 31 public class CtsTradefedTest extends TestCase {
|
/test/suite_harness/tools/cts-instant-tradefed/tests/src/com/android/compatibility/tradefed/ |
D | CtsInstantTradefedTest.java | 24 import junit.framework.TestCase; 31 public class CtsInstantTradefedTest extends TestCase {
|
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/ |
D | DynamicConfigHandlerTest.java | 22 import junit.framework.TestCase; 34 public class DynamicConfigHandlerTest extends TestCase {
|
D | TestFilterTest.java | 19 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/ |
D | ManifestGeneratorTest.java | 25 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/ |
D | PropertyCheckTest.java | 25 import junit.framework.TestCase; 29 public class PropertyCheckTest extends TestCase {
|
D | SettingsPreparerTest.java | 25 import junit.framework.TestCase; 32 public class SettingsPreparerTest extends TestCase {
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | TestRunDetails.java | 20 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/ |
D | VtsFuzzTestTest.java | 24 import junit.framework.TestCase; 34 public class VtsFuzzTestTest extends TestCase {
|
D | VtsFuzzTestResultParserTest.java | 22 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/ |
D | ResultReporterBuildInfoTest.java | 22 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/ |
D | NNAccuracyTest.java | 19 import static junit.framework.TestCase.assertFalse; 20 import static junit.framework.TestCase.assertTrue;
|