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

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

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.