org.equanda.util
Class StringSplitterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.equanda.util.StringSplitterTest
All Implemented Interfaces:
junit.framework.Test

public class StringSplitterTest
extends junit.framework.TestCase


Constructor Summary
StringSplitterTest()
           
 
Method Summary
 void getRestBoundaries()
           
 void testBoundaries()
           
 void testEmpty()
           
 void testRest()
           
 void testSimpleSplit()
           
 
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

StringSplitterTest

public StringSplitterTest()
Method Detail

testSimpleSplit

public void testSimpleSplit()
                     throws Exception
Throws:
Exception

testBoundaries

public void testBoundaries()
                    throws Exception
Throws:
Exception

testEmpty

public void testEmpty()
               throws Exception
Throws:
Exception

testRest

public void testRest()
              throws Exception
Throws:
Exception

getRestBoundaries

public void getRestBoundaries()
                       throws Exception
Throws:
Exception


Copyright © 2007-2009. All Rights Reserved.