MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / assertTrue

Function assertTrue

source/test/testCPU.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void assertTrue(int b) {
72 if (!b) {
73 failed("Assert failed");
74 }
75}
76
77void tearDown() {
78 process->deleteThread(cpu->thread);

Callers 15

assertTrueFFunction · 0.85
assertTrueDFunction · 0.85
doF32InstructionFunction · 0.85
assertTestFunction · 0.85
F32ComBaseFunction · 0.85
FSTFloatFunction · 0.85
doFLDStiFunction · 0.85
doFXCHSTiFunction · 0.85
doFSTPSTiFunction · 0.85
doFCHSFunction · 0.85
doFABSFunction · 0.85
doFLD1Function · 0.85

Calls 1

failedFunction · 0.85

Tested by

no test coverage detected