@Test
@Kite9Item
public void test_6_8_MethodCallerMethodRelationship() throws IOException {
DiagramBuilder db = createBuilder();
db.withClasses(B.class).withMethods(db.onlyAnnotated(), true).show(db.asConnectedGlyphs()).withCallingMethods(null)
.show(db.asConnectedGlyphs());
renderDiagram(db.getDiagram());
}
@Before
public void setUpModel() throws SecurityException, NoSuchMethodException {