1 19 20 package com.hp.hpl.jena.ontology.impl.test; 23 24 25 import junit.framework.TestSuite; 28 29 30 31 32 41 public class TestAxioms 42 extends OntTestBase 43 { 44 47 50 53 56 public TestAxioms( String s ) { 57 super( s ); 58 } 59 60 63 protected String getTestName() { 64 return "TestAxioms"; 65 } 66 67 public static TestSuite suite() { 68 return new TestAxioms( "TestAxioms" ); 69 } 70 71 72 public OntTestCase[] getTests() { 73 return new OntTestCase[] { 74 }; 75 } 76 77 78 81 85 } 86 87 88 117 118 | Popular Tags |