Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-837: update tests from JUnit3 to JUnit4
* convert JUnit3 tests to use JUnit4 syntax and classes * remove unused junit3 classes * rename misnamed tests * fixup and organize imports * remove empty or worthless javadocs * remove deadcode * update from junit.framework.Assert to org.junit.Assert * fix exception eating * add usage of junit Assume * remove some empty constructors * increase getRepeatTimeoutMs to 2 minutes * use getDiskDirs() and getUniqueName() for disk dirs in some tests * move some setup code from ctor to setup * change scope of some methods and vars to private * add TODOs for further cleanup work * remove some unecessary type casts * annotate disabled tests with @ignore and @test * change assertEquals with floats to call three arg version * add some missing categories
- Loading branch information