Class ActionLoaderTest


  • public class ActionLoaderTest
    extends BaseTestCase
    This test case is to verify whether exceptions in Velocity actions are properly bubbled up when action.event.bubbleexception=true. Or, if action.event.bubbleexception=false, then the exceptions should be logged and sunk. Changes 2014/Jun/26 (gk): removed Constructor with String parameter as no Test VelocityErrorScreenTest is found and JUnit does not allow it.
    Author:
    Eric Pugh, Peter Courcoux