Skip to content

Commit

Permalink
Test refactoring: renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 27, 2024
1 parent a359144 commit cd80aa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -14,7 +14,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;

class TestDefaultPrettyPrinter extends JUnit5TestBase
class DefaultPrettyPrinterTest extends JUnit5TestBase
{
private final JsonFactory JSON_F = new JsonFactory();

Expand Down
Expand Up @@ -15,7 +15,7 @@
* Simple unit tests to try to verify that the default
* {@link SerializableString} implementation works as expected.
*/
class TestSerializedString
class SerializedStringTest
extends com.fasterxml.jackson.core.JUnit5TestBase
{
private static final String QUOTED = "\\\"quo\\\\ted\\\"";
Expand Down
Expand Up @@ -6,7 +6,7 @@

import static org.junit.jupiter.api.Assertions.*;

class TestTextBuffer
class TextBufferTest
extends com.fasterxml.jackson.core.JUnit5TestBase
{
/**
Expand Down

0 comments on commit cd80aa8

Please sign in to comment.