com.tagtraum.sixbs.test
Class SIXBSWriterTest_1_0

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

public class SIXBSWriterTest_1_0
extends junit.framework.TestCase

Version:
$Id: SIXBSWriterTest_1_0.java,v 1.1 2001/08/05 21:50:50 Hendrik Exp $
Author:
Hendrik Schreiber

Field Summary
static java.lang.String vcid
          Source-Version
 
Constructor Summary
SIXBSWriterTest_1_0(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.TestSuite suite()
           
 void tearDown()
           
 void testBoolean()
           
 void testEmptyString()
           
 void testFloat()
           
 void testNull()
           
 void testObject()
           
 void testSimpleString()
           
 void testURL()
           
 
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

SIXBSWriterTest_1_0

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

setUp

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

tearDown

public void tearDown()

testObject

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

testEmptyString

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

testSimpleString

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

testBoolean

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

testFloat

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

testNull

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

testURL

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

suite

public static junit.framework.TestSuite suite()

main

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