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

Last change on this file since 209 was 184, checked in by Tim Baarslag, 5 years ago

Created bilateralexamples

File size: 170 bytes
Line 
1package exampleagentstest;
2
3public class BoaPartyExampleTest extends AgentTest {
4
5 public BoaPartyExampleTest() {
6 super(bilateralexamples.BoaPartyExample.class);
7 }
8
9}
Note: See TracBrowser for help on using the repository browser.