Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/DBWS/ParseDDLDS/Testing/VisitMethods

< EclipseLink‎ | Development‎ | DBWS‎ | ParseDDLDS‎ | Testing
Revision as of 09:46, 12 August 2011 by Unnamed Poltroon (Talk) (Tests)


Parsing DDL for Metadata: Visit Method Testing

Tests

The purpose of the following tests is to ensure that all visit methods in a given chain are called. The tests verify that all data set in the model can be retrieved successfully.

The tests reside in the org.eclipse.persistence.tools.oracleddl.test.metadata.visit package.


Test Covers Implemented
FunctionTypeTestSuite FunctionType, DatabaseType, ProcedureType, ArgumentType, ArgumentTypeDirection Yes
IntervalTypeTestSuite IntervalDayToSecond, IntervalYearToMonth Yes
PrecisionTypeTestSuite DecimalType, DoubleType, FloatType, NumericType, RealType  Yes
ProcedureTypeTestSuite ProcedureType, ArgumentType, ArgumentTypeDirection, DatabaseType Yes
SizedTypeTestSuite BinaryType, BlobType, CharType, ClobType, LongRawType, LongType, NCharType, NClobType, NVarChar2Type, RawType, URowIdType, VarChar2Type, VarCharType Yes
TableTypeTestSuite TableType, FieldType, DatabaseType Yes

Back to the top