SPT RWT Application API

com.sptci.rwt
Class ProcedureAnalyserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.sptci.rwt.ProcedureAnalyserTest
All Implemented Interfaces:
Test

public class ProcedureAnalyserTest
extends TestCase

Unit test for the ProcedureAnalyser object.

Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: ProcedureAnalyserTest.java 4123 2008-05-25 21:49:01Z rakesh $
Author:
Rakesh Vidyadharan 2007-09-25

Field Summary
(package private) static ProcedureMetaData metadata
           
 
Constructor Summary
ProcedureAnalyserTest()
           
 
Method Summary
static Test suite()
           
 void testAnalyse()
          Test fetching all procedures from the database connection.
 void testSchemaMetaDataUpdated()
          Test to ensure that the SchemaMetaData was updated by the ProcedureAnalyser.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metadata

static ProcedureMetaData metadata
Constructor Detail

ProcedureAnalyserTest

public ProcedureAnalyserTest()
Method Detail

suite

public static Test suite()

testAnalyse

public void testAnalyse()
                 throws Exception
Test fetching all procedures from the database connection.

Throws:
Exception

testSchemaMetaDataUpdated

public void testSchemaMetaDataUpdated()
Test to ensure that the SchemaMetaData was updated by the ProcedureAnalyser.


SPT RWT Application API