org.hdiv.taglib.html
Class RadioTag2Test
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.RadioTag2Test
- All Implemented Interfaces:
- junit.framework.Test, org.apache.cactus.internal.CactusTestCase
public class RadioTag2Test
- extends org.apache.cactus.JspTestCase
Suite of unit tests for the org.apache.struts.taglib.html.RadioTag
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 |
RadioTag2Test(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 |
RadioTag2Test
public RadioTag2Test(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
testRadioPropertyStyle
public void testRadioPropertyStyle()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyStyleClass
public void testRadioPropertyStyleClass()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyStyleId
public void testRadioPropertyStyleId()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyTitle
public void testRadioPropertyTitle()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyTitleKey
public void testRadioPropertyTitleKey()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyTitleKey_fr
public void testRadioPropertyTitleKey_fr()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyValueMatch
public void testRadioPropertyValueMatch()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyValueNotMatch
public void testRadioPropertyValueNotMatch()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyIndexedArray
public void testRadioPropertyIndexedArray()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyIndexedArrayProperty
public void testRadioPropertyIndexedArrayProperty()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyIndexedMap
public void testRadioPropertyIndexedMap()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyIndexedMapProperty
public void testRadioPropertyIndexedMapProperty()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyIndexedEnumeration
public void testRadioPropertyIndexedEnumeration()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRadioPropertyIndexedEnumerationProperty
public void testRadioPropertyIndexedEnumerationProperty()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2008 hdiv.org. All Rights Reserved.