com.tagtraum.sixbs.test
Class SIXBSTest_1_1

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.tagtraum.sixbs.test.SIXBSTest_1_1
All Implemented Interfaces:
junit.framework.Test

public class SIXBSTest_1_1
extends junit.framework.TestCase

Version:
$Id: SIXBSTest_1_1.java,v 1.1 2001/08/06 16:46:43 Hendrik Exp $
Author:
Hendrik Schreiber

Field Summary
static java.lang.String vcid
          Source-Version
 
Constructor Summary
SIXBSTest_1_1(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.TestSuite suite()
           
 void tearDown()
           
 void testEmptyTestBean()
           
 void testManyTestBeans()
           
 void testMultipleEmptyTestBean()
           
 void testTestBeanEquality()
           
 void testTestBeanWithArray()
           
 void testTestBeanWithValues()
           
 void testValidatingParser()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

vcid

public static java.lang.String vcid
Source-Version

Constructor Detail

SIXBSTest_1_1

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

setUp

public void setUp()
           throws java.io.IOException
Throws:
java.io.IOException

tearDown

public void tearDown()

testTestBeanEquality

public void testTestBeanEquality()

testValidatingParser

public void testValidatingParser()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testEmptyTestBean

public void testEmptyTestBean()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testMultipleEmptyTestBean

public void testMultipleEmptyTestBean()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testManyTestBeans

public void testManyTestBeans()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testTestBeanWithValues

public void testTestBeanWithValues()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testTestBeanWithArray

public void testTestBeanWithArray()
                           throws java.lang.Exception
Throws:
java.lang.Exception

suite

public static junit.framework.TestSuite suite()

main

public static void main(java.lang.String[] args)