org.hdiv.taglib.html
Class LinkTag5Test
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.LinkTag5Test
- All Implemented Interfaces:
- junit.framework.Test, org.apache.cactus.internal.CactusTestCase
public class LinkTag5Test
- extends org.apache.cactus.JspTestCase
Suite of unit tests for the org.hdiv.taglib.html.LinkTagHDIV 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 |
LinkTag5Test(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, setUp, 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 |
LinkTag5Test
public LinkTag5Test(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"
testLinkHref
public void testLinkHref()
testLinkHrefAccesskey
public void testLinkHrefAccesskey()
testLinkHrefAnchor
public void testLinkHrefAnchor()
testLinkHrefIndexedArray
public void testLinkHrefIndexedArray()
testLinkHrefIndexedArrayProperty
public void testLinkHrefIndexedArrayProperty()
testLinkHrefIndexedMap
public void testLinkHrefIndexedMap()
testLinkHrefIndexedMapProperty
public void testLinkHrefIndexedMapProperty()
testLinkHrefIndexedEnumeration
public void testLinkHrefIndexedEnumeration()
testLinkHrefIndexedEnumerationProperty
public void testLinkHrefIndexedEnumerationProperty()
testLinkHrefIndexedAlternateIdArray
public void testLinkHrefIndexedAlternateIdArray()
testLinkHrefIndexedAlternateIdArrayProperty
public void testLinkHrefIndexedAlternateIdArrayProperty()
testLinkHrefIndexedAlternateIdMap
public void testLinkHrefIndexedAlternateIdMap()
testLinkHrefIndexedAlternateIdMapProperty
public void testLinkHrefIndexedAlternateIdMapProperty()
testLinkHrefIndexedAlternateIdEnumeration
public void testLinkHrefIndexedAlternateIdEnumeration()
testLinkHrefIndexedAlternateIdEnumerationProperty
public void testLinkHrefIndexedAlternateIdEnumerationProperty()
testLinkHrefLinkName
public void testLinkHrefLinkName()
testLinkHrefNameNoScope
public void testLinkHrefNameNoScope()
testLinkHrefNamePropertyNoScope
public void testLinkHrefNamePropertyNoScope()
testLinkHrefNameApplicationScope
public void testLinkHrefNameApplicationScope()
testLinkHrefNamePropertyApplicationScope
public void testLinkHrefNamePropertyApplicationScope()
testLinkHrefNameSessionScope
public void testLinkHrefNameSessionScope()
testLinkHrefNamePropertySessionScope
public void testLinkHrefNamePropertySessionScope()
testLinkHrefNameRequestScope
public void testLinkHrefNameRequestScope()
testLinkHrefNamePropertyRequestScope
public void testLinkHrefNamePropertyRequestScope()
Copyright © 2008 hdiv.org. All Rights Reserved.