TestingResearchIllinois / iFixFlakies

17 stars 10 forks source link

Wrapping setup/teardown code into a BlockStmt #10

Closed august782 closed 4 years ago

august782 commented 4 years ago

Instead of adding all of the individual statements from a setup/teardown into the helper method for minimizing, this pull request wraps those statements into blocks. Sometimes the setup/teardown methods introduce variables that are declared in the cleaner test itself, so combining them can lead to compilation errors.