unittest-cpp/tests
Patrick Johnmeyer 44aa33b02b Reduce possible timing test failures
TestFinishIsCalledWithCorrectTime was reliant on SleepMs(20) waking
up before a certain threshold was hit, which is not reliable. This
change uses the actual time of running tests as the top threshold;
not a great improvement but a good quick fix.

Fixes #90
2016-01-29 19:50:23 -06:00
..
Main.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
Makefile.am Adding conditional automake directives to allow Win32 compilation on win32-mingw/cygwin-mingw systems. 2015-04-07 08:46:20 -04:00
RecordingReporter.h Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
ScopedCurrentTest.h Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestAssertHandler.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestCheckMacros.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestChecks.cpp Add changes required to compile with MS VC6 2013-05-09 11:12:29 +02:00
TestCompositeTestReporter.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestCurrentTest.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestDeferredTestReporter.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestExceptions.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestMemoryOutStream.cpp Adapt MemoryOutStream for VC6 __int64 type 2013-05-10 11:32:15 +02:00
TestTest.cpp Disable CrashingTests... in debug. 2015-04-04 00:56:40 -05:00
TestTestList.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestTestMacros.cpp Removed conditional compile around FixtureDtorThrows structure. Added a preprocessor block for _MSC_VER noexcept support. 2015-11-12 12:01:07 +00:00
TestTestResults.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestTestRunner.cpp Reduce possible timing test failures 2016-01-29 19:50:23 -06:00
TestTestSuite.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestTimeConstraint.cpp Added support for VS2015 2015-09-22 07:36:28 -07:00
TestTimeConstraintMacro.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestUnitTestPP.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestXmlTestReporter.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00