Class VelocityExecutionComponentTest
- java.lang.Object
-
- org.infrastructurebuilder.templating.velocity.VelocityExecutionComponentTest
-
public class VelocityExecutionComponentTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VelocityExecutionComponentTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()static voidsetupBC()static voidsetUpBeforeClass()static voidteardownClass()voidtestCreateContextNoProject()voidtestCreateEngine()voidtestExecuteNoLogger()voidtestExecuteNoLoggerWithFile()voidtestVelocityExecutionComponent()
-
-
-
Method Detail
-
setupBC
public static void setupBC()
-
setUpBeforeClass
public static void setUpBeforeClass() throws java.lang.Exception- Throws:
java.lang.Exception
-
teardownClass
public static void teardownClass()
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateContextNoProject
public void testCreateContextNoProject()
-
testCreateEngine
public void testCreateEngine() throws java.lang.Exception- Throws:
java.lang.Exception
-
testExecuteNoLogger
public void testExecuteNoLogger() throws TemplatingEngineException, java.io.IOException- Throws:
TemplatingEngineExceptionjava.io.IOException
-
testExecuteNoLoggerWithFile
public void testExecuteNoLoggerWithFile() throws java.lang.Exception- Throws:
java.lang.Exception
-
testVelocityExecutionComponent
public void testVelocityExecutionComponent()
-
-