package wikokit.base.wikt.word; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import static org.junit.Assert.*; import wikokit.base.wikipedia.language.LanguageType; public class WLanguageTest { public WLanguageTest() { } @BeforeClass public static void setUpClass() throws Exception { } @AfterClass public static void tearDownClass() throws Exception { } @Before public void setUp() { } @After public void tearDown() { } // @see WMeaningEnTest with section "Form of templates" @Test public void testParse_something() { System.out.println("todo or not todo"); } }