Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 19, 2024
2 parents 8bd0d23 + d279d80 commit 9cb28a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import tools.jackson.databind.BaseMapTest;

public class TestObjectBuffer
public class ObjectBufferTest
extends BaseMapTest
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import tools.jackson.databind.BaseMapTest;

public class TestStdDateFormat extends BaseMapTest
public class StdDateFormatTest extends BaseMapTest
{
// [databind#803]
public void testLenientDefaults() throws Exception
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import tools.jackson.databind.*;

public class TestViewDeserialization
public class ViewDeserializationTest
{
// Classes that represent views
static class ViewA { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@

import tools.jackson.databind.*;

public class TestViewsSerialization2
public class ViewSerialization2Test
{
/*
/************************************************************************
/* Helper classes
/************************************************************************
*/

static class Views
{
public interface View { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Unit tests for verifying JSON view functionality: ability to declaratively
* suppress subset of properties from being serialized.
*/
public class TestViewSerialization
public class ViewSerializationTest
{
// Classes that represent views
static class ViewA { }
Expand Down

0 comments on commit 9cb28a2

Please sign in to comment.