source:
src/test/java/exampleagentstest/MultiPartyExampleTest.java
Last change on this file was 175, checked in by , 6 years ago | |
---|---|
File size: 190 bytes |
Rev | Line | |
---|---|---|
[175] | 1 | package exampleagentstest; |
2 | ||
3 | import agents.anac.y2015.AgentNeo.Groupn; | |
4 | ||
5 | public class MultiPartyExampleTest extends AgentTest { | |
6 | ||
7 | public MultiPartyExampleTest() { | |
8 | super(Groupn.class); | |
9 | } | |
10 | ||
11 | } |
Note:
See TracBrowser
for help on using the repository browser.