Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hp.hpl.jena.ontology.impl.test
Class TestListSyntaxCategories  view TestListSyntaxCategories download TestListSyntaxCategories.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.hp.hpl.jena.ontology.impl.test.TestListSyntaxCategories
All Implemented Interfaces:
junit.framework.Test

public class TestListSyntaxCategories
extends junit.framework.TestCase

Unit tests for listXXX methods on ontmodel

Version:
CVS $Id: TestListSyntaxCategories.java,v 1.24 2005/04/06 23:04:51 ian_dickinson Exp $

Nested Class Summary
protected static class TestListSyntaxCategories.DoListTest
           
 
Field Summary
static java.lang.String NS
           
protected static TestListSyntaxCategories.DoListTest[] testCases
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestListSyntaxCategories(java.lang.String name)
           
 
Method Summary
static junit.framework.TestSuite suite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

NS

public static final java.lang.String NS
See Also:
Constant Field Values

testCases

protected static TestListSyntaxCategories.DoListTest[] testCases
Constructor Detail

TestListSyntaxCategories

public TestListSyntaxCategories(java.lang.String name)
Method Detail

suite

public static junit.framework.TestSuite suite()