Tim Grünewald

Results 7 issues of Tim Grünewald

Hey, I looked at this test and realized that it uses the UnitTestParams class even though it only ever calls one method, so I decided to mock it. The exception...

Hi, I think I already said that I'm doing the work on the tests as part of an university assignment about software testing. As part of this assigmnent, I have...

Changes: - Split multiple asserts into test methods - Added test method for ```getIndex()``` - Added test method for ```getHash()``` Also, this test uses the normal java serialization rather than...

Hey, I've been going through some tests in order to identify test smells and tests that can be refactored. I figured I'd start somewhere and refactor this. Splitting many asserts...

Hi, I'm trying to use this plugin for benchmarks in the bitcoinJ library in order to benchmark different DB implementations. I'm trying to use parameterized tests, but I get an...