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.
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.