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 »

ETLUnit 3.9.6

 

Draft in Progress

This document is a draft and is under development.

 

Description

  • Information about the author of the test class.

Attributes

Attribute

Name

Required?

Possible

Values

Info
nameYes
  • A string
  • Should be the name of the test class author.
descriptionNo
  • A string
  • Provide any additional information.

Location in the test class file

Before declaration of test class.

Examples

 

Panel Title

@Author(

name: 'Johnny Principle',

description: 'Add comp logic to stradudle bkempsy.'

)

class log_something

{

@Test

logThis()

{

log(

message: 'A message to log',

log-file-name: 'test_me.log',

log-classifier: 'a_classifier'

);

}

}

 

  • 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.