|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.jexl2.JexlTestCase
org.apache.commons.jexl2.ForEachTest
public class ForEachTest
Tests for the foreach statement
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jexl2.JexlTestCase |
|---|
JEXL |
| Constructor Summary | |
|---|---|
ForEachTest(String name)
create a named test |
|
| Method Summary | |
|---|---|
void |
testForEachWithArray()
|
void |
testForEachWithBlock()
|
void |
testForEachWithCollection()
|
void |
testForEachWithEmptyList()
|
void |
testForEachWithEmptyStatement()
|
void |
testForEachWithEnumeration()
|
void |
testForEachWithIterator()
|
void |
testForEachWithIteratorMethod()
|
void |
testForEachWithListExpression()
|
void |
testForEachWithMap()
|
void |
testForEachWithProperty()
|
| Methods inherited from class org.apache.commons.jexl2.JexlTestCase |
|---|
createEngine, createThreadedArithmeticEngine, debuggerCheck, flatten, flattenedStr, main, runTest, runTest, tearDown |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForEachTest(String name)
| Method Detail |
|---|
public void testForEachWithEmptyStatement()
throws Exception
Exception
public void testForEachWithEmptyList()
throws Exception
Exception
public void testForEachWithArray()
throws Exception
Exception
public void testForEachWithCollection()
throws Exception
Exception
public void testForEachWithEnumeration()
throws Exception
Exception
public void testForEachWithIterator()
throws Exception
Exception
public void testForEachWithMap()
throws Exception
Exception
public void testForEachWithBlock()
throws Exception
Exception
public void testForEachWithListExpression()
throws Exception
Exception
public void testForEachWithProperty()
throws Exception
Exception
public void testForEachWithIteratorMethod()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||