Sha256: e87c251bfb406165d46d236a501cfc90a3763486f6643dadf606779942e4509f
Contents?: true
Size: 711 Bytes
Versions: 8
Compression:
Stored size: 711 Bytes
Contents
package org.biointerchange; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import org.biointerchange.vocabulary.*; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public AppTest( String testName ) { super( testName ); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite( AppTest.class ); } /** * Rigourous Test :-) */ public void testApp() { assertTrue( CDAO.has_Character() != null ); } }
Version data entries
8 entries across 8 versions & 1 rubygems