net.sourceforge.smile.test
Class RenderKitFactoryImplTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.smile.test.AbstractTest
              extended bynet.sourceforge.smile.test.RenderKitFactoryImplTestCase
All Implemented Interfaces:
junit.framework.Test

public class RenderKitFactoryImplTestCase
extends AbstractTest

The test suite that checks all required specifications and the javadocs for the RenderKitFactory implementation.


Constructor Summary
RenderKitFactoryImplTestCase()
           
 
Method Summary
 void testAddRenderKit()
          Checks the addRenderKit operation
 void testGetRenderKit()
          Check that the getRenderKit operation conforms to specs & javadoc
 void testGetRenderKitIds()
          Check that getRenderKitIds operation works according to specs & javadoc
 void testGetRenderKitWithContext()
          Check that the getRenderKit(FacesContext) operation conforms to specs & javadoc
 void testNullPointerExceptions()
          Checks that NullPointerExceptions are throws under the specified conditions
 
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

RenderKitFactoryImplTestCase

public RenderKitFactoryImplTestCase()
Method Detail

testNullPointerExceptions

public void testNullPointerExceptions()
                               throws java.lang.Exception
Checks that NullPointerExceptions are throws under the specified conditions

Throws:
java.lang.Exception

testAddRenderKit

public void testAddRenderKit()
                      throws java.lang.Exception
Checks the addRenderKit operation

Throws:
java.lang.Exception

testGetRenderKit

public void testGetRenderKit()
                      throws java.lang.Exception
Check that the getRenderKit operation conforms to specs & javadoc

Throws:
java.lang.Exception

testGetRenderKitWithContext

public void testGetRenderKitWithContext()
                                 throws java.lang.Exception
Check that the getRenderKit(FacesContext) operation conforms to specs & javadoc

Throws:
java.lang.Exception

testGetRenderKitIds

public void testGetRenderKitIds()
                         throws java.lang.Exception
Check that getRenderKitIds operation works according to specs & javadoc

Throws:
java.lang.Exception