Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get data from class method setup

Former Member
0 Likes
348

HI ,

I generate test class and i get CLASS-METHODS: setup and in this class i want to do

the preparation i.e. call to the container one time and use the variantsin the appropriate methods

How I can call from the methods to the class method data ,

its not have any export parameters

Regards

Chris

1 ACCEPTED SOLUTION
Read only

shimon_tal
Advisor
Advisor
0 Likes
310

HI Chris ,

Please use static attibutes such CLASS-DATA:

and call to this attributes in the method.

Regards

Shimi

1 REPLY 1
Read only

shimon_tal
Advisor
Advisor
0 Likes
311

HI Chris ,

Please use static attibutes such CLASS-DATA:

and call to this attributes in the method.

Regards

Shimi