Skip to content

Commit

Permalink
Überarbeitung der Testkategorien für Header-Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfehrs committed Dec 9, 2024
1 parent f8d5723 commit 5ada96f
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion tests/sources/header_tests/quantities/concepts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("quantity-concepts-header", "[headers][concept][quantities]")
TEST_CASE("quantity-concepts-header", "[headers][quantities][concepts]")
{

STATIC_REQUIRE(includes_quantity_concepts());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("amount-of-substance-concept-header", "[headers][concept][amount-of-substance]")
TEST_CASE("amount-of-substance-concept-header", "[headers][quantities][concepts][amount-of-substance]")
{

STATIC_REQUIRE(includes_amount_of_substance_concept());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/quantities/concepts/area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("area-concept-header", "[headers][concept][area]")
TEST_CASE("area-concept-header", "[headers][quantities][concepts][area]")
{

STATIC_REQUIRE(includes_area_concept());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/quantities/concepts/length.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("length-concept-header", "[headers][concept][length]")
TEST_CASE("length-concept-header", "[headers][quantities][concepts][length]")
{

STATIC_REQUIRE(includes_length_concept());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/quantities/concepts/mass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("mass-concept-header", "[headers][concept][mass]")
TEST_CASE("mass-concept-header", "[headers][quantities][concepts][mass]")
{

STATIC_REQUIRE(includes_mass_concept());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("planar-angle-concept-header", "[headers][concept][planar-angle]")
TEST_CASE("planar-angle-concept-header", "[headers][quantities][concepts][planar-angle]")
{

STATIC_REQUIRE(includes_planar_angle_concept());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("temperature-concept-header", "[headers][concept][temperature]")
TEST_CASE("temperature-concept-header", "[headers][quantities][concepts][temperature]")
{

STATIC_REQUIRE(includes_temperature_concept());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/quantities/concepts/time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("time-concept-header", "[headers][concept][time]")
TEST_CASE("time-concept-header", "[headers][quantities][concepts][time]")
{

STATIC_REQUIRE(includes_time_concept());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/quantities/concepts/volume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("volume-concept-header", "[headers][concept][volume]")
TEST_CASE("volume-concept-header", "[headers][quantities][concepts][volume]")
{

STATIC_REQUIRE(includes_volume_concept());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("all-units-header", "[headers][all-units]")
TEST_CASE("all-units-header", "[headers][units]")
{

STATIC_REQUIRE(includes_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/amount_of_substance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("amount-of-substance-units-header", "[headers][amount-of-substance]")
TEST_CASE("amount-of-substance-units-header", "[headers][units][amount-of-substance]")
{

STATIC_REQUIRE(includes_amount_of_substance_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("area-units-header", "[headers][area-units]")
TEST_CASE("area-units-header", "[headers][units][area]")
{

STATIC_REQUIRE(includes_area_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("base-units-header", "[headers][base-units]")
TEST_CASE("base-units-header", "[headers][units][base]")
{

STATIC_REQUIRE(includes_base_units());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("amount-of-substance-unit-constants-header", "[headers][amount-of-substance-units]")
TEST_CASE("amount-of-substance-unit-constants-header", "[headers][units][constants][amount-of-substance]")
{

STATIC_REQUIRE(includes_amount_of_substance_unit_constants());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/constants/area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("area-unit-constants-header", "[headers][area-units]")
TEST_CASE("area-unit-constants-header", "[headers][units][constants][area]")
{

STATIC_REQUIRE(includes_area_unit_constants());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/constants/length.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("length-unit-constants-header", "[headers][length-units]")
TEST_CASE("length-unit-constants-header", "[headers][units][constants][length]")
{

STATIC_REQUIRE(includes_length_unit_constants());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/constants/mass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("mass-unit-constants-header", "[headers][mass-units]")
TEST_CASE("mass-unit-constants-header", "[headers][units][constants][mass]")
{

STATIC_REQUIRE(includes_mass_unit_constants());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/constants/one.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



TEST_CASE("unit-one-constant-header", "[headers][unit-one]")
TEST_CASE("unit-one-constant-header", "[headers][units][constants][one]")
{

STATIC_REQUIRE(includes_unit_one_constant());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("angle-unit-constants-header", "[headers][angle-units]")
TEST_CASE("angle-unit-constants-header", "[headers][units][constants][planar-angle]")
{

STATIC_REQUIRE(includes_angle_unit_constants());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("squared-time-unit-constants-header", "[headers][squared-time-units]")
TEST_CASE("squared-time-unit-constants-header", "[headers][units][constants][squared-time]")
{

STATIC_REQUIRE(includes_squared_time_unit_constants());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/constants/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("temperature-unit-constants-header", "[headers][temperature-units]")
TEST_CASE("temperature-unit-constants-header", "[headers][units][constants][temperature]")
{

STATIC_REQUIRE(includes_temperature_unit_constants());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/constants/time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("time-unit-constants-header", "[headers][time-units]")
TEST_CASE("time-unit-constants-header", "[headers][units][constants][time]")
{

STATIC_REQUIRE(includes_time_unit_constants());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/constants/volume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("volume-unit-constants-header", "[headers][volume-units]")
TEST_CASE("volume-unit-constants-header", "[headers][units][constants][volume]")
{

STATIC_REQUIRE(includes_volume_unit_constants());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/derived.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("derived-units-header", "[headers][derived-units]")
TEST_CASE("derived-units-header", "[headers][units][derived]")
{

STATIC_REQUIRE(includes_derived_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/length.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("length-units-header", "[headers][length-units]")
TEST_CASE("length-units-header", "[headers][units][length]")
{

STATIC_REQUIRE(includes_length_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/mass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("mass-units-header", "[headers][mass-units]")
TEST_CASE("mass-units-header", "[headers][units][mass]")
{

STATIC_REQUIRE(includes_mass_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/one.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



TEST_CASE("unit-one-header", "[headers][unit-one]")
TEST_CASE("unit-one-header", "[headers][units][one]")
{

STATIC_REQUIRE(includes_unit_one());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/planar_angle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("angle-units-header", "[headers][angle-units]")
TEST_CASE("angle-units-header", "[headers][units][planar-angle]")
{

STATIC_REQUIRE(includes_angle_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("temperature-units-header", "[headers][temperature-units]")
TEST_CASE("temperature-units-header", "[headers][units][temperature]")
{

STATIC_REQUIRE(includes_temperature_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



TEST_CASE("time-units-header", "[headers][time-units]")
TEST_CASE("time-units-header", "[headers][units][time]")
{

STATIC_REQUIRE(includes_time_units());
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/header_tests/units/volume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_all.hpp>


TEST_CASE("volume-units-header", "[headers][volume-units]")
TEST_CASE("volume-units-header", "[headers][units][volume]")
{

STATIC_REQUIRE(includes_volume_units());
Expand Down

0 comments on commit 5ada96f

Please sign in to comment.