Home
last modified time | relevance | path

Searched defs:addTest (Results 1 – 25 of 175) sorted by relevance

1234567

/aosp_15_r20/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestSuiteBuilder.java257 private void addTest(TestMethod testMethod) throws Exception { in addTest() method in TestSuiteBuilder
262 private void addTest(Test test) { in addTest() method in TestSuiteBuilder
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/common/
H A DAbstractBlackBoxTestCase.java92 protected final void addTest(int mustPassCount, int tryHarderCount, float rotation) { in addTest() method in AbstractBlackBoxTestCase
110 protected final void addTest(int mustPassCount, in addTest() method in AbstractBlackBoxTestCase
H A DAbstractNegativeBlackBoxTestCase.java74 protected final void addTest(int falsePositivesAllowed, float rotation) { in addTest() method in AbstractNegativeBlackBoxTestCase
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestSink.java26 public void addTest(Class test); in addTest() method
H A DJUnitTestSuiteAdapter.java31 public void addTest(Class testclass) { in addTest() method in JUnitTestSuiteAdapter
/aosp_15_r20/external/testng/src/test/java/test/configuration/
H A DBeforeTestOrderingTest.java27 static void addTest(String testName) { in addTest() method in BeforeTestOrderingTest
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DRangeTests.java44 private static void addTest(BigDecimal arg1, BigDecimal arg2, BigDecimal expectedResult) { in addTest() method in RangeTests
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
H A DSensorCtsTestSuite.java47 public void addTest(Test test) { in addTest() method in SensorCtsTestSuite
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DHostTestsActivity.java109 public HostTestCategory addTest(String testName, String testId) { in addTest() method in HostTestsActivity.HostTestCategory
/aosp_15_r20/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
H A DDexTestRunner.java212 public void addTest(Test test) { in addTest() method in DexTestRunner
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DLibcTest.cpp119 void Test::addTest(Test *T) { in addTest() function in LIBC_NAMESPACE_DECL::testing::Test
/aosp_15_r20/external/python/cpython2/Lib/unittest/
Dsuite.py46 def addTest(self, test): member in BaseTestSuite
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/
H A Dsuite.py44 def addTest(self, test): member in BaseTestSuite
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/unittest/
Dsuite.py44 def addTest(self, test): member in BaseTestSuite
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/unittest/
Dsuite.py44 def addTest(self, test): member in BaseTestSuite
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/unittest/
Dsuite.py44 def addTest(self, test): member in BaseTestSuite
/aosp_15_r20/external/python/cpython3/Lib/unittest/
Dsuite.py44 def addTest(self, test): member in BaseTestSuite
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/unittest/
Dsuite.py44 def addTest(self, test): member in BaseTestSuite
/aosp_15_r20/external/libxml2/xstc/
H A Dxstc.py485 def addTest(self, test): member in XSTCTestRunner
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiAcquireDrmDisplayTests.cpp738 static void addTest(tcu::TestCaseGroup *group, const DrmTestIndex testId, const char *name) in addTest() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dtest.go916 func (t *tester) addTest(name, heading string, fn func(*distTest) error) { func
/aosp_15_r20/external/testng/src/test/java/test/
H A DBaseTest.java279 private void addTest(Map<String, List<ITestResult>> tests, ITestResult t) { in addTest() method in BaseTest
/aosp_15_r20/external/testng/src/main/java/org/testng/xml/
H A DXmlSuite.java1062 public void addTest(XmlTest test) { in addTest() method in XmlSuite
/aosp_15_r20/external/cronet/third_party/icu/source/tools/ctestfw/
H A Dctest.c206 addTest(TestNode** root, in addTest() function
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.kt903 fun addTest(builder: FlatBufferBuilder, test: Int) = builder.addOffset(8, test, 0) in startInventoryVector() method

1234567