Home
last modified time | relevance | path

Searched refs:TestTestingFixture (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/cpputest/cpputest-4.0/src/CppUTest/
H A DTestTestingFixture.cpp33 TestTestingFixture::TestTestingFixture() in TestTestingFixture() function in TestTestingFixture
54 TestTestingFixture::~TestTestingFixture() in ~TestTestingFixture()
64 void TestTestingFixture::clearExecFunction() in clearExecFunction()
112 void TestTestingFixture::setOutputVerbose() in setOutputVerbose()
123 void TestTestingFixture::runAllTests() in runAllTests()
128 size_t TestTestingFixture::getFailureCount() in getFailureCount()
133 size_t TestTestingFixture::getCheckCount() in getCheckCount()
138 size_t TestTestingFixture::getTestCount() in getTestCount()
143 size_t TestTestingFixture::getIgnoreCount() in getIgnoreCount()
153 bool TestTestingFixture::hasTestFailed() in hasTestFailed()
[all …]
/dports/devel/cpputest/cpputest-4.0/tests/CppUTest/
H A DTestUTestStringMacro.cpp36 TestTestingFixture fixture; in TEST_GROUP()
163 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRCMP_EQUAL()
187 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRCMP_EQUAL_TEXT()
212 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRNCMP_EQUAL()
236 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRNCMP_EQUAL_TEXT()
261 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRCMP_NOCASE_EQUAL()
285 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRCMP_NOCASE_EQUAL_TEXT()
310 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRCMP_CONTAINS()
334 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRCMP_CONTAINS_TEXT()
359 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithSTRCMP_NOCASE_CONTAINS()
[all …]
H A DTestUTestMacro.cpp48 TestTestingFixture fixture; in TEST_GROUP()
54 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithFAIL()
258 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithCHECK()
281 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithCHECK_TEXT()
305 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithCHECK_TRUE()
328 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithCHECK_TRUE_TEXT()
352 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithCHECK_FALSE()
375 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithCHECK_FALSE_TEXT()
399 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithCHECK_EQUAL()
413 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _failingTestMethodWithCHECK_COMPARE()
[all …]
H A DPluginTest.cpp88 TestTestingFixture *genFixture; in TEST_GROUP()
96 genFixture = new TestTestingFixture; in TEST_GROUP()
H A DTestMemoryAllocatorTest.cpp140 TestTestingFixture fixture; in TEST()
214 TestTestingFixture fixture; in TEST_GROUP()
351 TestTestingFixture fixture; in TEST_GROUP()
627 TestTestingFixture fixture; in TEST_GROUP()
H A DUtestTest.cpp35 TestTestingFixture fixture; in TEST_GROUP()
255 TestTestingFixture fixture; in TEST_GROUP()
H A DMemoryLeakWarningTest.cpp75 TestTestingFixture* fixture; in TEST_GROUP()
79 fixture = new TestTestingFixture(); in TEST_GROUP()
H A DUtestPlatformTest.cpp44 TestTestingFixture fixture; in TEST_GROUP()
H A DTestHarness_cTest.cpp75 TestTestingFixture* fixture; in TEST_GROUP()
79 fixture = new TestTestingFixture(); in TEST_GROUP()
H A DMemoryOperatorOverloadTest.cpp77 TestTestingFixture fixture; in TEST()
/dports/devel/cpputest/cpputest-4.0/tests/CppUTestExt/
H A DMockFakeLongLong.cpp40 TestTestingFixture fixture; in TEST_GROUP()
53 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _actualCallWithFakeLongLongParameter()
69 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _actualCallWithFakeUnsignedLongLongParameter()
83 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _actualCallWithFakeLongLongReturn()
97 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _actualCallWithFakeUnsignedLongLongReturn()
113 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _expectOneCallWithFakeLongLongParameter()
129 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _expectOneCallWithFakeUnsignedLongLongParameter()
145 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _expectOneCallWithFakeLongLongReturn()
161 TestTestingFixture::lineExecutedAfterCheck(); // LCOV_EXCL_LINE in _expectOneCallWithFakeUnsignedLongLongReturn()
H A DGMockTest.cpp39 TestTestingFixture *fixture; in TEST_GROUP()
42 fixture = new TestTestingFixture; in TEST_GROUP()
H A DGTest1Test.cpp158 TestTestingFixture* fixture; in TEST_GROUP()
161 fixture = new TestTestingFixture(); in TEST_GROUP()
H A DMockSupport_cTest.cpp642 TestTestingFixture fixture; in MSC_SWITCHED_TEST()
662 TestTestingFixture fixture;
678 TestTestingFixture fixture;
697 TestTestingFixture fixture; in TEST()
716 TestTestingFixture fixture; in TEST()
735 TestTestingFixture fixture; in TEST()
H A DOrderedTestTest.cpp37 TestTestingFixture* fixture; in TEST_GROUP()
52 fixture = new TestTestingFixture(); in TEST_GROUP()
H A DGTest2ConvertorTest.cpp100 TestTestingFixture fixture; in TEST()
H A DIEEE754PluginTest.cpp44 TestTestingFixture fixture; in TEST_GROUP()
H A DMockPluginTest.cpp171 TestTestingFixture fixture; in TEST()
H A DMockSupportTest.cpp174 TestTestingFixture fixture; in TEST_GROUP()
/dports/devel/cpputest/cpputest-4.0/include/CppUTest/
H A DTestTestingFixture.h34 class TestTestingFixture
38 TestTestingFixture();
39 virtual ~TestTestingFixture();
/dports/devel/cpputest/cpputest-4.0/platforms/CCStudio/
H A DCppUTest.pjt30 Source="..\..\src\CppUTest\TestTestingFixture.cpp"
H A DCppUTestRunAllTests2.pjt31 Source="..\..\src\CppUTest\TestTestingFixture.cpp"
H A DCppUTestRunAllTests1.pjt31 Source="..\..\src\CppUTest\TestTestingFixture.cpp"
H A DCppUTestExtRunAllTests2.pjt31 Source="..\..\src\CppUTest\TestTestingFixture.cpp"
H A DCppUTestExtRunAllTests1.pjt31 Source="..\..\src\CppUTest\TestTestingFixture.cpp"

12