Rakesh Pandit - 2009-03-17

+ ./mytest
FailTestSuite: 2/2, 50% correct in 0.000007 seconds
    Test:    always_fail
    Suite:   FailTestSuite
    File:    mytest.cpp
    Line:    62
    Message: "unconditional fail"

CompareTestSuite: 3/3, 33% correct in 0.000004 seconds
    Test:    compare
    Suite:   CompareTestSuite
    File:    mytest.cpp
    Line:    89
    Message: 0 == 1

    Test:    delta_compare
    Suite:   CompareTestSuite
    File:    mytest.cpp
    Line:    100
    Message: delta(0.5, 0.7, 0.1)

ThrowTestSuite: 2/2, 50% correct in 0.000073 seconds
    Test:    test_throw
    Suite:   ThrowTestSuite
    File:    mytest.cpp
    Line:    122
    Message: func() does not throw, expected int exception

    Test:    test_throw
    Suite:   ThrowTestSuite
    File:    mytest.cpp
    Line:    123
    Message: func_no_throw() does not throw, expected int exception

    Test:    test_throw
    Suite:   ThrowTestSuite
    File:    mytest.cpp
    Line:    124
    Message: func() does not throw, expected any exception

    Test:    test_throw
    Suite:   ThrowTestSuite
    File:    mytest.cpp
    Line:    125
    Message: func_no_throw() does not throw, expected any exception

    Test:    test_throw
    Suite:   ThrowTestSuite
    File:    mytest.cpp
    Line:    139
    Message: func_throw_int() throws an int, expected a float exception

    Test:    test_throw
    Suite:   ThrowTestSuite
    File:    mytest.cpp
    Line:    140
    Message: func_throw_int() throws an int, expected no exception at all

Total: 7 tests, 42% correct in 0.000084 seconds