Skip to content

Commit

Permalink
Squashable commit; removes constructors from unit tests per request
Browse files Browse the repository at this point in the history
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
  • Loading branch information
ljnelson committed Aug 21, 2023
1 parent 01a1bd5 commit c129041
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@

class IsModifiedTest {

private IsModifiedTest() {
super();
}

@Test
void testIsModified() {
// Test java.time behavior.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

class UsageTest {

private UsageTest() {
super();
}

@Test
void testUsage() {
// Get a Config object. Because src/test/resources/meta-config.yaml exists, and because it will be processed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@

class ValueNodeTest {

private ValueNodeTest() {
super();
}

@Test
void testValueNode() {
// Test the JDK's base64 decoding behavior.
Expand Down

0 comments on commit c129041

Please sign in to comment.