| |
|
| org.apache.commons.jexl.BitwiseOperatorTest
BitwiseOperatorTest | public class BitwiseOperatorTest extends TestCase (Code) | | Tests for the bitwise operators.
author: Dion Gillard since: 1.1 |
BitwiseOperatorTest | public BitwiseOperatorTest(String name)(Code) | | Create the named test.
Parameters: name - test name |
testAndVariableNumberCoercion | public void testAndVariableNumberCoercion() throws Exception(Code) | | |
testAndVariableStringCoercion | public void testAndVariableStringCoercion() throws Exception(Code) | | |
testAndWithLeftNull | public void testAndWithLeftNull() throws Exception(Code) | | |
testAndWithRightNull | public void testAndWithRightNull() throws Exception(Code) | | |
testAndWithTwoNulls | public void testAndWithTwoNulls() throws Exception(Code) | | |
testComplementSimple | public void testComplementSimple() throws Exception(Code) | | |
testComplementVariableNumberCoercion | public void testComplementVariableNumberCoercion() throws Exception(Code) | | |
testComplementVariableStringCoercion | public void testComplementVariableStringCoercion() throws Exception(Code) | | |
testComplementWithNull | public void testComplementWithNull() throws Exception(Code) | | |
testOrVariableNumberCoercion | public void testOrVariableNumberCoercion() throws Exception(Code) | | |
testOrVariableStringCoercion | public void testOrVariableStringCoercion() throws Exception(Code) | | |
testOrWithRightNull | public void testOrWithRightNull() throws Exception(Code) | | |
testXorVariableNumberCoercion | public void testXorVariableNumberCoercion() throws Exception(Code) | | |
testXorVariableStringCoercion | public void testXorVariableStringCoercion() throws Exception(Code) | | |
testXorWithLeftNull | public void testXorWithLeftNull() throws Exception(Code) | | |
testXorWithRightNull | public void testXorWithRightNull() throws Exception(Code) | | |
testXorWithTwoNulls | public void testXorWithTwoNulls() throws Exception(Code) | | |
|
|
|