Refactored include and exclude filters
This commit is contained in:
@@ -24,9 +24,6 @@ TEST_CASE("t00011", "[test-case][class]")
|
||||
|
||||
REQUIRE(diagram->name == "t00011_class");
|
||||
|
||||
REQUIRE(diagram->should_include("clanguml::t00011::A"));
|
||||
REQUIRE(diagram->should_include("clanguml::t00011::B"));
|
||||
|
||||
auto model = generate_class_diagram(db, diagram);
|
||||
|
||||
REQUIRE(model.name() == "t00011_class");
|
||||
|
||||
Reference in New Issue
Block a user