Home
last modified time | relevance | path

Searched refs:testCaseName (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/dports/biology/seqan/seqan-library-2.4.0/include/seqan/basic/
H A Dtest_system.h91 std::string testCaseName;
98 testCaseName(testCaseName), testName(testName), typeName(typeName), instance(instance) in TestDescription_()
147 std::string testName = (*it)->testCaseName; in runAll()
272 #define SEQAN_TEST_NAME_(testCaseName, testName) \ argument
273 testCaseName ## __ ## testName
298 void SEQAN_TEST_NAME_(testCaseName, testName)::runTest()
307 class SEQAN_TEST_NAME_(testCaseName, testName) : public testCaseName \
323 void SEQAN_TEST_NAME_(testCaseName, testName)::runTest()
332 SEQAN_TYPED_TEST_CASE_TYPES_ ## testCaseName ## _
349 #define SEQAN_TYPED_TEST(testCaseName, testName) \ argument
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/basic/
H A Dtest_system.h91 std::string testCaseName;
98 testCaseName(testCaseName), testName(testName), typeName(typeName), instance(instance) in TestDescription_()
147 std::string testName = (*it)->testCaseName; in runAll()
272 #define SEQAN_TEST_NAME_(testCaseName, testName) \ argument
273 testCaseName ## __ ## testName
298 void SEQAN_TEST_NAME_(testCaseName, testName)::runTest()
307 class SEQAN_TEST_NAME_(testCaseName, testName) : public testCaseName \
323 void SEQAN_TEST_NAME_(testCaseName, testName)::runTest()
332 SEQAN_TYPED_TEST_CASE_TYPES_ ## testCaseName ## _
349 #define SEQAN_TYPED_TEST(testCaseName, testName) \ argument
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/basic/
H A Dtest_system.h91 std::string testCaseName;
98 testCaseName(testCaseName), testName(testName), typeName(typeName), instance(instance) in TestDescription_()
147 std::string testName = (*it)->testCaseName; in runAll()
267 #define SEQAN_TEST_NAME_(testCaseName, testName) \ argument
268 testCaseName ## __ ## testName
293 void SEQAN_TEST_NAME_(testCaseName, testName)::runTest()
302 class SEQAN_TEST_NAME_(testCaseName, testName) : public testCaseName \
318 void SEQAN_TEST_NAME_(testCaseName, testName)::runTest()
327 SEQAN_TYPED_TEST_CASE_TYPES_ ## testCaseName ## _
344 #define SEQAN_TYPED_TEST(testCaseName, testName) \ argument
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/libs/serialization/
H A DSerializationTestUtils.php111 $testCaseName = $m[2];
129 * @param string $testCaseName
139 return $instances[$testCaseName];
159 * @param string $testCaseName
165 static function ( $fileInfo ) use ( $testCaseName ) {
166 return $fileInfo->testCaseName === $testCaseName;
174 * @param string $testCaseName
180 return $fileInfo->testCaseName === $testCaseName;
201 * @param string $testCaseName
207 string $testCaseName, argument
[all …]
H A DSerializationTestTrait.php33 $testCaseName
36 yield "{$className}:{$testCaseName}, " .
81 yield "{$className}:{$testCaseName}, " .
105 foreach ( $this->getTestInstances() as $testCaseName => $instance ) {
106 yield "{$className}:{$testCaseName}, " .
176 foreach ( $testCases as $testCaseName => $testCase ) {
177 yield "{$className}:{$testCaseName}, current" =>
203 foreach ( array_keys( $testObjects ) as $testCaseName ) {
206 $testCaseName
209 yield "{$className}:{$testCaseName}, " .
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/libs/serialization/
H A DSerializationTestUtils.php111 $testCaseName = $m[2];
129 * @param string $testCaseName
139 return $instances[$testCaseName];
159 * @param string $testCaseName
165 static function ( $fileInfo ) use ( $testCaseName ) {
166 return $fileInfo->testCaseName === $testCaseName;
174 * @param string $testCaseName
180 return $fileInfo->testCaseName === $testCaseName;
201 * @param string $testCaseName
207 string $testCaseName, argument
[all …]
H A DSerializationTestTrait.php33 $testCaseName
36 yield "{$className}:{$testCaseName}, " .
73 as $testCaseName => $testInstance ) {
82 yield "{$className}:{$testCaseName}, " .
107 yield "{$className}:{$testCaseName}, " .
177 foreach ( $testCases as $testCaseName => $testCase ) {
178 yield "{$className}:{$testCaseName}, current" =>
204 foreach ( array_keys( $testObjects ) as $testCaseName ) {
207 $testCaseName
210 yield "{$className}:{$testCaseName}, " .
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/unittests/muleunit/
H A Dtest.h170 Test(const wxString& testCaseName, const wxString& testName);
338 class testCaseName##testName##Test : public testCaseName##Declare##Test \
342 : testCaseName##Declare##Test(wxT(#testCaseName), testDisplayName) \
349 void testCaseName##testName##Test::run()
361 #define TEST(testCaseName, testName) TEST_M(testCaseName, testName, wxT(#testName)) argument
374 #define DECLARE(testCaseName)\ argument
375 class testCaseName##Declare##Test : public Test \
378 testCaseName##Declare##Test(const wxString& testCaseName, const wxString& testName) \
379 : Test (testCaseName, testName) {} \
394 #define DECLARE_SIMPLE(testCaseName) \ argument
[all …]
/dports/net-p2p/amule/aMule-2.3.3/unittests/muleunit/
H A Dtest.h170 Test(const wxString& testCaseName, const wxString& testName);
338 class testCaseName##testName##Test : public testCaseName##Declare##Test \
342 : testCaseName##Declare##Test(wxT(#testCaseName), testDisplayName) \
349 void testCaseName##testName##Test::run()
361 #define TEST(testCaseName, testName) TEST_M(testCaseName, testName, wxT(#testName)) argument
374 #define DECLARE(testCaseName)\ argument
375 class testCaseName##Declare##Test : public Test \
378 testCaseName##Declare##Test(const wxString& testCaseName, const wxString& testName) \
379 : Test (testCaseName, testName) {} \
394 #define DECLARE_SIMPLE(testCaseName) \ argument
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/
H A DHiveComparisonTest.scala226 testCaseName: String,
231 assert(!testCaseName.contains(":"))
241 .map(new File(_, testCaseName))
249 .map(new File(_, testCaseName))
257 test(testCaseName) {
258 logDebug(s"=== HIVE TEST: $testCaseName ===")
314 val cachedAnswerName = s"$testCaseName-$i-${getMd5(queryString)}"
334 logInfo(s"Using answer cache for test: $testCaseName")
338 "Cannot find result file for test case: " + testCaseName)
470 |Results do not match for $testCaseName:
[all …]
H A DHiveQueryFileTest.scala55 case (testCaseName, testCaseFile) =>
56 if (blackList.map(_.r.pattern.matcher(testCaseName).matches()).reduceLeft(_||_)) {
57 logDebug(s"Blacklisted test skipped $testCaseName")
58 } else if (realWhiteList.map(_.r.pattern.matcher(testCaseName).matches()).reduceLeft(_||_) ||
62 createQueryTest(testCaseName, queriesString, reset = true, tryWithoutResettingFirst = true)
67 ignore(testCaseName) {}
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/gtest/
H A Dgtestvisitors.cpp67 QString testCaseName; in visit() local
85 testCaseName = QString::fromUtf8(parameter2.spell()); in visit()
93 if (!alnum.match(testCaseName).hasMatch()) in visit()
94 testCaseName.clear(); in visit()
105 testCaseName = m_overview.prettyType(testCaseNameArg->type()); in visit()
108 if (testSuiteName.isEmpty() || testCaseName.isEmpty()) in visit()
111 const bool disabled = testCaseName.startsWith(disabledPrefix); in visit()
119 locationAndType.m_name = testCaseName; in visit()
127 spec.testCaseName = testSuiteName; in visit()
H A Dgtestvisitors.h41 if (spec1.testCaseName != spec2.testCaseName)
42 return spec1.testCaseName < spec2.testCaseName;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/classfiles/attributes/Synthetic/
H A DSyntheticTestDriver.java54 private final String testCaseName; field in SyntheticTestDriver
67 …public SyntheticTestDriver(String testCaseName) throws IOException, ConstantPoolException, ClassNo… in SyntheticTestDriver() argument
68 Class<?> clazz = Class.forName(testCaseName); in SyntheticTestDriver()
69 this.testCaseName = testCaseName; in SyntheticTestDriver()
74 …Pattern filePattern = Pattern.compile(Pattern.quote(testCaseName.replace('.', File.separatorChar))… in SyntheticTestDriver()
87 .allMatch(e -> e.getKey().startsWith(testCaseName)); in SyntheticTestDriver()
90 … throw new RuntimeException("Found classes are not from the test case : " + testCaseName); in SyntheticTestDriver()
103 addTestCase(testCaseName); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/classfiles/attributes/Synthetic/
H A DSyntheticTestDriver.java54 private final String testCaseName; field in SyntheticTestDriver
67 …public SyntheticTestDriver(String testCaseName) throws IOException, ConstantPoolException, ClassNo… in SyntheticTestDriver() argument
68 Class<?> clazz = Class.forName(testCaseName); in SyntheticTestDriver()
69 this.testCaseName = testCaseName; in SyntheticTestDriver()
74 …Pattern filePattern = Pattern.compile(Pattern.quote(testCaseName.replace('.', File.separatorChar))… in SyntheticTestDriver()
87 .allMatch(e -> e.getKey().startsWith(testCaseName)); in SyntheticTestDriver()
90 … throw new RuntimeException("Found classes are not from the test case : " + testCaseName); in SyntheticTestDriver()
103 addTestCase(testCaseName); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/classfiles/attributes/Synthetic/
H A DSyntheticTestDriver.java54 private final String testCaseName; field in SyntheticTestDriver
67 …public SyntheticTestDriver(String testCaseName) throws IOException, ConstantPoolException, ClassNo… in SyntheticTestDriver() argument
68 Class<?> clazz = Class.forName(testCaseName); in SyntheticTestDriver()
69 this.testCaseName = testCaseName; in SyntheticTestDriver()
74 …Pattern filePattern = Pattern.compile(Pattern.quote(testCaseName.replace('.', File.separatorChar))… in SyntheticTestDriver()
87 .allMatch(e -> e.getKey().startsWith(testCaseName)); in SyntheticTestDriver()
90 … throw new RuntimeException("Found classes are not from the test case : " + testCaseName); in SyntheticTestDriver()
103 addTestCase(testCaseName); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/classfiles/attributes/Synthetic/
H A DSyntheticTestDriver.java54 private final String testCaseName; field in SyntheticTestDriver
67 …public SyntheticTestDriver(String testCaseName) throws IOException, ConstantPoolException, ClassNo… in SyntheticTestDriver() argument
68 Class<?> clazz = Class.forName(testCaseName); in SyntheticTestDriver()
69 this.testCaseName = testCaseName; in SyntheticTestDriver()
74 …Pattern filePattern = Pattern.compile(Pattern.quote(testCaseName.replace('.', File.separatorChar))… in SyntheticTestDriver()
87 .allMatch(e -> e.getKey().startsWith(testCaseName)); in SyntheticTestDriver()
90 … throw new RuntimeException("Found classes are not from the test case : " + testCaseName); in SyntheticTestDriver()
103 addTestCase(testCaseName); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/classfiles/attributes/Synthetic/
H A DSyntheticTestDriver.java54 private final String testCaseName; field in SyntheticTestDriver
67 …public SyntheticTestDriver(String testCaseName) throws IOException, ConstantPoolException, ClassNo… in SyntheticTestDriver() argument
68 Class<?> clazz = Class.forName(testCaseName); in SyntheticTestDriver()
69 this.testCaseName = testCaseName; in SyntheticTestDriver()
74 …Pattern filePattern = Pattern.compile(Pattern.quote(testCaseName.replace('.', File.separatorChar))… in SyntheticTestDriver()
87 .allMatch(e -> e.getKey().startsWith(testCaseName)); in SyntheticTestDriver()
90 … throw new RuntimeException("Found classes are not from the test case : " + testCaseName); in SyntheticTestDriver()
103 addTestCase(testCaseName); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/classfiles/attributes/Synthetic/
H A DSyntheticTestDriver.java54 private final String testCaseName; field in SyntheticTestDriver
67 …public SyntheticTestDriver(String testCaseName) throws IOException, ConstantPoolException, ClassNo… in SyntheticTestDriver() argument
68 Class<?> clazz = Class.forName(testCaseName); in SyntheticTestDriver()
69 this.testCaseName = testCaseName; in SyntheticTestDriver()
74 …Pattern filePattern = Pattern.compile(Pattern.quote(testCaseName.replace('.', File.separatorChar))… in SyntheticTestDriver()
87 .allMatch(e -> e.getKey().startsWith(testCaseName)); in SyntheticTestDriver()
90 … throw new RuntimeException("Found classes are not from the test case : " + testCaseName); in SyntheticTestDriver()
103 addTestCase(testCaseName); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/classfiles/attributes/Synthetic/
H A DSyntheticTestDriver.java54 private final String testCaseName; field in SyntheticTestDriver
67 …public SyntheticTestDriver(String testCaseName) throws IOException, ConstantPoolException, ClassNo… in SyntheticTestDriver() argument
68 Class<?> clazz = Class.forName(testCaseName); in SyntheticTestDriver()
69 this.testCaseName = testCaseName; in SyntheticTestDriver()
74 …Pattern filePattern = Pattern.compile(Pattern.quote(testCaseName.replace('.', File.separatorChar))… in SyntheticTestDriver()
87 .allMatch(e -> e.getKey().startsWith(testCaseName)); in SyntheticTestDriver()
90 … throw new RuntimeException("Found classes are not from the test case : " + testCaseName); in SyntheticTestDriver()
103 addTestCase(testCaseName); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/classfiles/attributes/Synthetic/
H A DSyntheticTestDriver.java54 private final String testCaseName; field in SyntheticTestDriver
67 …public SyntheticTestDriver(String testCaseName) throws IOException, ConstantPoolException, ClassNo… in SyntheticTestDriver() argument
68 Class<?> clazz = Class.forName(testCaseName); in SyntheticTestDriver()
69 this.testCaseName = testCaseName; in SyntheticTestDriver()
74 …Pattern filePattern = Pattern.compile(Pattern.quote(testCaseName.replace('.', File.separatorChar))… in SyntheticTestDriver()
87 .allMatch(e -> e.getKey().startsWith(testCaseName)); in SyntheticTestDriver()
90 … throw new RuntimeException("Found classes are not from the test case : " + testCaseName); in SyntheticTestDriver()
103 addTestCase(testCaseName); in test()
/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
135 testCaseName.prepend("Scenario: "); // use a flag? in handleTestCase()
137 locationAndType.m_name = testCaseName; in handleTestCase()
155 QString testCaseName = getStringLiteral(stoppedAt); in handleParameterizedTestCase() local
169 locationAndType.m_name = testCaseName; in handleParameterizedTestCase()
195 QString testCaseName = getStringLiteral(stoppedAt); in handleFixtureOrRegisteredTestCase() local
206 locationAndType.m_name = testCaseName; in handleFixtureOrRegisteredTestCase()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core-tests/aws/auth/
H A DAWSAuthSignerTest.cpp207 static void AssertSigV4(const char* testCaseName) in AssertSigV4() argument
209 Aws::String requestFileName = MakeSigV4ResourceFilePath(testCaseName, "req"); in AssertSigV4()
213 Aws::String expectedSignatureFileName = MakeSigV4ResourceFilePath(testCaseName, "sigv4.authz"); in AssertSigV4()
255 Aws::String signedRequestFileName = MakeSigV4ResourceFilePath(testCaseName, "sigv4.query.sreq"); in AssertSigV4()
268 static void AssertSigV4a(const char* testCaseName) in AssertSigV4a() argument
270 Aws::String requestFileName = MakeSigV4ResourceFilePath(testCaseName, "req"); in AssertSigV4a()
353 Aws::String requestFileName = MakeSigV4ResourceFilePath(testCaseName, "req"); in GetHttpRequestFromTestCase()
360 static Aws::String GetHttpRequestSignatureFromTestCase(const char* testCaseName, bool signPayload) in GetHttpRequestSignatureFromTestCase() argument
398 auto requestToMake = GetHttpRequestFromTestCase(testCaseName, timestampForSigner, scheme); in RunTestCaseWithPayload()
405 requestToMake = GetHttpRequestFromTestCase(testCaseName, timestampForSigner, scheme); in RunTestCaseWithPayload()
[all …]
/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() argument
49 …QTest::newRow((QString("%1:%2").arg(currentLocale, testCaseName)).toUtf8()) << currentLocale << nu… in addAcceptableNumber()
52 void AmountValidatorTest::addInvalidNumber(const QString& testCaseName, const QString& number) in addInvalidNumber() argument
55 …QTest::newRow((QString("%1:%2").arg(currentLocale, testCaseName)).toUtf8()) << currentLocale << nu… in addInvalidNumber()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestDatanodeStartupFixesLegacyStorageIDs.java63 private static void runLayoutUpgradeTest(final String testCaseName, in runLayoutUpgradeTest() argument
67 upgrade.unpackStorage(testCaseName + ".tgz", testCaseName + ".txt"); in runLayoutUpgradeTest()
69 initStorageDirs(conf, testCaseName); in runLayoutUpgradeTest()

12345678910>>...19