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

Difference between revisions of "EclipseLink/Development/DBWS/ParseDDLDS/Testing/VisitMethods"

(New page: __NOTOC__ <css> .source-sql {padding:1em;border:1px solid black; background-color: white;} .source-plsql {padding:1em;border:1px solid black; background-color: white;} .source-java5 ...)
(No difference)

Revision as of 08:45, 11 August 2011


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
FunctionType FunctionType, DatabaseType, ProcedureType, ArgumentType, ArgumentTypeDirection Yes
Interval IntervalDayToSecond, IntervalYearToMonth Yes
PrecisionType DecimalType, DoubleType, FloatType, NumericType, RealType  Yes
ProcedureType ProcedureType, ArgumentType, ArgumentTypeDirection, DatabaseType Yes
SizedType BinaryType, BlobType, CharType, ClobType, LongRawType, LongType, NCharType, NClobType, NVarChar2Type, RawType, URowIdType, VarChar2Type, VarCharType Yes
TableType TableType, FieldType, DatabaseType Yes

Back to the top