Home
last modified time | relevance | path

Searched refs:testCaseCount (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/HUnit-1.6.2.0/src/Test/HUnit/
H A DBase.hs43 testCaseCount,
302 testCaseCount :: Test -> Int
303 testCaseCount (TestCase _) = 1 function
304 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
305 testCaseCount (TestLabel _ t) = testCaseCount t function
333 initCounts = Counts{ cases = testCaseCount initialT, tried = 0,
/dports/lang/elm/compiler-0.19.1/_cabal_deps/HUnit-1.6.0.0/src/Test/HUnit/
H A DBase.hs36 testCaseCount,
295 testCaseCount :: Test -> Int
296 testCaseCount (TestCase _) = 1 function
297 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
298 testCaseCount (TestLabel _ t) = testCaseCount t function
326 initCounts = Counts{ cases = testCaseCount initialT, tried = 0,
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/HUnit-1.6.2.0/src/Test/HUnit/
H A DBase.hs43 testCaseCount,
302 testCaseCount :: Test -> Int
303 testCaseCount (TestCase _) = 1 function
304 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
305 testCaseCount (TestLabel _ t) = testCaseCount t function
333 initCounts = Counts{ cases = testCaseCount initialT, tried = 0,
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/HUnit-1.6.2.0/src/Test/HUnit/
H A DBase.hs43 testCaseCount,
302 testCaseCount :: Test -> Int
303 testCaseCount (TestCase _) = 1 function
304 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
305 testCaseCount (TestLabel _ t) = testCaseCount t function
333 initCounts = Counts{ cases = testCaseCount initialT, tried = 0,
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/HUnit-1.6.2.0/src/Test/HUnit/
H A DBase.hs43 testCaseCount,
302 testCaseCount :: Test -> Int
303 testCaseCount (TestCase _) = 1 function
304 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
305 testCaseCount (TestLabel _ t) = testCaseCount t function
333 initCounts = Counts{ cases = testCaseCount initialT, tried = 0,
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/interfaces/
H A DTestInfo.cs47 private int testCaseCount; field in NUnit.Core.TestInfo
96 this.testCaseCount = test.TestCount; in TestInfo()
116 this.testCaseCount += test.TestCount; in TestInfo()
172 get { return testCaseCount; }
/dports/devel/hs-hasktags/hasktags-0.72.0/testcases/
H A DHUnitBase.lhs10 -- to be found testCaseCount
36 > testCaseCount,
143 > testCaseCount :: Test -> Int
144 > testCaseCount (TestCase _) = 1 function
145 > testCaseCount (TestList ts) = sum (map testCaseCount ts) function
146 > testCaseCount (TestLabel _ t) = testCaseCount t function
229 > initCounts = Counts{ cases = testCaseCount t, tried = 0,
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/testlib/validators/
H A Dcase-nval.cpp15 int testCaseCount = inf.readInt(1, 10, "t"); in main() local
18 for (int testCase = 1; testCase <= testCaseCount; testCase++) { in main()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dtestrunner.cpp317 + m_currentConfig->testCaseCount()); in onProcessFinished()
478 int testCaseCount = 0; in precheckTestConfigurations() local
482 testCaseCount += itc->testCaseCount(); in precheckTestConfigurations()
493 testCaseCount += config->testCaseCount(); in precheckTestConfigurations()
508 return testCaseCount; in precheckTestConfigurations()
559 int testCaseCount = precheckTestConfigurations(); in runTests() local
564 m_fakeFutureInterface->setProgressRange(0, testCaseCount); in runTests()
H A Dtestconfiguration.h77 int testCaseCount() const { return m_testCaseCount; } in testCaseCount() function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/HUnit-1.6.2.0/tests/
H A DHUnitTestBase.lhs152 > testCountEmpty t = TestCase (assertEqual "" 0 (testCaseCount t))
217 > "testCaseCount suite" ++ show num ~:
218 > TestCase $ assertEqual "for test count," count (testCaseCount t)
223 > "testCaseCount empty" ~: test (map testCountEmpty emptyTests),
405 > c = testCaseCount t
/dports/lang/elm/compiler-0.19.1/_cabal_deps/HUnit-1.6.0.0/tests/
H A DHUnitTestBase.lhs152 > testCountEmpty t = TestCase (assertEqual "" 0 (testCaseCount t))
217 > "testCaseCount suite" ++ show num ~:
218 > TestCase $ assertEqual "for test count," count (testCaseCount t)
223 > "testCaseCount empty" ~: test (map testCountEmpty emptyTests),
405 > c = testCaseCount t
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/HUnit-1.6.2.0/tests/
H A DHUnitTestBase.lhs152 > testCountEmpty t = TestCase (assertEqual "" 0 (testCaseCount t))
217 > "testCaseCount suite" ++ show num ~:
218 > TestCase $ assertEqual "for test count," count (testCaseCount t)
223 > "testCaseCount empty" ~: test (map testCountEmpty emptyTests),
405 > c = testCaseCount t
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/HUnit-1.6.2.0/tests/
H A DHUnitTestBase.lhs152 > testCountEmpty t = TestCase (assertEqual "" 0 (testCaseCount t))
217 > "testCaseCount suite" ++ show num ~:
218 > TestCase $ assertEqual "for test count," count (testCaseCount t)
223 > "testCaseCount empty" ~: test (map testCountEmpty emptyTests),
405 > c = testCaseCount t
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/HUnit-1.6.2.0/tests/
H A DHUnitTestBase.lhs152 > testCountEmpty t = TestCase (assertEqual "" 0 (testCaseCount t))
217 > "testCaseCount suite" ++ show num ~:
218 > TestCase $ assertEqual "for test count," count (testCaseCount t)
223 > "testCaseCount empty" ~: test (map testCountEmpty emptyTests),
405 > c = testCaseCount t
/dports/games/openrct2/OpenRCT2-0.3.5.1/test/testpaint/
H A Dmain.cpp541 int testCaseCount = (int)testCases.size(); in main()
549 Write("Running %d tests from %d test cases.\n", testCount, testCaseCount); in main()
618 Write("%d tests from %d test cases ran. (0 ms total).\n", testCount, testCaseCount); in main()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/catch/
H A Dcatchconfiguration.cpp99 if (testCaseCount()) in argumentsForTestRunner()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DactorFuzz.py414 testCaseCount = 30 variable
420 actors = [randomActor(i) for i in range(testCaseCount)]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/
H A DRoundtrip.hs110 let n = testCaseCount t
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/gtest/
H A Dgtesttreeitem.cpp290 tc->setTestCaseCount(tc->testCaseCount() + it.value().testSetCount); in getTestConfigurations()
325 tc->setTestCaseCount(tc->testCaseCount() + it.value().testSetCount); in getFailedTestConfigurations()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/xmlpatternsview/view/
H A DMainWindow.cpp241 testCaseCount->setText(QString::number(loadedSuite->resultSummary().second)); in openCatalog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3617 const deUint32 testCaseCount = 7u; in multiViewRenderCreateTests() local
3644 const VkExtent3D extent3D[testCaseCount] = in multiViewRenderCreateTests()
3654 vector<deUint32> viewMasks[testCaseCount]; in multiViewRenderCreateTests()
3684 viewMasks[testCaseCount - 1].push_back(mask); in multiViewRenderCreateTests()
3718 for (deUint32 testCaseNdx = 0u; testCaseNdx < testCaseCount; ++testCaseNdx) in multiViewRenderCreateTests()
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/HUnit-1.6.2.0/
H A DREADME.md212 The number of test cases that a test comprises can be computed with `testCaseCount`.
215 testCaseCount :: Test -> Int
/dports/lang/elm/compiler-0.19.1/_cabal_deps/HUnit-1.6.0.0/
H A DREADME.md212 The number of test cases that a test comprises can be computed with `testCaseCount`.
215 testCaseCount :: Test -> Int
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/HUnit-1.6.2.0/
H A DREADME.md212 The number of test cases that a test comprises can be computed with `testCaseCount`.
215 testCaseCount :: Test -> Int

12