Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp.test
Class ParseQueryStringTest  view ParseQueryStringTest download ParseQueryStringTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.tripi.asp.test.ParseQueryStringTest
All Implemented Interfaces:
junit.framework.Test

public class ParseQueryStringTest
extends junit.framework.TestCase

This class test the ParseQueryString class


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ParseQueryStringTest(java.lang.String name)
          Constructor.
 
Method Summary
 void testEmptyString()
           
 void testEscape1()
           
 void testEscape2()
           
 void testEscape3()
           
 void testMultipleValues1()
           
 void testMultipleValues2()
           
 void testMultipleValues3()
           
 void testSimpleStringNoValue1()
           
 void testSimpleStringValue1()
           
 void testSimpleStringValue2()
           
 
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

ParseQueryStringTest

public ParseQueryStringTest(java.lang.String name)
Constructor.

Method Detail

testEmptyString

public void testEmptyString()

testEscape1

public void testEscape1()

testEscape2

public void testEscape2()

testEscape3

public void testEscape3()

testSimpleStringNoValue1

public void testSimpleStringNoValue1()

testSimpleStringValue1

public void testSimpleStringValue1()

testSimpleStringValue2

public void testSimpleStringValue2()

testMultipleValues1

public void testMultipleValues1()

testMultipleValues2

public void testMultipleValues2()

testMultipleValues3

public void testMultipleValues3()