Home
last modified time | relevance | path

Searched refs:list (Results 1 – 11 of 11) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestRunner.cpp71 TestList list; member
77 list.Add(&test); in TEST_FIXTURE()
87 list.Add(&test); in TEST_FIXTURE()
111 list.Add(&test); in TEST_FIXTURE()
127 list.Add(&test1); in TEST_FIXTURE()
129 list.Add(&test2); in TEST_FIXTURE()
140 list.Add(&test); in TEST_FIXTURE()
189 list.Add(&test); in TEST_FIXTURE()
198 list.Add(&test); in TEST_FIXTURE()
207 list.Add(&test); in TEST_FIXTURE()
[all …]
H A DTestTestList.cpp11 TestList list; in TEST() local
12 CHECK(list.GetHead() == 0); in TEST()
18 TestList list; in TEST() local
19 list.Add(&test); in TEST()
21 CHECK(list.GetHead() == &test); in TEST()
30 TestList list; in TEST() local
31 list.Add(&test1); in TEST()
32 list.Add(&test2); in TEST()
34 CHECK(list.GetHead() == &test1); in TEST()
41 TestList list; in TEST() local
[all …]
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestList.cpp34 ListAdder::ListAdder(TestList& list, Test* test) in ListAdder() argument
36 list.Add(test); in ListAdder()
H A DTestRunner.h31 int RunTestsIf(TestList const& list, char const* suiteName, in RunTestsIf() argument
34 Test* curTest = list.GetHead(); in RunTestsIf()
H A DTestList.h27 ListAdder(TestList& list, Test* test);
/TaskScheduler/ThirdParty/UnitTest++/
H A DAUTHORS1 See README.md for the historic contributor list.
H A DREADME.md109 - Failing tests are added to Visual Studio's error list
H A DINSTALL158 kinds of files. Run `configure --help' for a list of the directories
/TaskScheduler/
H A D.travis.yml14 …/lgp203.free.fr/ubuntu quantal universe' >> /etc/apt/sources.list.d/lgp203.free.fr.source.list"; fi
/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Djump_i386_ms_pe_masm.asm41 ; load current SEH exception list
123 ; restore current SEH exception list
/TaskScheduler/Scheduler/Doxygen/
H A DDoxyfile24 # for the list of possible encodings.
115 # and the result, after processing the whole list, is used as the annotated
562 # this will also influence the order of the classes in the class list.
591 # list.
607 # list. This list is created by putting \todo commands in the documentation.
613 # list. This list is created by putting \test commands in the documentation.
619 # list. This list is created by putting \bug commands in the documentation.
625 # the deprecated list. This list is created by putting \deprecated commands in
1067 # which the alphabetical index list will be split.
1155 # list). For an example see the documentation.
[all …]