Starting TesterTest::Test with 45 test cases...
     ? [01] <unknown>()
    OK [02] trueExpression()
  FAIL [03] falseExpression() at here.cpp on line 262
        Expression 5 != 5 failed.
    OK [04] equal()
  FAIL [05] nonEqual() at here.cpp on line 272
        Values a and b are not the same, actual is
        5
        but expected
        3
 XFAIL [06] expectFail() at here.cpp on line 278
        The world is not mad yet. 2 + 2 and 5 failed the comparison.
 XFAIL [06] expectFail() at here.cpp on line 279
        The world is not mad yet. Expression false == true failed.
 XPASS [07] unexpectedPassExpression() at here.cpp on line 292
        Expression true == true was expected to fail.
 XPASS [08] unexpectedPassEqual() at here.cpp on line 297
        2 + 2 and 4 were expected to fail the comparison.
    OK [09] compareAs()
  FAIL [10] compareAsFail() at here.cpp on line 305
        Length of actual "meh" doesn't match length of expected "hello" with epsilon 0
    OK [11] compareWith()
  FAIL [12] compareWithFail() at here.cpp on line 313
        Length of actual "You rather GTFO" doesn't match length of expected "hello" with epsilon 9
  FAIL [13] compareImplicitConversionFail() at here.cpp on line 318
        Values "holla" and hello are not the same, actual is
        holla
        but expected
        hello
  WARN [14] compareWarning() at here.cpp on line 329
        This is a warning when comparing "a.txt" and "b.txt"
  INFO [15] compareMessage() at here.cpp on line 325
        This is a message when comparing "a.txt" and "b.txt"
    OK [16] compareSaveDiagnostic()
  SKIP [17] skip()
        This testcase is skipped.
    OK [18] testCaseName<15>()
     ? [19] testCaseName<27>()
    OK [20] testCaseTemplateName<15>()
     ? [21] <unknown>()
    OK [22] testCaseDescription(hello)
       [23] setting up...
       [23] tearing down...
    OK [23] setupTeardown()
       [24] setting up...
       [24] tearing down...
     ? [24] <unknown>()
       [25] setting up...
  FAIL [25] setupTeardownFail() at here.cpp on line 382
        Expression false failed.
       [25] tearing down...
       [26] setting up...
  SKIP [26] setupTeardownSkip()
        Skipped.
       [26] tearing down...
    OK [27] instancedTest(zero)
    OK [28] instancedTest(1)
  FAIL [29] instancedTest(two) at here.cpp on line 405
        Values data.value*data.value*data.value and data.result are not the same, actual is
        125
        but expected
        122
    OK [30] instancedTest(3)
    OK [31] instancedTest(last)
0
1
2
3
4
    OK [32] repeatedTest()@5
     ? [33] <unknown>()@50
  FAIL [34] repeatedTestFail()@18 at here.cpp on line 416
        Expression _i++ < 17 failed.
  SKIP [35] repeatedTestSkip()@29
        Too late.
       [36] setting up...
       [36] tearing down...
       [36] setting up...
       [36] tearing down...
    OK [36] repeatedTestSetupTeardown()@2
       [37] setting up...
       [37] tearing down...
       [37] setting up...
       [37] tearing down...
     ? [37] <unknown>()@2
       [38] setting up...
  FAIL [38] repeatedTestSetupTeardownFail()@1 at here.cpp on line 430
        Expression false failed.
       [38] tearing down...
       [39] setting up...
  SKIP [39] repeatedTestSetupTeardownSkip()@1
        Skipped.
       [39] tearing down...
 BENCH [40]   0.00 ± 0.00   ns benchmarkDefault()@9x1000000000 (wall time)
Benchmark begin
Benchmark iteration
Benchmark iteration
Benchmark end: 300
Benchmark begin
Benchmark iteration
Benchmark iteration
Benchmark end: 400
Benchmark begin
Benchmark iteration
Benchmark iteration
Benchmark end: 500
 BENCH [41] 225.00 ± 35.36  ns benchmark()@2x2
 BENCH [42] 348.36          kB benchmarkOnce()@1x1
 BENCH [43] (no data)        B benchmarkZero()@1x0 (bytes in millibits)
 BENCH [44] (no data)        B benchmarkNoMacro(this is gonna fail)@1x0
  SKIP [45] benchmarkSkip()@1
        Can't verify the measurements anyway.
Finished TesterTest::Test with 11 errors out of 55 checks. 6 test cases didn't contain any checks!
