Home
last modified time | relevance | path

Searched refs:CxxTest (Results 1 – 25 of 1831) sorted by relevance

12345678910>>...74

/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/
H A Dcommon.h90 class GlobalPrintingFixture : public CxxTest::GlobalFixture
154 template bool CxxTest::differs<n_Procs_s*, void*>(n_Procs_s*, void*);
155 template bool CxxTest::differs<snumber* (*)(long, n_Procs_s*), void*>(snumber* (*)(long, n_Procs_s*…
157 template bool CxxTest::differs<void (*)(n_Procs_s*, int), void*>(void (*)(n_Procs_s*, int), void*);
158 template bool CxxTest::differs<void (*)(snumber**, n_Procs_s*), void*>(void (*)(snumber**, n_Procs_…
159 template bool CxxTest::differs<void (*)(snumber*&, n_Procs_s*), void*>(void (*)(snumber*&, n_Procs_…
160 template bool CxxTest::equals<int, int>(int, int);
161 template bool CxxTest::equals<n_coeffType, n_coeffType>(n_coeffType, n_coeffType);
165 template char* CxxTest::numberToString<long>(long, char*, long, unsigned int, unsigned int);
170 template bool CxxTest::differs<ip_sring*, void*>(ip_sring*, void*);
[all …]
/dports/devel/cxxtest/cxxtest-4.4/test/unit/
H A DLinkedList_test.t.h6 class TestLink : public CxxTest::Link
14 class LinkedList_test : public CxxTest::TestSuite
19 CxxTest::List list; in test_initialize()
21 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.head()); in test_initialize()
22 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.tail()); in test_initialize()
29 CxxTest::List list; in test_attach()
36 TS_ASSERT_EQUALS((CxxTest::Link*)&link, list.head()); in test_attach()
37 TS_ASSERT_EQUALS((CxxTest::Link*)&link, list.tail()); in test_attach()
42 CxxTest::List list; in test_detach()
49 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.head()); in test_detach()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/test/unit/
H A DLinkedList_test.t.h6 class TestLink : public CxxTest::Link
14 class LinkedList_test : public CxxTest::TestSuite
19 CxxTest::List list; in test_initialize()
21 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.head()); in test_initialize()
22 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.tail()); in test_initialize()
29 CxxTest::List list; in test_attach()
36 TS_ASSERT_EQUALS((CxxTest::Link*)&link, list.head()); in test_attach()
37 TS_ASSERT_EQUALS((CxxTest::Link*)&link, list.tail()); in test_attach()
42 CxxTest::List list; in test_detach()
49 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.head()); in test_detach()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/test/unit/
H A DLinkedList_test.t.h6 class TestLink : public CxxTest::Link
14 class LinkedList_test : public CxxTest::TestSuite
19 CxxTest::List list; in test_initialize()
21 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.head()); in test_initialize()
22 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.tail()); in test_initialize()
29 CxxTest::List list; in test_attach()
36 TS_ASSERT_EQUALS((CxxTest::Link*)&link, list.head()); in test_attach()
37 TS_ASSERT_EQUALS((CxxTest::Link*)&link, list.tail()); in test_attach()
42 CxxTest::List list; in test_detach()
49 TS_ASSERT_EQUALS((CxxTest::Link*)0, list.head()); in test_detach()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/ELUTE/LanguageModel/LanguageModelTest/
H A DLanguageModelTestRunner.cpp15 return CxxTest::ParenPrinter().run(); in main()
21 static CxxTest::List Tests_LanguageModelTest = { 0, 0 };
22 CxxTest::StaticSuiteDescription suiteDescription_LanguageModelTest( "LanguageModelTest.h", 6, "Lang…
24 static class TestDescription_LanguageModelTest_testGetLogProb : public CxxTest::RealTestDescription…
26 …TestDescription_LanguageModelTest_testGetLogProb() : CxxTest::RealTestDescription( Tests_LanguageM… in TestDescription_LanguageModelTest_testGetLogProb()
30 static class TestDescription_LanguageModelTest_testGetBackOff : public CxxTest::RealTestDescription…
32 …TestDescription_LanguageModelTest_testGetBackOff() : CxxTest::RealTestDescription( Tests_LanguageM… in TestDescription_LanguageModelTest_testGetBackOff()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/ELUTE/KeystrokeToWordConverter/KeystrokeToWordConverterTest/
H A DKeystrokeToWordConverterTestRunner.cpp15 return CxxTest::ParenPrinter().run(); in main()
21 static CxxTest::List Tests_KeystrokeToWordConverterTest = { 0, 0 };
22 CxxTest::StaticSuiteDescription suiteDescription_KeystrokeToWordConverterTest( "KeystrokeToWordConv…
24 static class TestDescription_KeystrokeToWordConverterTest_testConvert : public CxxTest::RealTestDes…
26 …TestDescription_KeystrokeToWordConverterTest_testConvert() : CxxTest::RealTestDescription( Tests_K… in TestDescription_KeystrokeToWordConverterTest_testConvert()
30 static class TestDescription_KeystrokeToWordConverterTest_testFixedToken : public CxxTest::RealTest…
32 …TestDescription_KeystrokeToWordConverterTest_testFixedToken() : CxxTest::RealTestDescription( Test… in TestDescription_KeystrokeToWordConverterTest_testFixedToken()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/ELUTE/KeystrokeToWordConverter/KeystrokeToWordConverterTest/
H A DKeystrokeToWordConverterTestRunner.cpp15 return CxxTest::ParenPrinter().run(); in main()
21 static CxxTest::List Tests_KeystrokeToWordConverterTest = { 0, 0 };
22 CxxTest::StaticSuiteDescription suiteDescription_KeystrokeToWordConverterTest( "KeystrokeToWordConv…
24 static class TestDescription_KeystrokeToWordConverterTest_testConvert : public CxxTest::RealTestDes…
26 …TestDescription_KeystrokeToWordConverterTest_testConvert() : CxxTest::RealTestDescription( Tests_K… in TestDescription_KeystrokeToWordConverterTest_testConvert()
30 static class TestDescription_KeystrokeToWordConverterTest_testFixedToken : public CxxTest::RealTest…
32 …TestDescription_KeystrokeToWordConverterTest_testFixedToken() : CxxTest::RealTestDescription( Test… in TestDescription_KeystrokeToWordConverterTest_testFixedToken()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/ELUTE/LanguageModel/LanguageModelTest/
H A DLanguageModelTestRunner.cpp15 return CxxTest::ParenPrinter().run(); in main()
21 static CxxTest::List Tests_LanguageModelTest = { 0, 0 };
22 CxxTest::StaticSuiteDescription suiteDescription_LanguageModelTest( "LanguageModelTest.h", 6, "Lang…
24 static class TestDescription_LanguageModelTest_testGetLogProb : public CxxTest::RealTestDescription…
26 …TestDescription_LanguageModelTest_testGetLogProb() : CxxTest::RealTestDescription( Tests_LanguageM… in TestDescription_LanguageModelTest_testGetLogProb()
30 static class TestDescription_LanguageModelTest_testGetBackOff : public CxxTest::RealTestDescription…
32 …TestDescription_LanguageModelTest_testGetBackOff() : CxxTest::RealTestDescription( Tests_LanguageM… in TestDescription_LanguageModelTest_testGetBackOff()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/admin/
H A Dannouncement1 We are pleased to announce the updated release of CxxTest 4.0.3.
2 CxxTest is a unit testing framework for C++ that is similar in
3 spirit to JUnit, CppUnit, and xUnit. CxxTest is easy to use because
4 it does not require precompiling a CxxTest testing library, it
8 CxxTest 4.0.3 is a bug fix release for CxxTest 4.0. This release
14 See the CxxTest Home Page (http://cxxtest.com) for documentation
19 CxxTest Developer Team
/dports/games/libretro-scummvm/scummvm-7b1e929/test/cxxtest/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
H A Donly.tpl10 CxxTest::RealWorldDescription wd;
11 for ( CxxTest::SuiteDescription *sd = wd.firstSuite(); sd; sd = sd->next() )
12 for ( CxxTest::TestDescription *td = sd->firstTest(); td; td = td->next() )
19 if ( !CxxTest::leaveOnly( suiteName, testName ) ) {
27 return CxxTest::StdioPrinter().run();
31 // The CxxTest "world"
32 <CxxTest world>
/dports/games/residualvm/residualvm-0.3.1/test/cxxtest/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
/dports/science/libgeodecomp/libgeodecomp-0.4.0/lib/cxxtest/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
/dports/games/scummvm/scummvm-2.5.1/test/cxxtest/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
H A Donly.tpl10 CxxTest::RealWorldDescription wd;
11 for ( CxxTest::SuiteDescription *sd = wd.firstSuite(); sd; sd = sd->next() )
12 for ( CxxTest::TestDescription *td = sd->firstTest(); td; td = td->next() )
19 if ( !CxxTest::leaveOnly( suiteName, testName ) ) {
27 return CxxTest::StdioPrinter().run();
31 // The CxxTest "world"
32 <CxxTest world>
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/test/cxxtest/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
/dports/devel/cxxtest/cxxtest-4.4/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
/dports/science/libgeodecomp/libgeodecomp-0.4.0/tools/buildsystem/test/fixtures/lib/cxxtest-3.10.1-r1/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/sample/
H A DConstruct4 # This file shows how to use CxxTest with Cons
23 CxxTest $env 'tests.cpp', '', @tests;
32 # cons::CxxTest $env $dst, $options, @srcs
33 # Generates a CxxTest source file, passing the specified options to cxxtestgen
34 sub cons::CxxTest($$$@) {
40 # Generates and builds a CxxTest runner using a template file
44 CxxTest $env $source, "--template=${template}", ($template, @srcs);
49 # Generates and builds a CxxTest runner using the --runner option
53 CxxTest $env $source, "--runner=${runner}", @srcs;
58 # Generates and builds a CxxTest ErrorPrinter
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/cmake/
H A DFindCxxTest.cmake1 # - Find CxxTest
4 # For more details on CxxTest see http://cxxtest.tigris.org
11 # which CxxTest code generator is used.
12 # Valid only for CxxTest version 3.
28 # True if the CxxTest framework was found
30 # Where to find the CxxTest include directory
48 # generated by CxxTest
56 # find_package(CxxTest)
66 # This will (if CxxTest is found):
76 # class MyTestSuite : public CxxTest::TestSuite
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindCxxTest.cmake8 Find CxxTest unit testing framework.
21 which CxxTest code generator is used.
22 Valid only for CxxTest version 3.
39 Specify a list of options to pass to the CxxTest code
50 True if the CxxTest framework was found
52 Where to find the CxxTest include directory
75 generated by CxxTest
91 find_package(CxxTest)
109 This will (if CxxTest is found):
131 class MyTestSuite : public CxxTest::TestSuite
[all …]
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindCxxTest.cmake8 Find CxxTest unit testing framework.
21 which CxxTest code generator is used.
22 Valid only for CxxTest version 3.
39 Specify a list of options to pass to the CxxTest code
50 True if the CxxTest framework was found
52 Where to find the CxxTest include directory
75 generated by CxxTest
91 find_package(CxxTest)
109 This will (if CxxTest is found):
131 class MyTestSuite : public CxxTest::TestSuite
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindCxxTest.cmake8 Find CxxTest unit testing framework.
21 which CxxTest code generator is used.
22 Valid only for CxxTest version 3.
39 Specify a list of options to pass to the CxxTest code
50 True if the CxxTest framework was found
52 Where to find the CxxTest include directory
75 generated by CxxTest
91 find_package(CxxTest)
109 This will (if CxxTest is found):
131 class MyTestSuite : public CxxTest::TestSuite
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/cmake/
H A DFindCxxTest.cmake1 # - Find CxxTest
4 # For more details on CxxTest see http://cxxtest.tigris.org
11 # which CxxTest code generator is used.
12 # Valid only for CxxTest version 3.
28 # True if the CxxTest framework was found
30 # Where to find the CxxTest include directory
48 # generated by CxxTest
56 # find_package(CxxTest)
66 # This will (if CxxTest is found):
76 # class MyTestSuite : public CxxTest::TestSuite
[all …]

12345678910>>...74