Added test for skip and skiprelationship decorators
This commit is contained in:
@@ -132,6 +132,7 @@ using namespace clanguml::test::matchers;
|
||||
#include "t00026/test_case.h"
|
||||
#include "t00027/test_case.h"
|
||||
#include "t00028/test_case.h"
|
||||
#include "t00029/test_case.h"
|
||||
|
||||
//
|
||||
// Sequence diagram tests
|
||||
|
||||
@@ -170,8 +170,7 @@ struct AliasMatcher {
|
||||
}
|
||||
}
|
||||
|
||||
throw std::runtime_error(fmt::format(
|
||||
"Cannot find alias {} in {}", name, fmt::join(puml, "\n")));
|
||||
return "__INVALID__ALIAS__";
|
||||
}
|
||||
|
||||
const std::vector<std::string> puml;
|
||||
|
||||
Reference in New Issue
Block a user