This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.yourapp.test; | |
// import statements... | |
public class FlakyTests { | |
@Rule | |
RetryTestRule retry = new RetryTestRule(3); // will attempt each test up to 3 times | |
@Test |