|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.ujac.util.exi.test.BaseExpressionTest org.ujac.util.exi.test.BasicsTest
public class BasicsTest
Name: BasicsTest
Description: A test class for basic expression type operations.
Field Summary |
---|
Fields inherited from class org.ujac.util.exi.test.BaseExpressionTest |
---|
exi, formatHelper, properties |
Constructor Summary | |
---|---|
BasicsTest()
|
Method Summary | |
---|---|
protected void |
setUp()
|
void |
testAbs()
Tests the 'abs' operation for numeric types. |
void |
testAnd()
Tests the logical and operation for numeric types. |
void |
testEqual()
Tests the '=='/'eq' operation for various types. |
void |
testFormat()
Tests the 'format' operation for numeric types. |
void |
testInstanceof()
Tests the 'instanceof' operation. |
void |
testIsDefined()
Tests the isDefined operation for various types. |
void |
testNotEqual()
Tests the '!='/'ne' operation for various types. |
void |
testOr()
Tests the logical and operation for numeric types. |
void |
testToString()
Tests the 'toString' operation. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicsTest()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class BaseExpressionTest
Exception
TestCase.setUp()
public void testIsDefined() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.public void testEqual() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.public void testNotEqual() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.public void testAbs() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.public void testToString() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.public void testInstanceof() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.public void testFormat() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.public void testAnd() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.public void testOr() throws ExpressionException
ExpressionException
- In case an expression evaluation fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |