org.apache.commons.feedparser.test
Class TestGuid

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

public class TestGuid
extends BaseTestCase

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

Constructor Summary
TestGuid(String name)
           
 
Method Summary
static void main(String[] args)
           
 void test1()
           
 
Methods inherited from class org.apache.commons.feedparser.test.BaseTestCase
captureOutputFromTest
 
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

TestGuid

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

test1

public void test1()
           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.