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 @BeforeTest will be executed before each "test" method.  That is, before each method annotated with @Test, the method annotated with @BeforeTest will run.

Attributes

Attribute

Name

Required?

Possible

Values

Info
NONEYes No attributes.

Location in the test class file

Before a method declaration.

Examples

 

Panel Title

@BeforeTest

configureOutputFile() {

set(

variable: 'outputfile1',

value: 'exp_qpt_data_format_tgt'

);

}

 

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