MCPcopy Create free account
hub / github.com/3rdparty/libprocess / TEST_F

Function TEST_F

src/tests/process_tests.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122TEST_F(ProcessTest, Event)
123{
124 Owned<Event> event(new TerminateEvent(UPID(), false));
125 EXPECT_FALSE(event->is<MessageEvent>());
126 EXPECT_FALSE(event->is<ExitedEvent>());
127 EXPECT_TRUE(event->is<TerminateEvent>());
128}
129
130
131class SpawnProcess : public Process<SpawnProcess>

Callers

nothing calls this directly

Calls 15

UPIDClass · 0.85
finalizeFunction · 0.85
MoveOnlyClass · 0.85
deferFunction · 0.85
FutureSatisfyFunction · 0.85
fooFunction · 0.85
exitedFunction · 0.85
get_persistent_socketFunction · 0.85
bindFunction · 0.85
URLClass · 0.85
AcceptedClass · 0.85
asyncFunction · 0.85

Tested by

no test coverage detected