org.hdiv.taglib.html
Class SelectTag2Test
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.cactus.internal.AbstractCactusTestCase
org.apache.cactus.ServletTestCase
org.apache.cactus.JspTestCase
org.hdiv.taglib.html.SelectTag2Test
- All Implemented Interfaces:
- junit.framework.Test, org.apache.cactus.internal.CactusTestCase
public class SelectTag2Test
- extends org.apache.cactus.JspTestCase
Suite of unit tests for the org.apache.struts.taglib.html.SelectTag
class.
| Fields inherited from class org.apache.cactus.JspTestCase |
out, pageContext |
| Fields inherited from class org.apache.cactus.ServletTestCase |
config, request, response, session |
|
Constructor Summary |
SelectTag2Test(java.lang.String theName)
Defines the testcase name for JUnit. |
| Methods inherited from class org.apache.cactus.JspTestCase |
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 |
SelectTag2Test
public SelectTag2Test(java.lang.String theName)
- Defines the testcase name for JUnit.
- Parameters:
theName - the testcase's name.
main
public static void main(java.lang.String[] theArgs)
- Start the tests.
- Parameters:
theArgs - the arguments. Not used
suite
public static junit.framework.Test suite()
- Returns:
- a test suite (
TestSuite) that includes all methods
starting with "test"
setUp
protected void setUp()
throws java.lang.Exception
- Overrides:
setUp in class junit.framework.TestCase
- Throws:
java.lang.Exception
testSelectPropertyStyle
public void testSelectPropertyStyle()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyTitleKey
public void testSelectPropertyTitleKey()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyTitleKey_fr
public void testSelectPropertyTitleKey_fr()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectTabindex
public void testSelectTabindex()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectSize
public void testSelectSize()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyValue
public void testSelectPropertyValue()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyIndexedArray
public void testSelectPropertyIndexedArray()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyIndexedArrayProperty
public void testSelectPropertyIndexedArrayProperty()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyIndexedMap
public void testSelectPropertyIndexedMap()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyIndexedMapProperty
public void testSelectPropertyIndexedMapProperty()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyIndexedEnumeration
public void testSelectPropertyIndexedEnumeration()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSelectPropertyIndexedEnumerationProperty
public void testSelectPropertyIndexedEnumerationProperty()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2008 hdiv.org. All Rights Reserved.