Skip to content

Commit

Permalink
Minor test refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 18, 2023
1 parent d8afd24 commit f95f566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Unit tests for [core#31] (https://github.com/FasterXML/jackson-core/issues/31)
*/
public class TestJDKSerializability extends BaseTest
public class JDKSerializabilityTest extends BaseTest
{
/*
/**********************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

import static org.assertj.core.api.Assertions.assertThat;

/**
* Tests for verifying internal working of {@link JsonLocation} class itself,
* as opposed to accuracy of reported location information by parsers.
*/
public class JsonLocationTest extends BaseTest
{
static class Foobar { }
Expand Down

0 comments on commit f95f566

Please sign in to comment.