|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.opencms.util.TestCmsMacroResolver
public class TestCmsMacroResolver
Test cases for CmsMacroResolver.
| Constructor Summary | |
|---|---|
TestCmsMacroResolver(String arg0)
Default JUnit constructor. |
|
| Method Summary | |
|---|---|
void |
testBasicResolverFunctions()
Tests some basic resolver functions. |
void |
testMacroUtils()
Tests macro util functions. |
void |
testResolveLocalizedMacros()
Tests the macro resolver "recursive" functions. |
void |
testResolveMacros()
Tests the macro resolver main functions. |
void |
testResolveMacrosCombinedSyntax()
Tests the macro resolver main functions, combined syntax. |
void |
testResolveMacrosNewSyntax()
Tests the macro resolver main functions, new syntax. |
void |
testResolveNestedMacros()
Tests the macro resolver "nested macro" functions. |
void |
testResolverInterface()
Tests a minimal interface implementation. |
void |
testResolverIssues()
Tests some issues encounteerd when introducing the new macro style. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, 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 |
| Constructor Detail |
|---|
public TestCmsMacroResolver(String arg0)
arg0 - JUnit parameters| Method Detail |
|---|
public void testBasicResolverFunctions()
public void testResolverIssues()
public void testResolveLocalizedMacros()
public void testResolveNestedMacros()
public void testResolveMacros()
public void testResolveMacrosNewSyntax()
public void testResolveMacrosCombinedSyntax()
public void testResolverInterface()
public void testMacroUtils()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||