source: pythonadapter/src/test/java/geniusweb/pythonadapter/PythonPartyAdapterTest.java@ 47

Last change on this file since 47 was 47, checked in by bart, 2 years ago

Refactor to help reusing partiesserver.

File size: 247 bytes
Line 
1package geniusweb.pythonadapter;
2
3import org.junit.Test;
4
5public class PythonPartyAdapterTest {
6 @Test
7 public void smoke() {
8 new PythonPartyAdapter() {
9
10 @Override
11 public String getPythonClass() {
12 return "TestParty";
13 }
14 };
15 }
16}
Note: See TracBrowser for help on using the repository browser.