com.irisel.oms.olapi
Class OLTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.irisel.oms.olapi.OLTest
All Implemented Interfaces:
junit.framework.Test

public class OLTest
extends junit.framework.TestCase


Constructor Summary
OLTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
static void testLists()
           
static void testQuerySave()
           
static void testQueryTreeAdHoc()
           
static void testQueryTreeDB()
           
static void testQueryTreeOMS()
           
static void testSM()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OLTest

public OLTest()
Method Detail

suite

public static junit.framework.Test suite()

testLists

public static void testLists()
                      throws DataException
Throws:
DataException

testQueryTreeOMS

public static void testQueryTreeOMS()
                             throws QueryTreeException
Throws:
QueryTreeException

testQueryTreeDB

public static void testQueryTreeDB()
                            throws QueryTreeException
Throws:
QueryTreeException

testQueryTreeAdHoc

public static void testQueryTreeAdHoc()
                               throws QueryTreeException
Throws:
QueryTreeException

testQuerySave

public static void testQuerySave()

testSM

public static void testSM()
                   throws QueryTreeException
Throws:
QueryTreeException

main

public static void main(java.lang.String[] args)