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

  • A method annotated with @AfterClass will not be executed until all tests in the ETLUnit test class have completed.  Available to this method are functions that may be used in a test method.

Attributes

Attribute

Name

Required?

Possible

Values

Info
NONE  No attributes

Location in the test class file

Before a method declaration

Examples

 

@AfterClass Example

@AfterClass

afterClass(){

log(

message: 'After Class Message',

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

log-classifier: 'abc'

);

}


 

 

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