Home
last modified time | relevance | path

Searched defs:testCaseName (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/biology/seqan/seqan-library-2.4.0/include/seqan/basic/
H A Dtest_system.h96 TestDescription_(char const * testCaseName, char const * testName, in TestDescription_()
244 static bool make(char const * testCaseName, char const * testName) in make()
272 #define SEQAN_TEST_NAME_(testCaseName, testName) \ argument
281 #define SEQAN_TEST(testCaseName, testName) \ argument
306 #define SEQAN_TEST_F(testCaseName, testName) \ argument
331 #define SEQAN_TYPED_TEST_CASE_TYPES_NAME_(testCaseName, types) \ argument
340 #define SEQAN_TYPED_TEST_CASE(testCaseName, types) \ argument
349 #define SEQAN_TYPED_TEST(testCaseName, testName) \ argument
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/basic/
H A Dtest_system.h96 TestDescription_(char const * testCaseName, char const * testName, in TestDescription_()
244 static bool make(char const * testCaseName, char const * testName) in make()
272 #define SEQAN_TEST_NAME_(testCaseName, testName) \ argument
281 #define SEQAN_TEST(testCaseName, testName) \ argument
306 #define SEQAN_TEST_F(testCaseName, testName) \ argument
331 #define SEQAN_TYPED_TEST_CASE_TYPES_NAME_(testCaseName, types) \ argument
340 #define SEQAN_TYPED_TEST_CASE(testCaseName, types) \ argument
349 #define SEQAN_TYPED_TEST(testCaseName, testName) \ argument
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/basic/
H A Dtest_system.h96 TestDescription_(char const * testCaseName, char const * testName, in TestDescription_()
239 static bool make(char const * testCaseName, char const * testName) in make()
267 #define SEQAN_TEST_NAME_(testCaseName, testName) \ argument
276 #define SEQAN_TEST(testCaseName, testName) \ argument
301 #define SEQAN_TEST_F(testCaseName, testName) \ argument
326 #define SEQAN_TYPED_TEST_CASE_TYPES_NAME_(testCaseName, types) \ argument
335 #define SEQAN_TYPED_TEST_CASE(testCaseName, types) \ argument
344 #define SEQAN_TYPED_TEST(testCaseName, testName) \ argument
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/libs/serialization/
H A DSerializationTestUtils.php132 public function getTestInstanceForTestCase( string $testCaseName ): object {
162 public function getFixturesForTestCase( string $class, string $testCaseName ): array {
177 public function getDeserializedInstancesForTestCase( string $class, string $testCaseName ): array {
207 string $testCaseName,
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/libs/serialization/
H A DSerializationTestUtils.php132 public function getTestInstanceForTestCase( string $testCaseName ): object {
162 public function getFixturesForTestCase( string $class, string $testCaseName ): array {
177 public function getDeserializedInstancesForTestCase( string $class, string $testCaseName ): array {
207 string $testCaseName,
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/widgets/tests/
H A Damountvalidator-test.cpp46 void AmountValidatorTest::addAcceptableNumber(const QString& testCaseName, const QString& number) in addAcceptableNumber()
52 void AmountValidatorTest::addInvalidNumber(const QString& testCaseName, const QString& number) in addInvalidNumber()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/unittests/muleunit/
H A Dtest.h337 #define TEST_M(testCaseName, testName, testDisplayName) \ argument
361 #define TEST(testCaseName, testName) TEST_M(testCaseName, testName, wxT(#testName)) argument
374 #define DECLARE(testCaseName)\ argument
394 #define DECLARE_SIMPLE(testCaseName) \ argument
/dports/net-p2p/amule/aMule-2.3.3/unittests/muleunit/
H A Dtest.h337 #define TEST_M(testCaseName, testName, testDisplayName) \ argument
361 #define TEST(testCaseName, testName) TEST_M(testCaseName, testName, wxT(#testName)) argument
374 #define DECLARE(testCaseName)\ argument
394 #define DECLARE_SIMPLE(testCaseName) \ argument
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/catch/
H A Dcatchcodeparser.cpp123 QString testCaseName = getStringLiteral(stoppedAt); in handleTestCase() local
155 QString testCaseName = getStringLiteral(stoppedAt); in handleParameterizedTestCase() local
195 QString testCaseName = getStringLiteral(stoppedAt); in handleFixtureOrRegisteredTestCase() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary_tests/whitebox/
H A DBlobSanityTest.java45 …private static void runTest(Consumer<Integer> consumer, int val, String testCaseName, Class<? exte… in runTest()
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/list/
H A DTestAll.java38 String[] testCaseName = { TestAll.class.getName() }; in main() local
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/set/
H A DTestAll.java38 String[] testCaseName = { TestAll.class.getName() }; in main() local
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/
H A DTestAll.java110 String[] testCaseName = { TestAll.class.getName() }; in main() local
H A DTestNoHost.java60 String[] testCaseName = { TestNoHost.class.getName() }; in main() local
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/cookie/
H A DTestCookieAll.java61 String[] testCaseName = { TestCookieAll.class.getName() }; in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary_tests/whitebox/
H A DBlobSanityTest.java45 …private static void runTest(Consumer<Integer> consumer, int val, String testCaseName, Class<? exte… in runTest()
/dports/java/apache-commons-primitives/commons-primitives-1.0/src/test/org/apache/commons/collections/primitives/
H A DAllTestSuite.java75 String[] testCaseName = { AllTestSuite.class.getName() }; in main() local
H A DPackageTestSuite.java75 String[] testCaseName = { PackageTestSuite.class.getName() }; in main() local
/dports/java/apache-commons-primitives/commons-primitives-1.0/src/test/org/apache/commons/collections/primitives/decorators/
H A DPackageTestSuite.java75 String[] testCaseName = { PackageTestSuite.class.getName() }; in main() local
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/map/
H A DTestAll.java38 String[] testCaseName = { TestAll.class.getName() }; in main() local
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/auth/
H A DTestAuthAll.java55 String[] testCaseName = { TestAuthAll.class.getName() }; in main() local
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/params/
H A DTestParamsAll.java52 String[] testCaseName = { TestParamsAll.class.getName() }; in main() local
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/buffer/
H A DTestAll.java38 String[] testCaseName = { TestAll.class.getName() }; in main() local
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/collection/
H A DTestAll.java38 String[] testCaseName = { TestAll.class.getName() }; in main() local
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/iterators/
H A DTestAll.java66 String[] testCaseName = { TestAll.class.getName() }; in main() local

12345678910>>...17