We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280ea2a commit f4cfe94Copy full SHA for f4cfe94
1 file changed
src/test/java/org/jqassistant/contrib/plugin/kieker/test/MethodIT.java
@@ -29,8 +29,6 @@ public void testMethod() {
29
// kieker.examples.monitoring.aspectj.Bookstore.searchBook()"
30
assertThat(testResultProperties.getColumn("m.signature").get(0).toString(),
31
equalTo("public void kieker.examples.monitoring.aspectj.Bookstore.searchBook()"));
32
- // two events have this function -> 1 After- plus 1 BeforeOperationEvent
33
- assertThat(testResultProperties.getColumn("m.signature").size(), equalTo(1));
34
store.commitTransaction();
35
}
36
0 commit comments