MCPcopy Create free account
hub / github.com/cpputest/cpputest / TEST

Function TEST

tests/CppUTest/UtestPlatformTest.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#ifndef CPPUTEST_HAVE_FORK
48
49TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, DummyFailsWithMessage)
50{
51 fixture.setRunTestsInSeperateProcess();
52 fixture.runAllTests();
53 fixture.assertPrintContains("-p doesn't work on this platform, as it is lacking fork.\b");
54}
55
56#else
57

Callers

nothing calls this directly

Calls 5

assertPrintContainsMethod · 0.80
setTestFunctionMethod · 0.80
runTestWithMethodMethod · 0.80
runAllTestsMethod · 0.45

Tested by

no test coverage detected