Fixed template namespace filter in class diagrams

This commit is contained in:
Bartek Kryza
2022-01-30 18:30:35 +01:00
parent 5ada8cdeee
commit 54b378dc71
2 changed files with 4 additions and 4 deletions

View File

@@ -44,6 +44,8 @@ TEST_CASE("t00014", "[test-case][class]")
REQUIRE_THAT(puml, IsClassTemplate("A", "T,std::string"));
REQUIRE_THAT(puml, IsClassTemplate("A", "bool,std::string"));
REQUIRE_THAT(puml, IsClassTemplate("AString", "float"));
REQUIRE_THAT(
puml, !IsClassTemplate("std::std::function", "void(T...,int),int)"));
REQUIRE_THAT(puml, IsInstantiation(_A("A<T,P>"), _A("A<T,std::string>")));
REQUIRE_THAT(