net.sf.sasl.language.placeholder.aop.interpreter
Class EnvironmentTest

java.lang.Object
  extended by net.sf.sasl.language.placeholder.aop.interpreter.EnvironmentTest

public class EnvironmentTest
extends Object

Test cases for the Environment class.

Author:
Philipp Förmer

Constructor Summary
EnvironmentTest()
           
 
Method Summary
 void setUp()
           
 void testGetSetEnvironmentProperty()
          Test cases for the getter and setter of environment properties.
 void testGetSetExecutionPhase()
          Test cases for the getter and setter for the execution phase.
 void testGetSetInterpreter()
          Test cases for the getter and setter for the interpreter.
 void testGetSetOccuredException()
          Test cases for the getter and setter for the occurred exception.
 void testGetSetTargetArguments()
          Test cases for the getter and setter for the target arguments.
 void testGetSetTargetMethod()
          Test cases for the getter and setter for the target method.
 void testGetSetTargetObject()
          Test cases for the getter and setter for the target object.
 void testGetSetTargetReturnValue()
          Test cases for the getter and setter for the target return value.
 void testInterpreterConstructor()
          Test cases for the Environment(IInterpreter) constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentTest

public EnvironmentTest()
Method Detail

setUp

public void setUp()

testInterpreterConstructor

public void testInterpreterConstructor()
                                throws Exception
Test cases for the Environment(IInterpreter) constructor.

Throws:
Exception

testGetSetEnvironmentProperty

public void testGetSetEnvironmentProperty()
                                   throws Exception
Test cases for the getter and setter of environment properties.

Throws:
Exception

testGetSetExecutionPhase

public void testGetSetExecutionPhase()
                              throws Exception
Test cases for the getter and setter for the execution phase.

Throws:
Exception

testGetSetInterpreter

public void testGetSetInterpreter()
                           throws Exception
Test cases for the getter and setter for the interpreter.

Throws:
Exception

testGetSetOccuredException

public void testGetSetOccuredException()
                                throws Exception
Test cases for the getter and setter for the occurred exception.

Throws:
Exception

testGetSetTargetArguments

public void testGetSetTargetArguments()
                               throws Exception
Test cases for the getter and setter for the target arguments.

Throws:
Exception

testGetSetTargetMethod

public void testGetSetTargetMethod()
                            throws Exception
Test cases for the getter and setter for the target method.

Throws:
Exception

testGetSetTargetObject

public void testGetSetTargetObject()
                            throws Exception
Test cases for the getter and setter for the target object.

Throws:
Exception

testGetSetTargetReturnValue

public void testGetSetTargetReturnValue()
                                 throws Exception
Test cases for the getter and setter for the target return value.

Throws:
Exception


Copyright © 2010. All Rights Reserved.