Lines Matching refs:TEST_CASE
39 TEST_CASE( "A comparison that uses literals instead of the normal constructor", "[Approx]" ) {
51 TEST_CASE( "Some simple comparisons between doubles", "[Approx]" ) {
67 TEST_CASE( "Approximate comparisons with different epsilons", "[Approx]" ) {
75 TEST_CASE( "Less-than inequalities with different epsilons", "[Approx]" ) {
85 TEST_CASE( "Greater-than inequalities with different epsilons", "[Approx]" ) {
95 TEST_CASE( "Approximate comparisons with floats", "[Approx]" ) {
101 TEST_CASE( "Approximate comparisons with ints", "[Approx]" ) {
107 TEST_CASE( "Approximate comparisons with mixed numeric types", "[Approx]" ) {
120 TEST_CASE( "Use a custom approx", "[Approx][custom]" ) {
136 TEST_CASE( "Approximate PI", "[Approx][PI]" ) {
143 TEST_CASE( "Absolute margin", "[Approx]" ) {
152 TEST_CASE("Approx with exactly-representable margin", "[Approx]") {
162 TEST_CASE("Approx setters validate their arguments", "[Approx]") {
175 TEST_CASE("Default scale is invisible to comparison", "[Approx]") {
180 TEST_CASE("Epsilon only applies to Approx's value", "[Approx]") {
184 TEST_CASE("Assorted miscellaneous tests", "[Approx][approvals]") {
193 TEST_CASE( "Comparison with explicitly convertible types", "[Approx]" )