]> granicus.if.org Git - graphviz/commit
tests: idiomatic use of Catch2’s 'INFO' macro
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 28 Sep 2022 15:32:45 +0000 (08:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Sep 2022 00:03:22 +0000 (17:03 -0700)
commite860e06af763abf49156a0f54b3999153927a33b
tree199bffe9bee76e419138d4b5a9d477e26fe35c8a
parentb75ac657a7e9132689023474b06a8a7258c2675e
tests: idiomatic use of Catch2’s 'INFO' macro

This is slightly more concise, efficient, and readable.
27 files changed:
tests/test_clusters.cpp
tests/test_edge_color.cpp
tests/test_edge_fillcolor.cpp
tests/test_edge_node_overlap_all_edge_arrows.cpp
tests/test_edge_node_overlap_all_node_shapes.cpp
tests/test_edge_node_overlap_all_primitive_edge_arrows.cpp
tests/test_edge_node_overlap_cylinder_node_shape.cpp
tests/test_edge_node_overlap_ellipse_node_shapes_except_point.cpp
tests/test_edge_node_overlap_normal_and_inv_edge_arrows.cpp
tests/test_edge_node_overlap_normal_and_inv_edge_arrows_all_modifiers.cpp
tests/test_edge_node_overlap_point_node_shape.cpp
tests/test_edge_node_overlap_polygon_node_shapes.cpp
tests/test_edge_penwidth.cpp
tests/test_engines.cpp
tests/test_max_edge_node_overlap_polygon_node_shapes.cpp
tests/test_min_edge_node_overlap_polygon_node_shapes.cpp
tests/test_neatopack.cpp
tests/test_node_color.cpp
tests/test_node_fillcolor.cpp
tests/test_node_penwidth.cpp
tests/test_rankdir.cpp
tests/test_subgraph_layout.cpp
tests/test_subgraphs.cpp
tests/test_svg_analyzer.cpp
tests/test_svg_analyzer_color.cpp
tests/test_svg_analyzer_fillcolor.cpp
tests/test_svg_analyzer_penwidth.cpp