Class VelocityExecutorTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.velocity.VelocityExecutorTest
-
public class VelocityExecutorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VelocityExecutorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidtestFailed()voidtestSuccess()voidtestThrowsIKE()voidtestThrowsMethodInvocation()voidtestThrowsMethodInvocationForMissingProperty()voidtestThrowsNPE()voidtestThrowsParseError()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testSuccess
public void testSuccess()
-
testFailed
public void testFailed()
-
testThrowsNPE
public void testThrowsNPE()
-
testThrowsIKE
public void testThrowsIKE()
-
testThrowsParseError
public void testThrowsParseError()
-
testThrowsMethodInvocation
public void testThrowsMethodInvocation()
-
testThrowsMethodInvocationForMissingProperty
public void testThrowsMethodInvocationForMissingProperty()
-
-