org.apache.commons.feedparser.test
Class TestFeedParserUTF8

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.feedparser.test.TestFeedParserUTF8
All Implemented Interfaces:
junit.framework.Test

public class TestFeedParserUTF8
extends junit.framework.TestCase

Version:
$Id: TestFeedParserUTF8.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton

Constructor Summary
TestFeedParserUTF8(String name)
           
 
Method Summary
static void main(String[] args)
           
 void test(String path)
           
 void test1()
           
 void test2()
           
 void test3()
           
 void test4()
           
 void testAssertXerces()
           
 
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
 

Constructor Detail

TestFeedParserUTF8

public TestFeedParserUTF8(String name)
                   throws Exception
Throws:
Exception
Method Detail

testAssertXerces

public void testAssertXerces()
                      throws Exception
Throws:
Exception

test

public void test(String path)
          throws Exception
Throws:
Exception

test1

public void test1()
           throws Exception
Throws:
Exception

test2

public void test2()
           throws Exception
Throws:
Exception

test3

public void test3()
           throws Exception
Throws:
Exception

test4

public void test4()
           throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


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