source: src/test/java/exampleagentstest/BoaPartyExampleTest.java@ 183

Last change on this file since 183 was 183, checked in by Tim Baarslag, 6 years ago
File size: 169 bytes
Line 
1package exampleagentstest;
2
3public class BoaPartyExampleTest extends AgentTest {
4
5 public BoaPartyExampleTest() {
6 super(anac2019examples.BoaPartyExample.class);
7 }
8
9}
Note: See TracBrowser for help on using the repository browser.