Home
last modified time | relevance | path

Searched defs:testCaseCount (Results 1 – 13 of 13) sorted by relevance

/dports/devel/hs-hasktags/hasktags-0.72.0/testcases/
H A DHUnitBase.lhs144 > testCaseCount (TestCase _) = 1 function
145 > testCaseCount (TestList ts) = sum (map testCaseCount ts) function
146 > testCaseCount (TestLabel _ t) = testCaseCount t function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/HUnit-1.6.2.0/src/Test/HUnit/
H A DBase.hs303 testCaseCount (TestCase _) = 1 function
304 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
305 testCaseCount (TestLabel _ t) = testCaseCount t function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/HUnit-1.6.0.0/src/Test/HUnit/
H A DBase.hs296 testCaseCount (TestCase _) = 1 function
297 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
298 testCaseCount (TestLabel _ t) = testCaseCount t function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/HUnit-1.6.2.0/src/Test/HUnit/
H A DBase.hs303 testCaseCount (TestCase _) = 1 function
304 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
305 testCaseCount (TestLabel _ t) = testCaseCount t function
/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.hs303 testCaseCount (TestCase _) = 1 function
304 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
305 testCaseCount (TestLabel _ t) = testCaseCount t function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/HUnit-1.6.2.0/src/Test/HUnit/
H A DBase.hs303 testCaseCount (TestCase _) = 1 function
304 testCaseCount (TestList ts) = sum (map testCaseCount ts) function
305 testCaseCount (TestLabel _ t) = testCaseCount t function
/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
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/interfaces/
H A DTestInfo.cs47 private int testCaseCount; field in NUnit.Core.TestInfo
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dtestconfiguration.h77 int testCaseCount() const { return m_testCaseCount; } in testCaseCount() function
H A Dtestrunner.cpp478 int testCaseCount = 0; in precheckTestConfigurations() local
559 int testCaseCount = precheckTestConfigurations(); in runTests() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DactorFuzz.py414 testCaseCount = 30 variable
/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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp4976 const deUint32 testCaseCount = (attachmentCount == 1 ? 100 : 200); in addAttachmentTests() local
5293 const size_t testCaseCount = 100; in addAttachmentAllocationTests() local