com.buglabs.common.tests
Class StringSplittingTests

java.lang.Object
  extended by TestCase
      extended by com.buglabs.common.tests.StringSplittingTests

public class StringSplittingTests
extends TestCase

Tests for custom string splitting function as CDC/Foundation does not include String.split();


Constructor Summary
StringSplittingTests()
           
 
Method Summary
 void testAllSplit()
           
 void testFileURISplit()
           
 void testNoSplit()
           
 void testSplit()
           
 void testXPathSplit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSplittingTests

public StringSplittingTests()
Method Detail

testSplit

public void testSplit()

testNoSplit

public void testNoSplit()

testAllSplit

public void testAllSplit()

testXPathSplit

public void testXPathSplit()

testFileURISplit

public void testFileURISplit()