Sheridan C Rawlins
Sheridan C Rawlins
See [the TAP specification](http://testanything.org/tap-specification.html) for more detail on this feature. Tests which may fail but don't always or which may start passing for some unknown reason, or which provide beneficial...
commit 3bec4b1e79f6afd07b8baa3fffa6ecc9acb7a061 removed `Properties`' subclassing of `Prop`. This means it's not possible to call `check(myProperties)`. calling check() on a properties object writes to stderr; doesn't return the result. This makes...
Consider the following snippet - even though comparison would be avoided beyond the first compare call, the parameter evaluation for the second one (`this.expensiveCalculation()`) would still be done. ``` ComparisonChain.start()...
Replaces #25 - gradle is easier to configure than SBT and, as this is predominantly java (not Scala), it makes more sense.
Issue #16
There don't seem to be any unit tests. Hook up googletest and add some tests that are run with `make check`
There don't seem to be any unit tests in the code - it would be great to have some tests in this and the other C++ dependencies and then add...
cmake is generally fairly useful and is required for the CLion IDE. https://www.jetbrains.com/clion/