org.apache.commons.jocl
Class TestJOCLContentHandler

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.jocl.TestJOCLContentHandler
All Implemented Interfaces:
junit.framework.Test

public class TestJOCLContentHandler
extends junit.framework.TestCase

Version:
$Revision: 1023401 $ $Date: 2010-10-16 21:54:24 -0400 (Sat, 16 Oct 2010) $

Constructor Summary
TestJOCLContentHandler(String testName)
           
 
Method Summary
static void main(String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void testObject()
           
 void testParse()
           
 void testPrimitives()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestJOCLContentHandler

public TestJOCLContentHandler(String testName)
Method Detail

suite

public static junit.framework.Test suite()

main

public static void main(String[] args)

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testPrimitives

public void testPrimitives()
                    throws Exception
Throws:
Exception

testObject

public void testObject()
                throws Exception
Throws:
Exception

testParse

public void testParse()
               throws IOException,
                      SAXException
Throws:
IOException
SAXException


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.