Baruch Burstein
|
058b21e604
|
Previous implementation didn't work
It relied on calling a virtual method from a base constructer
|
2017-07-09 12:46:53 +03:00 |
|
Phil Nash
|
e749724a11
|
A load more C++11 tweaks - mostly moving initialisations from constructors to inline
|
2017-04-25 19:30:53 +01:00 |
|
Martin Hořeňovský
|
e95bf48445
|
Take std::string by const-ref where possible
Most places already do, this brings over some forgotten places.
Also close #842
|
2017-03-06 13:16:43 +01:00 |
|
Martin Hořeňovský
|
95b0eb2b6c
|
TAP reporter now behaves as if -s was always set
This should fulfill the TAP specification better.
|
2017-03-02 15:54:08 +01:00 |
|
Pietro Cerutti
|
da023b2f9a
|
TAP Reporter: count success tests even if not printed
This fixes a bug whereas running the TAP reporter without the -s switch
causes the reporter to print 1..0.
|
2017-03-01 09:24:58 +00:00 |
|
Martin Hořeňovský
|
72b72ca937
|
Fix C++11 dependency in TAP reporter
|
2017-02-22 17:04:36 +01:00 |
|
Martin Hořeňovský
|
b0260c615d
|
Fixed-up TAP reporter a bit.
|
2017-02-22 13:28:13 +01:00 |
|
Colton Wolkins (Ogre)
|
a63ce953a0
|
Add TAP reporter
This is a hackish attempt to add a TAP reporter (see
philsquared/Catch#309 ) by following the TAP 12 specification
<http://testanything.org/tap-specification.html>. I'm unsure how well I
did in following the spec or with following good C++ guidelines.
Comments are appreciated.
Signed-off-by: Colton Wolkins (Ogre) <frostyfrog2@gmail.com>
|
2017-02-22 11:35:20 +01:00 |
|