Class ViewPatternTest
- java.lang.Object
-
- org.shredzone.commons.view.manager.ViewPatternTest
-
public class ViewPatternTest extends Object
Unit tests forViewPattern
.- Author:
- Richard "Shred" Körber
-
-
Constructor Summary
Constructors Constructor Description ViewPatternTest()
-
-
-
Constructor Detail
-
ViewPatternTest
public ViewPatternTest()
-
-
Method Detail
-
functionalTest
@View(pattern="test/${blafoo}/and/a/${path}.html") public void functionalTest() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
orderTest
@View(pattern="test/${blafoo}.html") @View(pattern="test.html") @View(pattern="test/${blafoo}/and/a/${path}.html") public void orderTest() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
-