MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / processError

Method processError

Tests/Libraries/Process/ProcessTest.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116};
117
118void SC::ProcessTest::processError()
119{
120 // Tries to launch a process that doesn't exist (and gets an error)
121 Process process(commandArena.toSpan(), environmentArena.toSpan());
122 SC_TEST_EXPECT(not process.launch({"DOCTORI", "ASDF"}));
123}
124
125void SC::ProcessTest::processInheritStdout()
126{

Callers

nothing calls this directly

Calls 2

toSpanMethod · 0.80
launchMethod · 0.45

Tested by

no test coverage detected