Searched refs:firstTimeOnly (Results 1 – 11 of 11) sorted by relevance
7 @BeforeMethod(firstTimeOnly = true)
7 @BeforeMethod(firstTimeOnly = false)
70 public boolean firstTimeOnly() default false; in firstTimeOnly() method
235 bs.firstTimeOnly(), false, in maybeCreateNewConfigurationTag()294 boolean firstTimeOnly, boolean lastTimeOnly, in createConfigurationTag() argument318 result.setFirstTimeOnly(firstTimeOnly); in createConfigurationTag()
683 Added: @BeforeMethod(firstTimeOnly) and @AfterMethod(lastTimeOnly)