public class PropertyEvalScriptBuilderTest extends Object
Constructor and Description |
---|
PropertyEvalScriptBuilderTest() |
Modifier and Type | Method and Description |
---|---|
void |
existingContextPropertyShouldEvaluateToTrue() |
void |
existingLocalPropertyShouldEvaluateToTrue() |
void |
existingSystemPropertyShouldEvaluateToTrue() |
void |
inexistentPropertyShouldEvaluateToFalse() |
void |
isDefinedForIExistimgtPropertyShouldEvaluateToTrue() |
void |
isDefinedForInexistentPropertyShouldEvaluateToTrue() |
void |
isNullForExistingContextProperty() |
void |
isNullForExistingLocalProperty() |
void |
isNullForExistingSystemProperty() |
void |
isNullForInexistentPropertyShouldEvaluateToTrue() |
void |
setUp() |
void |
tearDown() |
public PropertyEvalScriptBuilderTest()
public void setUp()
public void tearDown()
public void existingLocalPropertyShouldEvaluateToTrue() throws Exception
Exception
public void existingContextPropertyShouldEvaluateToTrue() throws Exception
Exception
public void existingSystemPropertyShouldEvaluateToTrue() throws Exception
Exception
public void isNullForExistingLocalProperty() throws Exception
Exception
public void isNullForExistingContextProperty() throws Exception
Exception
public void isNullForExistingSystemProperty() throws Exception
Exception
public void inexistentPropertyShouldEvaluateToFalse() throws Exception
Exception
public void isNullForInexistentPropertyShouldEvaluateToTrue() throws Exception
Exception
public void isDefinedForIExistimgtPropertyShouldEvaluateToTrue() throws Exception
Exception
public void isDefinedForInexistentPropertyShouldEvaluateToTrue() throws Exception
Exception
Copyright © 2005–2018 QOS.ch. All rights reserved.