package nonreg.xmi.clazz; import java.io.IOException; import org.junit.jupiter.api.Test; import nonreg.xmi.XmiTest; /* Test diagram MUST be put between triple quotes """ @startuml class A { {method}{abstract}{static} + method } abstract class B{ } static class C{ } @enduml """ Expected result MUST be put between triple brackets {{{star PlantUML }}}star {{{argo PlantUML }}}argo {{{script PlantUML }}}script */ public class XMI0003_Test extends XmiTest { @Test void testSimple() throws IOException { checkXmlAndDescription("(3 entities)"); } }