You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by do...@apache.org on 2022/03/28 14:38:16 UTC

[accumulo-examples] 01/01: Migrate all tests to JUnit5 (#85)

This is an automated email from the ASF dual-hosted git repository.

domgarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git

commit 6830a84c578c5de019b994d84cbec1b4177fa047
Merge: 333873d 4563585
Author: Dom G <do...@apache.org>
AuthorDate: Mon Mar 28 10:38:12 2022 -0400

    Migrate all tests to JUnit5 (#85)

 pom.xml                                            | 10 ++--
 .../org/apache/accumulo/examples/ExamplesIT.java   | 42 +++++++--------
 .../constraints/AlphaNumKeyConstraintTest.java     |  6 +--
 .../constraints/NumericValueConstraintTest.java    |  6 +--
 .../apache/accumulo/examples/dirlist/CountIT.java  | 14 ++---
 .../examples/filedata/ChunkCombinerTest.java       | 60 ++++++++++------------
 .../examples/filedata/ChunkInputFormatIT.java      | 27 +++++-----
 .../examples/filedata/ChunkInputStreamIT.java      | 16 +++---
 .../examples/filedata/ChunkInputStreamTest.java    | 12 ++---
 .../accumulo/examples/filedata/KeyUtilTest.java    |  8 +--
 .../accumulo/examples/mapreduce/MapReduceIT.java   |  4 +-
 11 files changed, 102 insertions(+), 103 deletions(-)