package nonreg.simple; import java.io.IOException; import org.junit.jupiter.api.Test; import nonreg.BasicTest; /* Test diagram MUST be put between triple quotes """ @startuml title title legend legend footer footer header header caption caption Sally --> Bob @enduml """ */ public class A0006_Test extends BasicTest { @Test void testSimple() throws IOException { checkImage("(2 participants)"); } }