test
Class oqlanalyzer

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.oqlanalyzer
All Implemented Interfaces:
junit.framework.Test

public class oqlanalyzer
extends junit.framework.TestCase


Field Summary
static String[] TEST_MDD_FUNCTION_RESULTS
           
static String[] TEST_MDD_FUNCTIONS
           
 
Constructor Summary
oqlanalyzer()
           
 
Method Summary
static void main(String[] args)
           
 void run(junit.framework.TestResult r)
           
static junit.framework.Test suite()
           
 void testAnalysisArithmeticOperationOk()
           
 void testAnalysisArithmeticOperationParameter()
           
 void testAnalysisComplexSet()
           
 void testAnalysisExtenalSetSelectSetPointer()
           
 void testAnalysisExtenalSetSimple()
           
 void testAnalysisInSet()
           
 void testAnalysisSelectPointer()
           
 void testAnalysisSetIntEnum()
           
 void testAnalysisSimpleFields()
           
 void testDateParameterType()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, 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
 

Field Detail

TEST_MDD_FUNCTIONS

public static final String[] TEST_MDD_FUNCTIONS

TEST_MDD_FUNCTION_RESULTS

public static final String[] TEST_MDD_FUNCTION_RESULTS
Constructor Detail

oqlanalyzer

public oqlanalyzer()
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

run

public void run(junit.framework.TestResult r)
Specified by:
run in interface junit.framework.Test
Overrides:
run in class junit.framework.TestCase

testDateParameterType

public void testDateParameterType()

testAnalysisComplexSet

public void testAnalysisComplexSet()

testAnalysisSimpleFields

public void testAnalysisSimpleFields()

testAnalysisExtenalSetSimple

public void testAnalysisExtenalSetSimple()

testAnalysisExtenalSetSelectSetPointer

public void testAnalysisExtenalSetSelectSetPointer()

testAnalysisSelectPointer

public void testAnalysisSelectPointer()

testAnalysisSetIntEnum

public void testAnalysisSetIntEnum()

testAnalysisInSet

public void testAnalysisInSet()

testAnalysisArithmeticOperationOk

public void testAnalysisArithmeticOperationOk()

testAnalysisArithmeticOperationParameter

public void testAnalysisArithmeticOperationParameter()