ConsoleReporter.printResults

Print result of testing proccess

class ConsoleReporter
void
printResults

Parameters

successBlocks
Type: TestBlock[]

Test that run success.

failBlocks
Type: TestBlock[]

Test that run fail.

Meta