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 void setUp()
public void tearDown()
public void existingLocalPropertyShouldEvaluateToTrue()
throws Exception
Exceptionpublic void existingContextPropertyShouldEvaluateToTrue()
throws Exception
Exceptionpublic void existingSystemPropertyShouldEvaluateToTrue()
throws Exception
Exceptionpublic void isNullForExistingLocalProperty()
throws Exception
Exceptionpublic void isNullForExistingContextProperty()
throws Exception
Exceptionpublic void isNullForExistingSystemProperty()
throws Exception
Exceptionpublic void inexistentPropertyShouldEvaluateToFalse()
throws Exception
Exceptionpublic void isNullForInexistentPropertyShouldEvaluateToTrue()
throws Exception
Exceptionpublic void isDefinedForIExistimgtPropertyShouldEvaluateToTrue()
throws Exception
ExceptionCopyright © 2005–2023 QOS.ch. All rights reserved.