Package dev.galasa
Annotation Interface SharedEnvironment
Indicates that this Class setups up and validates a Shared Environment.
The structure is the same as a @Test class
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
How many hours after the Shared Environment was built should the Run be discarded, should only matter if the discard was run properly after all the testing has been completed
-
Element Details
-
expireAfterHours
int expireAfterHoursHow many hours after the Shared Environment was built should the Run be discarded, should only matter if the discard was run properly after all the testing has been completed- Returns:
- The number of hours to keep the Run
- Default:
- 8
-