apache / accumulo-proxy

Apache Accumulo Proxy
https://accumulo.apache.org
Apache License 2.0
9 stars 19 forks source link

Update to JUnit 5 #34

Closed DomGarguilo closed 2 years ago

DomGarguilo commented 2 years ago

This probably could be done in a single PR since there are only a few tests.

DomGarguilo commented 2 years ago

This should probably happen after #33 is completed.

DomGarguilo commented 2 years ago

This actually might need to happen first since the tests extend SharedMiniClusterBase from the accumulo repo which uses JUnit5 so maybe ill convert the tests to JUnit5 first.