psdi.webclient.system.runtime.unittest

Class RowMarkerTest

  • java.lang.Object
    • junit.framework.Assert
      • junit.framework.TestCase
        • psdi.webclient.system.runtime.unittest.RowMarkerTest
  • All Implemented Interfaces:
    junit.framework.Test


    public class RowMarkerTest
    extends junit.framework.TestCase
    • Constructor Summary

      Constructors 
      Constructor and Description
      RowMarkerTest() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void testAddRowMarker() 
      void testGetRowFromId() 
      void testGetRowFromIdBad() 
      void testNull() 
      void testParseParamForRow() 
      void testRemoveRowMarker() 
      void testZeroLength() 
      • 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, failNotEquals, failNotSame, failSame, format
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RowMarkerTest

        public RowMarkerTest()
    • Method Detail

      • testZeroLength

        public void testZeroLength()
      • testNull

        public void testNull()
      • testParseParamForRow

        public void testParseParamForRow()
      • testAddRowMarker

        public void testAddRowMarker()
      • testRemoveRowMarker

        public void testRemoveRowMarker()
      • testGetRowFromId

        public void testGetRowFromId()
      • testGetRowFromIdBad

        public void testGetRowFromIdBad()