edu.stanford.smi.protegex.owl.tests
Class ProtegeOWLVersionDependencyTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byedu.stanford.smi.protegex.owl.tests.ProtegeOWLVersionDependencyTestCase
All Implemented Interfaces:
junit.framework.Test

public class ProtegeOWLVersionDependencyTestCase
extends junit.framework.TestCase


Field Summary
private static String buildFile
           
private static String jena_major
           
private static String jena_minor
           
private static Properties props
           
private static String protege_version
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ProtegeOWLVersionDependencyTestCase()
           
 
Method Summary
protected  void setUp()
           
 void testShowVersionDependencies()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

props

private static Properties props

buildFile

private static String buildFile

jena_major

private static String jena_major

jena_minor

private static String jena_minor

protege_version

private static String protege_version
Constructor Detail

ProtegeOWLVersionDependencyTestCase

public ProtegeOWLVersionDependencyTestCase()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testShowVersionDependencies

public void testShowVersionDependencies()
                                 throws Exception
Throws:
Exception