|
||||||||||
| 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.BitwiseOperatorTest
public class BitwiseOperatorTest
Tests for the bitwise operators.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jexl2.JexlTestCase |
|---|
JEXL |
| Constructor Summary | |
|---|---|
BitwiseOperatorTest(String name)
Create the named test. |
|
| Method Summary | |
|---|---|
void |
setUp()
|
void |
testAndSimple()
|
void |
testAndVariableNumberCoercion()
|
void |
testAndVariableStringCoercion()
|
void |
testAndWithLeftNull()
|
void |
testAndWithRightNull()
|
void |
testAndWithTwoNulls()
|
void |
testComplementSimple()
|
void |
testComplementVariableNumberCoercion()
|
void |
testComplementVariableStringCoercion()
|
void |
testComplementWithNull()
|
void |
testOrSimple()
|
void |
testOrVariableNumberCoercion()
|
void |
testOrVariableStringCoercion()
|
void |
testOrWithLeftNull()
|
void |
testOrWithRightNull()
|
void |
testOrWithTwoNulls()
|
void |
testParenthesized()
|
void |
testXorSimple()
|
void |
testXorVariableNumberCoercion()
|
void |
testXorVariableStringCoercion()
|
void |
testXorWithLeftNull()
|
void |
testXorWithRightNull()
|
void |
testXorWithTwoNulls()
|
| 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, 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 BitwiseOperatorTest(String name)
name - test name| Method Detail |
|---|
public void setUp()
setUp in class junit.framework.TestCase
public void testAndWithTwoNulls()
throws Exception
Exception
public void testAndWithLeftNull()
throws Exception
Exception
public void testAndWithRightNull()
throws Exception
Exception
public void testAndSimple()
throws Exception
Exception
public void testAndVariableNumberCoercion()
throws Exception
Exception
public void testAndVariableStringCoercion()
throws Exception
Exception
public void testComplementWithNull()
throws Exception
Exception
public void testComplementSimple()
throws Exception
Exception
public void testComplementVariableNumberCoercion()
throws Exception
Exception
public void testComplementVariableStringCoercion()
throws Exception
Exception
public void testOrWithTwoNulls()
throws Exception
Exception
public void testOrWithLeftNull()
throws Exception
Exception
public void testOrWithRightNull()
throws Exception
Exception
public void testOrSimple()
throws Exception
Exception
public void testOrVariableNumberCoercion()
throws Exception
Exception
public void testOrVariableStringCoercion()
throws Exception
Exception
public void testXorWithTwoNulls()
throws Exception
Exception
public void testXorWithLeftNull()
throws Exception
Exception
public void testXorWithRightNull()
throws Exception
Exception
public void testXorSimple()
throws Exception
Exception
public void testXorVariableNumberCoercion()
throws Exception
Exception
public void testXorVariableStringCoercion()
throws Exception
Exception
public void testParenthesized()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||