Updated test cases documentation

This commit is contained in:
Bartek Kryza
2022-08-07 23:17:44 +02:00
parent ae7ef11e43
commit e3434bfc59
73 changed files with 3794 additions and 4406 deletions

View File

@@ -22,7 +22,7 @@ TEST_CASE("t90000", "[test-case][config]")
auto diagram = config.diagrams["t90000_class"];
auto model = generate_class_diagram(db, diagram);
auto model = generate_class_diagram(*db, diagram);
REQUIRE(model->name() == "t90000_class");

View File

@@ -265,7 +265,7 @@ using namespace clanguml::test::matchers;
////
//// Other tests (e.g. configuration file)
////
//#include "t90000/test_case.h"
#include "t90000/test_case.h"
//
// Main test function