UT-SE-Research / iDFlakies

29 stars 33 forks source link

iDSpeedy Pull Request #1 #33

Open abelph opened 3 years ago

abelph commented 3 years ago

This commit contains logic that sees whether the total number of test orders for a Detector class have been run. The triedAllOrders() method takes in an int representing the number of rounds run and will return a boolean indicating whether all possible test orders have been tried. triedAllOrders() has been added to ExecutingDetector.java as an abstract method.

Additional small changes were made to the code to retain the same style as the rest of the project.