Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp.test
Class OperatorsTest  view OperatorsTest download OperatorsTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.tripi.asp.test.OperatorsTest
All Implemented Interfaces:
junit.framework.Test

public class OperatorsTest
extends junit.framework.TestCase

The OperatorsTest class contains the unit tests for ASP operators


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
OperatorsTest(java.lang.String name)
          Test suite constructor.
 
Method Summary
static junit.framework.Test suite()
          JUnit test suite factory.
 void test_add1()
          Addition test
 void test_and1()
          AND test
 void test_concat1()
          Concat test
 void test_div1()
          Div test
 void test_eq1()
          Equality test
 void test_eqv1()
          EQV test
 void test_exp1()
          EXP test
 void test_ge1()
          Greater-Than-Equal-To test
 void test_gt1()
          Greater-Than test
 void test_imp1()
          IMP test
 void test_intdiv1()
          INTDIV test
 void test_is1()
          IS test
 void test_le1()
          Less-Than-Equal-To test
 void test_lt1()
          Less-Than test
 void test_mod1()
          MOD test
 void test_multiply1()
          Multiply test
 void test_ne1()
          Inequality test
 void test_negation1()
          Negation test
 void test_not1()
          NOT test
 void test_or1()
          OR test
 void test_xor1()
          XOR test
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

OperatorsTest

public OperatorsTest(java.lang.String name)
              throws com.tripi.asp.AspException
Test suite constructor.

Method Detail

suite

public static junit.framework.Test suite()
JUnit test suite factory. Returns a test suite containing this class's tests.


test_add1

public void test_add1()
               throws java.io.IOException
Addition test


test_and1

public void test_and1()
               throws java.io.IOException
AND test


test_concat1

public void test_concat1()
                  throws java.io.IOException
Concat test


test_div1

public void test_div1()
               throws java.io.IOException
Div test


test_eq1

public void test_eq1()
              throws java.io.IOException
Equality test


test_eqv1

public void test_eqv1()
               throws java.io.IOException
EQV test


test_exp1

public void test_exp1()
               throws java.io.IOException
EXP test


test_ge1

public void test_ge1()
              throws java.io.IOException
Greater-Than-Equal-To test


test_gt1

public void test_gt1()
              throws java.io.IOException
Greater-Than test


test_imp1

public void test_imp1()
               throws java.io.IOException
IMP test


test_is1

public void test_is1()
              throws java.io.IOException
IS test


test_intdiv1

public void test_intdiv1()
                  throws java.io.IOException
INTDIV test


test_le1

public void test_le1()
              throws java.io.IOException
Less-Than-Equal-To test


test_lt1

public void test_lt1()
              throws java.io.IOException
Less-Than test


test_mod1

public void test_mod1()
               throws java.io.IOException
MOD test


test_multiply1

public void test_multiply1()
                    throws java.io.IOException
Multiply test


test_ne1

public void test_ne1()
              throws java.io.IOException
Inequality test


test_negation1

public void test_negation1()
                    throws java.io.IOException
Negation test


test_not1

public void test_not1()
               throws java.io.IOException
NOT test


test_or1

public void test_or1()
              throws java.io.IOException
OR test


test_xor1

public void test_xor1()
               throws java.io.IOException
XOR test