A B C D E F G I J M N O P Q R S T U V W

A

aDouble - Variable in class org.apache.commons.jexl2.PublicFieldsTest.Inner
 
alias - Variable in class org.apache.commons.jexl2.SandboxTest.Foo
 
ambiguous(Integer, int) - Method in class org.apache.commons.jexl2.CacheTest.Cached
 
ambiguous(int, Integer) - Method in class org.apache.commons.jexl2.CacheTest.Cached
 
anInt - Variable in class org.apache.commons.jexl2.PublicFieldsTest.Struct
 
ArithmeticTest - Class in org.apache.commons.jexl2
 
ArithmeticTest() - Constructor for class org.apache.commons.jexl2.ArithmeticTest
 
ArithmeticTest.MatchingContainer - Class in org.apache.commons.jexl2
 
ArithmeticTest.MatchingContainer(int[]) - Constructor for class org.apache.commons.jexl2.ArithmeticTest.MatchingContainer
 
ArrayAccessTest - Class in org.apache.commons.jexl2
Tests for array access operator []
ArrayAccessTest() - Constructor for class org.apache.commons.jexl2.ArrayAccessTest
 
ArrayLiteralTest - Class in org.apache.commons.jexl2
Tests for array literals
ArrayLiteralTest() - Constructor for class org.apache.commons.jexl2.ArrayLiteralTest
 
ArrayTest - Class in org.apache.commons.jexl2.examples
Simple example to show how to access arrays.
ArrayTest() - Constructor for class org.apache.commons.jexl2.examples.ArrayTest
 
Asserter - Class in org.apache.commons.jexl2.junit
A utility class for performing JUnit based assertions using Jexl expressions.
Asserter(JexlEngine) - Constructor for class org.apache.commons.jexl2.junit.Asserter
Create an asserter.
AsserterTest - Class in org.apache.commons.jexl2.junit
Simple testcases
AsserterTest(String) - Constructor for class org.apache.commons.jexl2.junit.AsserterTest
 
assertExpression(JexlContext, String, Object) - Method in class org.apache.commons.jexl2.JexlTest
Asserts that the given expression returns the given value when applied to the given context
assertExpression(String, Object) - Method in class org.apache.commons.jexl2.junit.Asserter
Performs an assertion that the value of the given Jexl expression evaluates to the given expected value.
AssignTest - Class in org.apache.commons.jexl2
Test cases for assignment.
AssignTest(String) - Constructor for class org.apache.commons.jexl2.AssignTest
 
AssignTest.Froboz - Class in org.apache.commons.jexl2
 
AssignTest.Froboz(int) - Constructor for class org.apache.commons.jexl2.AssignTest.Froboz
 
AssignTest.Quux - Class in org.apache.commons.jexl2
 
AssignTest.Quux(String, int) - Constructor for class org.apache.commons.jexl2.AssignTest.Quux
 
aString - Variable in class org.apache.commons.jexl2.PublicFieldsTest.Struct
 

B

bar() - Method in class org.apache.commons.jexl2.Foo
 
BitwiseOperatorTest - Class in org.apache.commons.jexl2
Tests for the bitwise operators.
BitwiseOperatorTest(String) - Constructor for class org.apache.commons.jexl2.BitwiseOperatorTest
Create the named test.
BlockTest - Class in org.apache.commons.jexl2
Tests for blocks
BlockTest(String) - Constructor for class org.apache.commons.jexl2.BlockTest
Create the test

C

CacheTest - Class in org.apache.commons.jexl2
Verifies cache & tryExecute
CacheTest(String) - Constructor for class org.apache.commons.jexl2.CacheTest
 
CacheTest.AssignBooleanTask - Class in org.apache.commons.jexl2
A task to check boolean assignment.
CacheTest.AssignBooleanTask(int) - Constructor for class org.apache.commons.jexl2.CacheTest.AssignBooleanTask
 
CacheTest.AssignListTask - Class in org.apache.commons.jexl2
A task to check list assignment.
CacheTest.AssignListTask(int) - Constructor for class org.apache.commons.jexl2.CacheTest.AssignListTask
 
CacheTest.AssignNullTask - Class in org.apache.commons.jexl2
A task to check null assignment.
CacheTest.AssignNullTask(int) - Constructor for class org.apache.commons.jexl2.CacheTest.AssignNullTask
 
CacheTest.AssignTask - Class in org.apache.commons.jexl2
A task to check assignment.
CacheTest.AssignTask(int) - Constructor for class org.apache.commons.jexl2.CacheTest.AssignTask
 
CacheTest.Cached - Class in org.apache.commons.jexl2
A set of classes that define different getter/setter methods for the same properties.
CacheTest.Cached() - Constructor for class org.apache.commons.jexl2.CacheTest.Cached
 
CacheTest.Cached0 - Class in org.apache.commons.jexl2
 
CacheTest.Cached0() - Constructor for class org.apache.commons.jexl2.CacheTest.Cached0
 
CacheTest.Cached1 - Class in org.apache.commons.jexl2
 
CacheTest.Cached1() - Constructor for class org.apache.commons.jexl2.CacheTest.Cached1
 
CacheTest.Cached2 - Class in org.apache.commons.jexl2
 
CacheTest.Cached2() - Constructor for class org.apache.commons.jexl2.CacheTest.Cached2
 
CacheTest.Cached3 - Class in org.apache.commons.jexl2
 
CacheTest.Cached3() - Constructor for class org.apache.commons.jexl2.CacheTest.Cached3
 
CacheTest.Cached4 - Class in org.apache.commons.jexl2
 
CacheTest.Cached4() - Constructor for class org.apache.commons.jexl2.CacheTest.Cached4
 
CacheTest.ComputeTask - Class in org.apache.commons.jexl2
A task to check method calls.
CacheTest.ComputeTask(int) - Constructor for class org.apache.commons.jexl2.CacheTest.ComputeTask
 
CacheTest.Task - Class in org.apache.commons.jexl2
The base class for MT tests.
call() - Method in class org.apache.commons.jexl2.CacheTest.AssignBooleanTask
 
call() - Method in class org.apache.commons.jexl2.CacheTest.AssignListTask
 
call() - Method in class org.apache.commons.jexl2.CacheTest.AssignNullTask
 
call() - Method in class org.apache.commons.jexl2.CacheTest.AssignTask
 
call() - Method in class org.apache.commons.jexl2.CacheTest.ComputeTask
 
call() - Method in class org.apache.commons.jexl2.CacheTest.Task
 
callInts(Integer...) - Method in class org.apache.commons.jexl2.MethodTest.VarArgs
 
callMixed(Integer, Integer...) - Method in class org.apache.commons.jexl2.MethodTest.VarArgs
 
callMixed(String, Integer...) - Method in class org.apache.commons.jexl2.MethodTest.VarArgs
 
canRun - Static variable in class org.apache.commons.jexl2.ClassCreator
 
ClassCreator - Class in org.apache.commons.jexl2
Helper class to test GC / reference interactions.
ClassCreator(JexlEngine, File) - Constructor for class org.apache.commons.jexl2.ClassCreator
 
ClassCreatorTest - Class in org.apache.commons.jexl2
Basic check on automated class creation
ClassCreatorTest() - Constructor for class org.apache.commons.jexl2.ClassCreatorTest
 
ClassCreatorTest.BigObject - Class in org.apache.commons.jexl2
 
ClassCreatorTest.BigObject(int) - Constructor for class org.apache.commons.jexl2.ClassCreatorTest.BigObject
 
clear() - Method in class org.apache.commons.jexl2.ClassCreator
 
compute(String) - Method in class org.apache.commons.jexl2.CacheTest.Cached
 
compute(String, String) - Method in class org.apache.commons.jexl2.CacheTest.Cached
 
compute(Integer) - Method in class org.apache.commons.jexl2.CacheTest.Cached
 
compute(float) - Method in class org.apache.commons.jexl2.CacheTest.Cached
 
compute(int, int) - Method in class org.apache.commons.jexl2.CacheTest.Cached
 
COMPUTE(String) - Static method in class org.apache.commons.jexl2.CacheTest.Cached
 
COMPUTE(String, String) - Static method in class org.apache.commons.jexl2.CacheTest.Cached
 
COMPUTE(int) - Static method in class org.apache.commons.jexl2.CacheTest.Cached
 
COMPUTE(int, int) - Static method in class org.apache.commons.jexl2.CacheTest.Cached
 
concat(String...) - Method in class org.apache.commons.jexl2.MethodTest.VarArgs
 
contains(int) - Method in class org.apache.commons.jexl2.ArithmeticTest.MatchingContainer
 
convert(long) - Method in class org.apache.commons.jexl2.examples.MethodPropertyTest.Foo
Gets a string from the argument.
convertBoolean(boolean) - Method in class org.apache.commons.jexl2.Foo
 
cos(double) - Method in class org.apache.commons.jexl2.MethodTest.MyMath
 
createClass() - Method in class org.apache.commons.jexl2.ClassCreator
 
createEngine(boolean) - Static method in class org.apache.commons.jexl2.JexlTestCase
 
createThreadedArithmeticEngine(boolean) - Static method in class org.apache.commons.jexl2.JexlTestCase
 

D

debuggerCheck(JexlEngine) - Static method in class org.apache.commons.jexl2.JexlTestCase
Will force testing the debugger for each derived test class by recreating each expression from the JexlNode in the JexlEngine cache & testing them for equality with the origin.
DiscoveryTest - Class in org.apache.commons.jexl2.internal.introspection
Tests for checking introspection discovery.
DiscoveryTest() - Constructor for class org.apache.commons.jexl2.internal.introspection.DiscoveryTest
 
DiscoveryTest.Bean - Class in org.apache.commons.jexl2.internal.introspection
 
DiscoveryTest.Bean(String, String) - Constructor for class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Bean
 
DiscoveryTest.Duck - Class in org.apache.commons.jexl2.internal.introspection
 
DiscoveryTest.Duck(String, String) - Constructor for class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Duck
 

E

example(Output) - Static method in class org.apache.commons.jexl2.examples.MethodPropertyTest
An example for method access.

F

failExpression(String, String) - Method in class org.apache.commons.jexl2.junit.Asserter
Performs an assertion that the expression fails throwing an exception.
flag - Variable in class org.apache.commons.jexl2.CacheTest.Cached0
 
flatten(JexlNode) - Static method in class org.apache.commons.jexl2.JexlTestCase
Creates a list of all descendants of a script including itself.
flattenedStr(Script) - Method in class org.apache.commons.jexl2.JexlTestCase
A helper class to help debug AST problems.
Foo - Class in org.apache.commons.jexl2
A simple bean used for testing purposes
Foo() - Constructor for class org.apache.commons.jexl2.Foo
 
foo() - Method in class org.apache.commons.jexl2.IssuesTest.Another
 
foo() - Method in class org.apache.commons.jexl2.IssuesTest.Base
 
Foo.Cheezy - Class in org.apache.commons.jexl2
 
Foo.Cheezy() - Constructor for class org.apache.commons.jexl2.Foo.Cheezy
 
ForEachTest - Class in org.apache.commons.jexl2
Tests for the foreach statement
ForEachTest(String) - Constructor for class org.apache.commons.jexl2.ForEachTest
create a named test

G

get(String) - Method in class org.apache.commons.jexl2.CacheTest.Cached2
 
get(Object) - Method in class org.apache.commons.jexl2.CacheTest.Cached3
 
get(String) - Method in class org.apache.commons.jexl2.examples.MethodPropertyTest.Foo
Gets an arbitrary property.
get(String) - Method in class org.apache.commons.jexl2.Foo
 
get(String) - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Duck
 
get(String) - Method in class org.apache.commons.jexl2.JexlTest.Duck
 
GET_METHOD_STRING - Static variable in class org.apache.commons.jexl2.JexlTest
 
getArray() - Method in class org.apache.commons.jexl2.Foo
 
getArray2() - Method in class org.apache.commons.jexl2.Foo
 
getBar() - Method in class org.apache.commons.jexl2.Foo
 
getCheeseList() - Method in class org.apache.commons.jexl2.Foo
 
getCheezy() - Method in class org.apache.commons.jexl2.Foo
 
getClassInstance() - Method in class org.apache.commons.jexl2.ClassCreator
 
getClassLoader() - Method in class org.apache.commons.jexl2.ClassCreator
 
getClassName() - Method in class org.apache.commons.jexl2.ClassCreator
 
getCode() - Method in class org.apache.commons.jexl2.ScriptTest.Tester
 
getContext() - Method in class org.apache.commons.jexl2.junit.Asserter
Retrieves the underlying JEXL context.
getCount() - Method in class org.apache.commons.jexl2.Foo
 
getEngine() - Method in class org.apache.commons.jexl2.junit.Asserter
Retrieves the underlying JEXL engine.
getEulav() - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Bean
 
getFoo() - Method in class org.apache.commons.jexl2.examples.MethodPropertyTest.Foo
Gets foo.
getFroboz() - Method in class org.apache.commons.jexl2.AssignTest.Quux
 
getId() - Method in class org.apache.commons.jexl2.ClassCreatorTest.BigObject
 
getInner() - Method in class org.apache.commons.jexl2.IssuesTest.Foo
 
getInnerFoo() - Method in class org.apache.commons.jexl2.Foo
 
getModified() - Method in class org.apache.commons.jexl2.Foo
 
getName() - Method in class org.apache.commons.jexl2.SandboxTest.Foo
 
getNameA() - Method in class org.apache.commons.jexl2.IssuesTest.A105
 
getPropA() - Method in class org.apache.commons.jexl2.IssuesTest.A105
 
getProperty(String) - Method in class org.apache.commons.jexl2.IssuesTest.Container
 
getProperty(int) - Method in class org.apache.commons.jexl2.IssuesTest.Container
 
getProperty1() - Method in class org.apache.commons.jexl2.Foo
 
getSize() - Method in class org.apache.commons.jexl2.Foo
 
getStr() - Method in class org.apache.commons.jexl2.AssignTest.Quux
 
getTrueAndModify() - Method in class org.apache.commons.jexl2.Foo
 
getValue() - Method in class org.apache.commons.jexl2.AssignTest.Froboz
 
getValue() - Method in class org.apache.commons.jexl2.CacheTest.Cached0
 
getValue() - Method in class org.apache.commons.jexl2.CacheTest.Cached4
 
getValue() - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Bean
 
getValue() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest.Froboz
 
goo() - Method in class org.apache.commons.jexl2.IssuesTest.Another
 

I

IfTest - Class in org.apache.commons.jexl2
Test cases for the if statement.
IfTest(String) - Constructor for class org.apache.commons.jexl2.IfTest
 
inner - Variable in class org.apache.commons.jexl2.PublicFieldsTest.Struct
 
isFlag() - Method in class org.apache.commons.jexl2.CacheTest.Cached0
 
isflag() - Method in class org.apache.commons.jexl2.CacheTest.Cached3
 
isflag() - Method in class org.apache.commons.jexl2.CacheTest.Cached4
 
isFlag() - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Bean
 
isSimple() - Method in class org.apache.commons.jexl2.Foo
 
IssuesTest - Class in org.apache.commons.jexl2
Test cases for reported issues
IssuesTest() - Constructor for class org.apache.commons.jexl2.IssuesTest
 
IssuesTest.A105 - Class in org.apache.commons.jexl2
 
IssuesTest.A105(String, String) - Constructor for class org.apache.commons.jexl2.IssuesTest.A105
 
IssuesTest.Another - Class in org.apache.commons.jexl2
 
IssuesTest.Another() - Constructor for class org.apache.commons.jexl2.IssuesTest.Another
 
IssuesTest.Base - Class in org.apache.commons.jexl2
 
IssuesTest.Base() - Constructor for class org.apache.commons.jexl2.IssuesTest.Base
 
IssuesTest.Container - Class in org.apache.commons.jexl2
 
IssuesTest.Container(String, int) - Constructor for class org.apache.commons.jexl2.IssuesTest.Container
 
IssuesTest.fn98 - Class in org.apache.commons.jexl2
 
IssuesTest.fn98() - Constructor for class org.apache.commons.jexl2.IssuesTest.fn98
 
IssuesTest.Foo - Class in org.apache.commons.jexl2
 
IssuesTest.RichContext - Class in org.apache.commons.jexl2
 
iterator() - Method in class org.apache.commons.jexl2.Foo.Cheezy
 

J

Jexl - Class in org.apache.commons.jexl2
Command line interface for Jexl for use in testing
JEXL - Variable in class org.apache.commons.jexl2.JexlTestCase
A default Jexl engine instance.
JexlScriptEngineOptionalTest - Class in org.apache.commons.jexl2.scripting
 
JexlScriptEngineOptionalTest() - Constructor for class org.apache.commons.jexl2.scripting.JexlScriptEngineOptionalTest
 
JexlScriptEngineTest - Class in org.apache.commons.jexl2.scripting
 
JexlScriptEngineTest() - Constructor for class org.apache.commons.jexl2.scripting.JexlScriptEngineTest
 
JexlTest - Class in org.apache.commons.jexl2
Simple testcases
JexlTest(String) - Constructor for class org.apache.commons.jexl2.JexlTest
 
JexlTest.Duck - Class in org.apache.commons.jexl2
 
JexlTest.Duck() - Constructor for class org.apache.commons.jexl2.JexlTest.Duck
 
JexlTestCase - Class in org.apache.commons.jexl2
Implements runTest methods to dynamically instantiate and invoke a test, wrapping the call with setUp(), tearDown() calls.
JexlTestCase(String) - Constructor for class org.apache.commons.jexl2.JexlTestCase
 
JexlTestCase(String, JexlEngine) - Constructor for class org.apache.commons.jexl2.JexlTestCase
 
JexlTestCase() - Constructor for class org.apache.commons.jexl2.JexlTestCase
 
JexlTestCase(JexlEngine) - Constructor for class org.apache.commons.jexl2.JexlTestCase
 
JUNIT - Static variable in class org.apache.commons.jexl2.examples.Output
The output instance for Junit TestCase calling assertEquals.

M

main(String[]) - Static method in class org.apache.commons.jexl2.examples.ArrayTest
Command line entry point.
main(String[]) - Static method in class org.apache.commons.jexl2.examples.MethodPropertyTest
Command line entry point.
main(String[]) - Static method in class org.apache.commons.jexl2.Jexl
 
main(String[]) - Static method in class org.apache.commons.jexl2.JexlTestCase
Runs a test.
MapLiteralTest - Class in org.apache.commons.jexl2
Tests for map literals
MapLiteralTest() - Constructor for class org.apache.commons.jexl2.MapLiteralTest
 
METHOD_STRING - Static variable in class org.apache.commons.jexl2.JexlTest
 
MethodKeyTest - Class in org.apache.commons.jexl2.internal.introspection
Checks the CacheMap.MethodKey implementation
MethodKeyTest() - Constructor for class org.apache.commons.jexl2.internal.introspection.MethodKeyTest
 
MethodPropertyTest - Class in org.apache.commons.jexl2.examples
Simple example to show how to access method and properties.
MethodPropertyTest() - Constructor for class org.apache.commons.jexl2.examples.MethodPropertyTest
 
MethodPropertyTest.Foo - Class in org.apache.commons.jexl2.examples
Helper example class.
MethodPropertyTest.Foo() - Constructor for class org.apache.commons.jexl2.examples.MethodPropertyTest.Foo
 
MethodTest - Class in org.apache.commons.jexl2
Tests for calling methods on objects
MethodTest() - Constructor for class org.apache.commons.jexl2.MethodTest
 
MethodTest.ContextualFunctor - Class in org.apache.commons.jexl2
 
MethodTest.ContextualFunctor(MethodTest.EnhancedContext) - Constructor for class org.apache.commons.jexl2.MethodTest.ContextualFunctor
 
MethodTest.EnhancedContext - Class in org.apache.commons.jexl2
 
MethodTest.EnhancedContext() - Constructor for class org.apache.commons.jexl2.MethodTest.EnhancedContext
 
MethodTest.Functor - Class in org.apache.commons.jexl2
 
MethodTest.Functor() - Constructor for class org.apache.commons.jexl2.MethodTest.Functor
 
MethodTest.MyMath - Class in org.apache.commons.jexl2
 
MethodTest.MyMath() - Constructor for class org.apache.commons.jexl2.MethodTest.MyMath
 
MethodTest.ScriptContext - Class in org.apache.commons.jexl2
 
MethodTest.VarArgs - Class in org.apache.commons.jexl2
 
MethodTest.VarArgs() - Constructor for class org.apache.commons.jexl2.MethodTest.VarArgs
 

N

name - Variable in class org.apache.commons.jexl2.IssuesTest.Another
 
notestCallingMethodsOnNewMapLiteral() - Method in class org.apache.commons.jexl2.ArrayLiteralTest
 
NPEIfNull(Object) - Static method in class org.apache.commons.jexl2.MethodTest.Functor
 
numbers() - Method in class org.apache.commons.jexl2.VarTest.NumbersContext
 

O

org.apache.commons.jexl2 - package org.apache.commons.jexl2
 
org.apache.commons.jexl2.examples - package org.apache.commons.jexl2.examples
 
org.apache.commons.jexl2.internal.introspection - package org.apache.commons.jexl2.internal.introspection
 
org.apache.commons.jexl2.junit - package org.apache.commons.jexl2.junit
Using JEXL expressions in JUnit assertions.
org.apache.commons.jexl2.parser - package org.apache.commons.jexl2.parser
 
org.apache.commons.jexl2.scripting - package org.apache.commons.jexl2.scripting
 
Output - Class in org.apache.commons.jexl2.examples
Abstracts using a test within Junit or through a main method.

P

ParseFailuresTest - Class in org.apache.commons.jexl2
Tests for malformed expressions and scripts.
ParseFailuresTest(String) - Constructor for class org.apache.commons.jexl2.ParseFailuresTest
Create the test.
ParserTest - Class in org.apache.commons.jexl2.parser
 
ParserTest(String) - Constructor for class org.apache.commons.jexl2.parser.ParserTest
 
plus10(int) - Method in class org.apache.commons.jexl2.MethodTest.Functor
 
plus10() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest.Froboz
 
PLUS20(int) - Static method in class org.apache.commons.jexl2.MethodTest.Functor
 
print(String, Object, Object) - Method in class org.apache.commons.jexl2.examples.Output
Outputs the actual and value or checks the actual equals the expected value.
print(UnifiedJEXLTest.Froboz) - Method in class org.apache.commons.jexl2.UnifiedJEXLTest.FrobozWriter
 
PublicFieldsTest - Class in org.apache.commons.jexl2
Tests public field set/get.
PublicFieldsTest() - Constructor for class org.apache.commons.jexl2.PublicFieldsTest
 
PublicFieldsTest.Inner - Class in org.apache.commons.jexl2
An Inner class.
PublicFieldsTest.Inner() - Constructor for class org.apache.commons.jexl2.PublicFieldsTest.Inner
 
PublicFieldsTest.Struct - Class in org.apache.commons.jexl2
A Struct, all fields public
PublicFieldsTest.Struct() - Constructor for class org.apache.commons.jexl2.PublicFieldsTest.Struct
 
put(String, Object) - Method in class org.apache.commons.jexl2.CacheTest.Cached3
 

Q

Quux() - Method in class org.apache.commons.jexl2.SandboxTest.Foo
 

R

ratio(int) - Method in class org.apache.commons.jexl2.MethodTest.ContextualFunctor
 
removeVariable(String) - Method in class org.apache.commons.jexl2.junit.Asserter
Removes a variable of a certain name from the context.
replace(String, String, String) - Method in class org.apache.commons.jexl2.IssuesTest.fn98
 
resolveNamespace(String) - Method in class org.apache.commons.jexl2.MethodTest.ScriptContext
 
resolveNamespace(String) - Method in class org.apache.commons.jexl2.ScriptCallableTest.TestContext
 
resolveNamespace(String) - Method in class org.apache.commons.jexl2.VarTest.NumbersContext
 
runAssign(Object) - Method in class org.apache.commons.jexl2.CacheTest.Task
The actual test function; assigns and checks.
runForever() - Method in class org.apache.commons.jexl2.ScriptCallableTest.TestContext
 
runTest(String) - Method in class org.apache.commons.jexl2.JexlTestCase
Dynamically runs a test method.
runTest(String, String) - Static method in class org.apache.commons.jexl2.JexlTestCase
Instantiate and runs a test method; useful for debugging purpose.

S

SandboxTest - Class in org.apache.commons.jexl2
Tests sandbox features.
SandboxTest() - Constructor for class org.apache.commons.jexl2.SandboxTest
 
SandboxTest.Foo - Class in org.apache.commons.jexl2
 
SandboxTest.Foo(String) - Constructor for class org.apache.commons.jexl2.SandboxTest.Foo
 
ScriptCallableTest - Class in org.apache.commons.jexl2
Tests around asynchronous script execution and interrupts.
ScriptCallableTest() - Constructor for class org.apache.commons.jexl2.ScriptCallableTest
 
ScriptCallableTest.TestContext - Class in org.apache.commons.jexl2
 
ScriptCallableTest.TestContext() - Constructor for class org.apache.commons.jexl2.ScriptCallableTest.TestContext
 
ScriptTest - Class in org.apache.commons.jexl2
Tests for Script
ScriptTest(String) - Constructor for class org.apache.commons.jexl2.ScriptTest
Create a new test case.
ScriptTest.Tester - Class in org.apache.commons.jexl2
 
ScriptTest.Tester() - Constructor for class org.apache.commons.jexl2.ScriptTest.Tester
 
set(String, Object) - Method in class org.apache.commons.jexl2.CacheTest.Cached2
 
set(String, String) - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Duck
 
set(String, Object) - Method in class org.apache.commons.jexl2.JexlTest.Duck
 
setCode(String) - Method in class org.apache.commons.jexl2.ScriptTest.Tester
 
setEulav(String) - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Bean
 
setFlag(boolean) - Method in class org.apache.commons.jexl2.CacheTest.Cached0
 
setflag(boolean) - Method in class org.apache.commons.jexl2.CacheTest.Cached3
 
setflag(Boolean) - Method in class org.apache.commons.jexl2.CacheTest.Cached4
 
setFlag(boolean) - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Bean
 
setFroboz(AssignTest.Froboz) - Method in class org.apache.commons.jexl2.AssignTest.Quux
 
setName(String) - Method in class org.apache.commons.jexl2.SandboxTest.Foo
 
setProperty(String, String) - Method in class org.apache.commons.jexl2.IssuesTest.Container
 
setProperty(String, int) - Method in class org.apache.commons.jexl2.IssuesTest.Container
 
setProperty(int, String) - Method in class org.apache.commons.jexl2.IssuesTest.Container
 
setProperty(int, int) - Method in class org.apache.commons.jexl2.IssuesTest.Container
 
setProperty1(String) - Method in class org.apache.commons.jexl2.Foo
 
setSeed(int) - Method in class org.apache.commons.jexl2.ClassCreator
 
setStr(String) - Method in class org.apache.commons.jexl2.AssignTest.Quux
 
setUp() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
setUp() - Method in class org.apache.commons.jexl2.ArrayAccessTest
 
setUp() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
setUp() - Method in class org.apache.commons.jexl2.CacheTest
 
setUp() - Method in class org.apache.commons.jexl2.ClassCreatorTest
 
setUp() - Method in class org.apache.commons.jexl2.IssuesTest
 
setUp() - Method in class org.apache.commons.jexl2.MethodTest
 
setUp() - Method in class org.apache.commons.jexl2.PublicFieldsTest
 
setUp() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
setValue(int) - Method in class org.apache.commons.jexl2.AssignTest.Froboz
 
setValue(String) - Method in class org.apache.commons.jexl2.CacheTest.Cached0
 
setValue(String) - Method in class org.apache.commons.jexl2.CacheTest.Cached1
 
setValue(String) - Method in class org.apache.commons.jexl2.CacheTest.Cached4
 
setValue(String) - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest.Bean
 
setValue(int) - Method in class org.apache.commons.jexl2.UnifiedJEXLTest.Froboz
 
setVariable(String, Object) - Method in class org.apache.commons.jexl2.junit.Asserter
Puts a variable of a certain name in the context so that it can be used from assertion expressions.
square(int) - Method in class org.apache.commons.jexl2.Foo
 
SYSTEM - Static variable in class org.apache.commons.jexl2.examples.Output
The output instance for the general outputing to System.out.

T

tearDown() - Method in class org.apache.commons.jexl2.CacheTest
 
tearDown() - Method in class org.apache.commons.jexl2.ClassCreatorTest
 
tearDown() - Method in class org.apache.commons.jexl2.JexlTestCase
 
tearDown() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
ten() - Method in class org.apache.commons.jexl2.MethodTest.Functor
 
test100() - Method in class org.apache.commons.jexl2.IssuesTest
 
test105() - Method in class org.apache.commons.jexl2.IssuesTest
 
test106() - Method in class org.apache.commons.jexl2.IssuesTest
 
test107() - Method in class org.apache.commons.jexl2.IssuesTest
 
test108() - Method in class org.apache.commons.jexl2.IssuesTest
 
test109() - Method in class org.apache.commons.jexl2.IssuesTest
 
test11() - Method in class org.apache.commons.jexl2.IssuesTest
 
test110() - Method in class org.apache.commons.jexl2.IssuesTest
 
test111() - Method in class org.apache.commons.jexl2.IssuesTest
 
test112() - Method in class org.apache.commons.jexl2.IssuesTest
 
test117() - Method in class org.apache.commons.jexl2.IssuesTest
 
test119() - Method in class org.apache.commons.jexl2.IssuesTest
 
test24() - Method in class org.apache.commons.jexl2.IssuesTest
 
test24B() - Method in class org.apache.commons.jexl2.IssuesTest
 
test24C() - Method in class org.apache.commons.jexl2.IssuesTest
 
test24D() - Method in class org.apache.commons.jexl2.IssuesTest
 
test40() - Method in class org.apache.commons.jexl2.IssuesTest
 
test42() - Method in class org.apache.commons.jexl2.IssuesTest
 
test42() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
test44() - Method in class org.apache.commons.jexl2.IssuesTest
 
test47() - Method in class org.apache.commons.jexl2.IssuesTest
 
test48() - Method in class org.apache.commons.jexl2.IssuesTest
 
test49() - Method in class org.apache.commons.jexl2.IssuesTest
 
test52base() - Method in class org.apache.commons.jexl2.IssuesTest
 
test62() - Method in class org.apache.commons.jexl2.IssuesTest
 
test73() - Method in class org.apache.commons.jexl2.IssuesTest
 
test87() - Method in class org.apache.commons.jexl2.IssuesTest
 
test90() - Method in class org.apache.commons.jexl2.IssuesTest
 
test97() - Method in class org.apache.commons.jexl2.IssuesTest
 
test98() - Method in class org.apache.commons.jexl2.IssuesTest
 
testAmbiguous() - Method in class org.apache.commons.jexl2.AssignTest
 
testAndSimple() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testAndVariableNumberCoercion() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testAndVariableStringCoercion() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testAndWithLeftNull() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testAndWithRightNull() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testAndWithTwoNulls() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testAntish() - Method in class org.apache.commons.jexl2.AssignTest
Make sure bean assignment works
testAntishInteger() - Method in class org.apache.commons.jexl2.AssignTest
 
testAntPropertiesWithMethods() - Method in class org.apache.commons.jexl2.JexlTest
 
testArray() - Method in class org.apache.commons.jexl2.AssignTest
 
testArray() - Method in class org.apache.commons.jexl2.JexlTest
 
testArrayAccess() - Method in class org.apache.commons.jexl2.ArrayAccessTest
test simple array access
testArrayAndDottedConflict() - Method in class org.apache.commons.jexl2.ArrayAccessTest
 
testArrayArray() - Method in class org.apache.commons.jexl2.ArrayAccessTest
 
testArrayMethods() - Method in class org.apache.commons.jexl2.ArrayAccessTest
 
testArrayProperty() - Method in class org.apache.commons.jexl2.ArrayAccessTest
 
testAssign() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testAssignBooleanCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testAssignBooleanNoCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testAssignCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testAssignListCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testAssignListNoCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testAssignment() - Method in class org.apache.commons.jexl2.JexlTest
Test assignment.
testAssignNoCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testBadContextNested() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testBadParse() - Method in class org.apache.commons.jexl2.JexlTest
Make sure bad syntax throws ParseException
testBeanIntrospection() - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest
 
testBeanish() - Method in class org.apache.commons.jexl2.AssignTest
 
testBigDecimal() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testBigInteger() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testBlankStrings() - Method in class org.apache.commons.jexl2.JexlTest
test some blank strings
testBlockElse() - Method in class org.apache.commons.jexl2.IfTest
Test the if statement handles blocks in the else statement correctly
testBlockExecutesAll() - Method in class org.apache.commons.jexl2.BlockTest
 
testBlockIfTrue() - Method in class org.apache.commons.jexl2.IfTest
Test the if statement handles blocks correctly
testBlockLastExecuted01() - Method in class org.apache.commons.jexl2.BlockTest
 
testBlockLastExecuted02() - Method in class org.apache.commons.jexl2.BlockTest
 
testBlockSimple() - Method in class org.apache.commons.jexl2.BlockTest
 
testBoolean() - Method in class org.apache.commons.jexl2.JexlTest
 
testBooleanShortCircuitAnd() - Method in class org.apache.commons.jexl2.JexlTest
Test that 'and' only evaluates the second item if needed
testBooleanShortCircuitOr() - Method in class org.apache.commons.jexl2.JexlTest
Test that 'or' only evaluates the second item if needed
testCalculations() - Method in class org.apache.commons.jexl2.ArithmeticTest
test some simple mathematical calculations
testCalculations() - Method in class org.apache.commons.jexl2.JexlTest
test some simple mathematical calculations
testCallable() - Method in class org.apache.commons.jexl2.ScriptCallableTest
 
testCallingMethodsOnNewMapLiteral() - Method in class org.apache.commons.jexl2.MapLiteralTest
 
testCallJexlVarArgMethod() - Method in class org.apache.commons.jexl2.MethodTest
 
testCallMixedVarArgMethod() - Method in class org.apache.commons.jexl2.MethodTest
 
testCallVarArgMethod() - Method in class org.apache.commons.jexl2.MethodTest
 
testCancelForever() - Method in class org.apache.commons.jexl2.ScriptCallableTest
 
testCancelLoopWait() - Method in class org.apache.commons.jexl2.ScriptCallableTest
 
testCancelWait() - Method in class org.apache.commons.jexl2.ScriptCallableTest
 
testCancelWaitInterrupt() - Method in class org.apache.commons.jexl2.ScriptCallableTest
 
testCharAtBug() - Method in class org.apache.commons.jexl2.JexlTest
Attempts to recreate bug http://jira.werken.com/ViewIssue.jspa?key=JELLY-8
testCharAtBug() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testCoercions() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testCoercionWithComparisionOperators() - Method in class org.apache.commons.jexl2.JexlTest
 
testComment() - Method in class org.apache.commons.jexl2.JexlTest
Test the ## comment in a string
testComparisons() - Method in class org.apache.commons.jexl2.JexlTest
test some simple conditions
testCompilable() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineOptionalTest
 
testComplementSimple() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testComplementVariableNumberCoercion() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testComplementVariableStringCoercion() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testComplementWithNull() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testComposite() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testComputeCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testCOMPUTECache() - Method in class org.apache.commons.jexl2.CacheTest
 
testComputeNoCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testCOMPUTENoCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testConditions() - Method in class org.apache.commons.jexl2.JexlTest
test some simple conditions
testConstant() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testCtorBlack() - Method in class org.apache.commons.jexl2.SandboxTest
 
testCtorWhite() - Method in class org.apache.commons.jexl2.SandboxTest
 
testDeferred() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testDivideByZero() - Method in class org.apache.commons.jexl2.ArithmeticTest
if silent, all arith exception return 0.0 if not silent, all arith exception throw
testDottedNames() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineTest
 
testDoubleArrays() - Method in class org.apache.commons.jexl2.ArrayAccessTest
test some simple double array lookups
testDuck() - Method in class org.apache.commons.jexl2.JexlTest
 
testDuckIntrospection() - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest
 
testEmpty() - Method in class org.apache.commons.jexl2.JexlTest
 
testEmptyBlock() - Method in class org.apache.commons.jexl2.BlockTest
 
testEmptyDottedVariableName() - Method in class org.apache.commons.jexl2.JexlTest
 
testEmptySubListOfMap() - Method in class org.apache.commons.jexl2.JexlTest
 
testError() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineOptionalTest
 
testEscape() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testEscapeString() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testExample() - Method in class org.apache.commons.jexl2.examples.ArrayTest
Unit test entry point.
testExample() - Method in class org.apache.commons.jexl2.examples.MethodPropertyTest
Unit test entry point.
testExpression() - Method in class org.apache.commons.jexl2.JexlTest
 
testForEachWithArray() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithBlock() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithCollection() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithEmptyList() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithEmptyStatement() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithEnumeration() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithIterator() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithIteratorMethod() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithListExpression() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithMap() - Method in class org.apache.commons.jexl2.ForEachTest
 
testForEachWithProperty() - Method in class org.apache.commons.jexl2.ForEachTest
 
testFuture() - Method in class org.apache.commons.jexl2.ScriptCallableTest
 
testGetBlack() - Method in class org.apache.commons.jexl2.SandboxTest
 
testGetInnerDouble() - Method in class org.apache.commons.jexl2.PublicFieldsTest
 
testGetInt() - Method in class org.apache.commons.jexl2.PublicFieldsTest
 
testGetString() - Method in class org.apache.commons.jexl2.PublicFieldsTest
 
testGetWhite() - Method in class org.apache.commons.jexl2.SandboxTest
 
testIfWithArithmeticExpression() - Method in class org.apache.commons.jexl2.IfTest
Test the if statement evaluates arithmetic expressions correctly
testIfWithAssignment() - Method in class org.apache.commons.jexl2.IfTest
Test the if statement works with assignment
testIfWithDecimalArithmeticExpression() - Method in class org.apache.commons.jexl2.IfTest
Test the if statement evaluates decimal arithmetic expressions correctly
testIfWithSimpleExpression() - Method in class org.apache.commons.jexl2.IfTest
Test the if statement evaluates expressions correctly
testImmediate() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testIntProperty() - Method in class org.apache.commons.jexl2.JexlTest
test the use of an int based property
testInvoke() - Method in class org.apache.commons.jexl2.MethodTest
 
testLeftNullOperand() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testListIntrospection() - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest
 
testLiteral() - Method in class org.apache.commons.jexl2.VarTest
 
testLiteralWithIntegers() - Method in class org.apache.commons.jexl2.ArrayLiteralTest
 
testLiteralWithMultipleEntries() - Method in class org.apache.commons.jexl2.MapLiteralTest
 
testLiteralWithNulls() - Method in class org.apache.commons.jexl2.ArrayLiteralTest
 
testLiteralWithNumbers() - Method in class org.apache.commons.jexl2.ArrayLiteralTest
 
testLiteralWithNumbers() - Method in class org.apache.commons.jexl2.MapLiteralTest
 
testLiteralWithOneEntry() - Method in class org.apache.commons.jexl2.ArrayLiteralTest
 
testLiteralWithStrings() - Method in class org.apache.commons.jexl2.ArrayLiteralTest
 
testLiteralWithStrings() - Method in class org.apache.commons.jexl2.MapLiteralTest
 
testLocalBasic() - Method in class org.apache.commons.jexl2.VarTest
 
testLocalFor() - Method in class org.apache.commons.jexl2.VarTest
 
testLocalForFunc() - Method in class org.apache.commons.jexl2.VarTest
 
testLocalForFuncReturn() - Method in class org.apache.commons.jexl2.VarTest
 
testLocalSimple() - Method in class org.apache.commons.jexl2.VarTest
 
testLogicExpressions() - Method in class org.apache.commons.jexl2.JexlTest
test some blank strings
testMalformed() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testMalformedExpression1() - Method in class org.apache.commons.jexl2.ParseFailuresTest
 
testMalformedExpression2() - Method in class org.apache.commons.jexl2.ParseFailuresTest
 
testMalformedNested() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testMalformedScript1() - Method in class org.apache.commons.jexl2.ParseFailuresTest
 
testMalformedScript2() - Method in class org.apache.commons.jexl2.ParseFailuresTest
 
testMalformedScript3() - Method in class org.apache.commons.jexl2.ParseFailuresTest
 
testMany() - Method in class org.apache.commons.jexl2.ClassCreatorTest
 
testMapArrayLiteral() - Method in class org.apache.commons.jexl2.MapLiteralTest
 
testMapDot() - Method in class org.apache.commons.jexl2.JexlTest
test the use of dot notation to lookup map entries
testMapIntrospection() - Method in class org.apache.commons.jexl2.internal.introspection.DiscoveryTest
 
testMapMapLiteral() - Method in class org.apache.commons.jexl2.MapLiteralTest
 
testMethod() - Method in class org.apache.commons.jexl2.MethodTest
test a simple method expression
testMethodBlack() - Method in class org.apache.commons.jexl2.SandboxTest
 
testMethodWhite() - Method in class org.apache.commons.jexl2.SandboxTest
 
testMix() - Method in class org.apache.commons.jexl2.VarTest
 
testMore() - Method in class org.apache.commons.jexl2.AssignTest
 
testMulti() - Method in class org.apache.commons.jexl2.MethodTest
 
testNamespaceCall() - Method in class org.apache.commons.jexl2.MethodTest
 
testNegativeIntComparison() - Method in class org.apache.commons.jexl2.JexlTest
test the -1 comparison bug
testNested() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testNestedBlock() - Method in class org.apache.commons.jexl2.BlockTest
 
testNew() - Method in class org.apache.commons.jexl2.JexlTest
test the new function e.g constructor invocation
testNonEscapeString() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testNotConditions() - Method in class org.apache.commons.jexl2.JexlTest
test some simple conditions
testNotConditionsWithDots() - Method in class org.apache.commons.jexl2.JexlTest
test some simple conditions
testNotEmptySimpleArrayLiteral() - Method in class org.apache.commons.jexl2.ArrayLiteralTest
 
testNotEmptySimpleMapLiteral() - Method in class org.apache.commons.jexl2.MapLiteralTest
 
testNoWait() - Method in class org.apache.commons.jexl2.ScriptCallableTest
 
testNull() - Method in class org.apache.commons.jexl2.JexlTest
test some null conditions
testNullAssignCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testNullAssignNoCache() - Method in class org.apache.commons.jexl2.CacheTest
 
testNullOperand() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testNullOperands() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testNulls() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineTest
 
testObjectKey() - Method in class org.apache.commons.jexl2.internal.introspection.MethodKeyTest
 
testOne() - Method in class org.apache.commons.jexl2.ClassCreatorTest
 
testOrSimple() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testOrVariableNumberCoercion() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testOrVariableStringCoercion() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testOrWithLeftNull() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testOrWithRightNull() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testOrWithTwoNulls() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testOutput() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineOptionalTest
 
testParenthesized() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testParse1() - Method in class org.apache.commons.jexl2.parser.ParserTest
parse test : see if we can parse a little script
testParse2() - Method in class org.apache.commons.jexl2.parser.ParserTest
 
testPerfKey() - Method in class org.apache.commons.jexl2.internal.introspection.MethodKeyTest
 
testPerfKey2() - Method in class org.apache.commons.jexl2.internal.introspection.MethodKeyTest
 
testPerfString() - Method in class org.apache.commons.jexl2.internal.introspection.MethodKeyTest
 
testPerfStringKey2() - Method in class org.apache.commons.jexl2.internal.introspection.MethodKeyTest
 
testPrepareEvaluate() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testPrepareTemplate() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testProperty() - Method in class org.apache.commons.jexl2.JexlTest
test a simple property expression
testRefs() - Method in class org.apache.commons.jexl2.VarTest
 
testRegexp() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testRestrict() - Method in class org.apache.commons.jexl2.SandboxTest
 
testRichContext() - Method in class org.apache.commons.jexl2.IssuesTest
 
testRightNullOperand() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testScaleIssue() - Method in class org.apache.commons.jexl2.IssuesTest
 
testScopes() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineTest
 
testScriptCall() - Method in class org.apache.commons.jexl2.MethodTest
 
testScriptEngineFactory() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineTest
 
testScriptFromFile() - Method in class org.apache.commons.jexl2.ScriptTest
 
testScriptFromURL() - Method in class org.apache.commons.jexl2.ScriptTest
 
testScripting() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineTest
 
testScriptingGetBy() - Method in class org.apache.commons.jexl2.scripting.JexlScriptEngineTest
 
testScriptUpdatesContext() - Method in class org.apache.commons.jexl2.ScriptTest
 
testSetBlack() - Method in class org.apache.commons.jexl2.SandboxTest
 
testSetInnerDouble() - Method in class org.apache.commons.jexl2.PublicFieldsTest
 
testSetInt() - Method in class org.apache.commons.jexl2.PublicFieldsTest
 
testSetString() - Method in class org.apache.commons.jexl2.PublicFieldsTest
 
testSetWhite() - Method in class org.apache.commons.jexl2.SandboxTest
 
testSimpleElse() - Method in class org.apache.commons.jexl2.IfTest
Make sure if false executes the false statement
testSimpleIfFalse() - Method in class org.apache.commons.jexl2.IfTest
Make sure if false doesn't execute the true statement
testSimpleIfTrue() - Method in class org.apache.commons.jexl2.IfTest
Make sure if true executes the true statement
testSimpleScript() - Method in class org.apache.commons.jexl2.ScriptTest
Test creating a script from a string.
testSimpleWhileFalse() - Method in class org.apache.commons.jexl2.WhileTest
 
testSize() - Method in class org.apache.commons.jexl2.JexlTest
 
testSizeAsProperty() - Method in class org.apache.commons.jexl2.JexlTest
 
testSizeOfSimpleArrayLiteral() - Method in class org.apache.commons.jexl2.ArrayLiteralTest
 
testSizeOfSimpleMapLiteral() - Method in class org.apache.commons.jexl2.MapLiteralTest
 
testStatement() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testStaticMethodInvocation() - Method in class org.apache.commons.jexl2.MethodTest
Ensures static methods on objects can be called.
testStaticMethodInvocationOnClasses() - Method in class org.apache.commons.jexl2.MethodTest
 
testStrict() - Method in class org.apache.commons.jexl2.VarTest
 
testStringConcatenation() - Method in class org.apache.commons.jexl2.JexlTest
Simple test of '+' as a string concatenation operator
testStringIdentifier() - Method in class org.apache.commons.jexl2.IssuesTest
 
testStringKey() - Method in class org.apache.commons.jexl2.internal.introspection.MethodKeyTest
 
testStringLit() - Method in class org.apache.commons.jexl2.JexlTest
 
testStringLiterals() - Method in class org.apache.commons.jexl2.JexlTest
Tests string literals
testStringMethods() - Method in class org.apache.commons.jexl2.MethodTest
test some String method calls
testStringQuoting() - Method in class org.apache.commons.jexl2.JexlTest
test quoting in strings
testTemplate0() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testTemplate1() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testTernary() - Method in class org.apache.commons.jexl2.IfTest
Ternary operator condition undefined or null evaluates to false independantly of engine flags.
testTernaryShorthand() - Method in class org.apache.commons.jexl2.IfTest
Ternary operator condition undefined or null evaluates to false independantly of engine flags.
testThis() - Method in class org.apache.commons.jexl2.junit.AsserterTest
 
testTopLevelCall() - Method in class org.apache.commons.jexl2.MethodTest
 
testToString() - Method in class org.apache.commons.jexl2.JexlTest
 
testUnaryMinus() - Method in class org.apache.commons.jexl2.ArithmeticTest
test some simple mathematical calculations
testUndefinedVar() - Method in class org.apache.commons.jexl2.ArithmeticTest
 
testUnicodeSupport() - Method in class org.apache.commons.jexl2.JexlTest
 
testUtil() - Method in class org.apache.commons.jexl2.AssignTest
 
testVariable() - Method in class org.apache.commons.jexl2.junit.AsserterTest
 
testVariableNames() - Method in class org.apache.commons.jexl2.JexlTest
test variables with underscore names
testWait() - Method in class org.apache.commons.jexl2.ScriptCallableTest
 
testWhileExecutesExpressionWhenLooping() - Method in class org.apache.commons.jexl2.WhileTest
 
testWhileWithBlock() - Method in class org.apache.commons.jexl2.WhileTest
 
testWriter() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest
 
testXorSimple() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testXorVariableNumberCoercion() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testXorVariableStringCoercion() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testXorWithLeftNull() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testXorWithRightNull() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
testXorWithTwoNulls() - Method in class org.apache.commons.jexl2.BitwiseOperatorTest
 
toString() - Method in class org.apache.commons.jexl2.IssuesTest.A105
 
toString() - Method in class org.apache.commons.jexl2.UnifiedJEXLTest.FrobozWriter
 
TWENTY() - Static method in class org.apache.commons.jexl2.MethodTest.Functor
 

U

UnifiedJEXLTest - Class in org.apache.commons.jexl2
Test cases for the UnifiedEL.
UnifiedJEXLTest(String) - Constructor for class org.apache.commons.jexl2.UnifiedJEXLTest
 
UnifiedJEXLTest.Froboz - Class in org.apache.commons.jexl2
 
UnifiedJEXLTest.Froboz(int) - Constructor for class org.apache.commons.jexl2.UnifiedJEXLTest.Froboz
 
UnifiedJEXLTest.FrobozWriter - Class in org.apache.commons.jexl2
 
UnifiedJEXLTest.FrobozWriter(Writer) - Constructor for class org.apache.commons.jexl2.UnifiedJEXLTest.FrobozWriter
 
uppercase(String) - Method in class org.apache.commons.jexl2.IssuesTest.RichContext
 

V

value - Variable in class org.apache.commons.jexl2.CacheTest.Cached0
 
value - Variable in class org.apache.commons.jexl2.CacheTest.Cached2
 
VarTest - Class in org.apache.commons.jexl2
Tests local variables.
VarTest(String) - Constructor for class org.apache.commons.jexl2.VarTest
 
VarTest.NumbersContext - Class in org.apache.commons.jexl2
 
VarTest.NumbersContext() - Constructor for class org.apache.commons.jexl2.VarTest.NumbersContext
 

W

wait(int) - Method in class org.apache.commons.jexl2.ScriptCallableTest.TestContext
 
waitInterrupt(int) - Method in class org.apache.commons.jexl2.ScriptCallableTest.TestContext
 
WhileTest - Class in org.apache.commons.jexl2
Tests for while statement.
WhileTest(String) - Constructor for class org.apache.commons.jexl2.WhileTest
 

A B C D E F G I J M N O P Q R S T U V W

Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.