[go: nahoru, domu]

Skip to content

Commit

Permalink
Renamed and refactored tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
masbicudo committed May 10, 2016
1 parent 2732886 commit c381413
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Fluent-Json.NET-Configuration/JsonMapsCache.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace FluentJsonNet
{
public class JsonMapsCache
internal class JsonMapsCache
{
public JsonMapBase[] Mappers { get; set; }
public JsonMapBase[][] SubMappers { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion Fluent-Json.NET-Configuration/JsonMapsTree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace FluentJsonNet
{
public class JsonMapsTree
internal class JsonMapsTree
{
private readonly Dictionary<Type, JsonMapsTreeNode> dictionary;

Expand Down
2 changes: 1 addition & 1 deletion Fluent-Json.NET-Configuration/JsonMapsTreeNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace FluentJsonNet
{
public class JsonMapsTreeNode
internal class JsonMapsTreeNode
{
public JsonMapsTreeNode(JsonMapBase mapper, Type parent, Type[] children)
{
Expand Down
Loading

0 comments on commit c381413

Please sign in to comment.