Searched refs:lastTimeOnly (Results 1 – 11 of 11) sorted by relevance
10 @AfterMethod(lastTimeOnly = false)
10 @AfterMethod(lastTimeOnly = true)
70 public boolean lastTimeOnly() default false; in lastTimeOnly() method
250 false, bs.lastTimeOnly(), in maybeCreateNewConfigurationTag()294 boolean firstTimeOnly, boolean lastTimeOnly, in createConfigurationTag() argument319 result.setLastTimeOnly(lastTimeOnly); in createConfigurationTag()
97 Fixed: GITHUB-425: Wrong invocation order with lastTimeOnly (Rafael Winterhalter & Julien Herr)670 Fixed: @AfterMethod(lastTimeOnly) didn't work properly with data providers683 Added: @BeforeMethod(firstTimeOnly) and @AfterMethod(lastTimeOnly)