MCPcopy Create free account
hub / github.com/Singular/Singular / reportTest

Method reportTest

libpolys/tests/cxxtest/ErrorFormatter.h:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 void reportTest( void )
233 {
234 if( _reported )
235 return;
236 (*_o) << "In " << tracker().suite().suiteName() << "::" << tracker().test().testName() << ":" << endl;
237 _reported = true;
238 }
239
240 void dump( const void *buffer, unsigned size )
241 {

Callers

nothing calls this directly

Calls 4

suiteNameMethod · 0.45
suiteMethod · 0.45
testNameMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected