public class IfThenElseTest extends Object
Constructor and Description |
---|
IfThenElseTest() |
Modifier and Type | Method and Description |
---|---|
void |
nestedIf() |
void |
noContextPropertyShouldBeDefinedIfSystemPropertyExists() |
void |
setUp() |
void |
tearDown() |
void |
useNonExistenceOfSystemPropertyToDefineAContextProperty() |
void |
whenContextPropertyIsSet_IfThenBranchIsEvaluated_NO_ELSE_DEFINED() |
void |
whenContextPropertyIsSet_IfThenBranchIsEvaluated() |
void |
whenLocalPropertyIsSet_IfThenBranchIsEvaluated() |
void |
whenNoPropertyIsDefined_ElseBranchIsEvaluated() |
void |
whenNoPropertyIsDefined_IfThenBranchIsNotEvaluated_NO_ELSE_DEFINED() |
public IfThenElseTest()
public void whenContextPropertyIsSet_IfThenBranchIsEvaluated() throws JoranException
JoranException
public void whenLocalPropertyIsSet_IfThenBranchIsEvaluated() throws JoranException
JoranException
public void whenNoPropertyIsDefined_ElseBranchIsEvaluated() throws JoranException
JoranException
public void whenContextPropertyIsSet_IfThenBranchIsEvaluated_NO_ELSE_DEFINED() throws JoranException
JoranException
public void whenNoPropertyIsDefined_IfThenBranchIsNotEvaluated_NO_ELSE_DEFINED() throws JoranException
JoranException
public void nestedIf() throws JoranException
JoranException
public void useNonExistenceOfSystemPropertyToDefineAContextProperty() throws JoranException
JoranException
public void noContextPropertyShouldBeDefinedIfSystemPropertyExists() throws JoranException
JoranException
Copyright © 2005–2018 QOS.ch. All rights reserved.