org.infoglue.cms.entities.publishing
Class EditionBrowserTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.infoglue.cms.entities.ValidationTestCase
                    |
                    +--org.infoglue.cms.entities.publishing.EditionBrowserTest
All Implemented Interfaces:
junit.framework.Test

public class EditionBrowserTest
extends ValidationTestCase

Test the EditionBrowser calculations

Author:
Frank Febbraro (frank@phase2technology.com)

Constructor Summary
EditionBrowserTest()
           
 
Method Summary
 void testCurrentPage()
           
 void testNext()
           
 void testPlainCalculations()
           
 void testPrevious()
           
 void testTotalPages()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditionBrowserTest

public EditionBrowserTest()
Method Detail

testPlainCalculations

public void testPlainCalculations()
                           throws java.lang.Exception
java.lang.Exception

testCurrentPage

public void testCurrentPage()
                     throws java.lang.Exception
java.lang.Exception

testTotalPages

public void testTotalPages()
                    throws java.lang.Exception
java.lang.Exception

testPrevious

public void testPrevious()
                  throws java.lang.Exception
java.lang.Exception

testNext

public void testNext()
              throws java.lang.Exception
java.lang.Exception