Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

  • Provide in-line documentation in the ETLUnit test class.
  • This is useful to include documentation that will stay with the test class, since it is part of its code.

Attributes

Attribute

Name

Required?

Possible

Values

Info
descriptionYes
  • A single-quote-delimited string, or a list of such.
  • Intended to provide helpful documentation that will stay with the test class.

Location in the test class file

  • Can appear almost anywhere outside a method.
  • Cannot be placed at the end of a class.
  • Cannot be placed at the end of the ETLUnit source file (outside any class).
  • Typical locations are before the class declaration and before a method declaration.

Examples

@Description

@Description(

description: 'ETL process loads all data from source to target with mapping rules'

)

@Description(

description: [

'This is a multiline',

'description.'

]

)

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.