org.jboss.jsfunit.jsfsession.hellojsf
Class EnvironmentTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.cactus.internal.AbstractCactusTestCase
              extended by org.apache.cactus.ServletTestCase
                  extended by org.jboss.jsfunit.jsfsession.hellojsf.EnvironmentTest
All Implemented Interfaces:
junit.framework.Test, org.apache.cactus.internal.CactusTestCase

public class EnvironmentTest
extends org.apache.cactus.ServletTestCase

The JSFUnit Environment class allows you to programatically find which version of JSF you are running. Because this is the test for the Environment class, the JSF version is known beforehand and loaded via a properties file.

Author:
Stan Silvert

Field Summary
 
Fields inherited from class org.apache.cactus.ServletTestCase
config, request, response, session
 
Constructor Summary
EnvironmentTest()
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testJSF12Compatible()
           
 void testJSF20Compatible()
           
 void testJSFMajorVersion()
           
 void testJSFMinorVersion()
           
 
Methods inherited from class org.apache.cactus.ServletTestCase
createProtocolHandler
 
Methods inherited from class org.apache.cactus.internal.AbstractCactusTestCase
runBare, runBareServer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, 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
 
Methods inherited from interface org.apache.cactus.internal.CactusTestCase
runBareServer
 

Constructor Detail

EnvironmentTest

public EnvironmentTest()
Method Detail

setUp

public void setUp()
           throws IOException
Overrides:
setUp in class junit.framework.TestCase
Throws:
IOException

suite

public static junit.framework.Test suite()
Returns:
the suite of tests being tested

testJSFMajorVersion

public void testJSFMajorVersion()

testJSFMinorVersion

public void testJSFMinorVersion()

testJSF12Compatible

public void testJSF12Compatible()

testJSF20Compatible

public void testJSF20Compatible()


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.