MCPcopy Create free account
hub / github.com/Kitware/VTK / PrintResultSummary

Function PrintResultSummary

Common/Core/Testing/Python/TestEmptyInput.py:447–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445 print(total)
446
447def PrintResultSummary():
448 print('-' * 40)
449 print('Empty Input worked: %i' % len(emptyInputWorked))
450 print('Empty Input failed: %i' % len(emptyInputFailed))
451 print('Abstract classes: %i' % len(abstractClasses))
452 print('Non-existent classes: %i' % len(nonexistentClasses))
453 print('No concrete implementation: %i' % len(noConcreteImplementation))
454 print('No observer could be added: %i' % len(noObserver))
455 print('-' * 40)
456 print('Total number of classes tested: ', len(classesTested)) # , classesTested
457 print('-' * 40)
458 print('Excluded from testing: ', len(classExceptions))
459 print('-' * 40)
460
461def ProgramOptions():
462 desc = """

Callers 1

mainFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected