-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more approval tests for various scenarios
- Loading branch information
1 parent
71a8d9c
commit 93c9f89
Showing
7 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...otlin/dev/forkhandles/lens/JsonNodeDataContainerTest.can write primitives values.approved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"string":"123","boolean":false,"int":999,"long":0,"double":5.4536,"value":123,"mapped":"123","optionalValue":123,"optional":null,"localDateValue":"1999-12-12","stringValue":"123","booleanValue":false,"intValue":123} |
1 change: 1 addition & 0 deletions
1
...kotlin/dev/forkhandles/lens/JsonNodeDataContainerTest.read and write data values.approved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"string"} |
1 change: 1 addition & 0 deletions
1
...src/test/kotlin/dev/forkhandles/lens/JsonNodeDataContainerTest.write list values.approved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"list":["123"],"listSubClass":[{"123":"123"}],"listValue":["+999999999-12-31","-999999999-01-01","1970-01-01"],"optionalList":["hello"],"optionalSubClassList":[{"123":"123"}],"optionalValueList":[123,456]} |
1 change: 1 addition & 0 deletions
1
...est/kotlin/dev/forkhandles/lens/MapDataContainerTest.can write primitives values.approved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{string=123, boolean=false, int=999, long=0, double=5.4536, value=123, mapped=123, optionalValue=123, optional=null, localDateValue=1999-12-12, stringValue=123, booleanValue=false, intValue=123} |
1 change: 1 addition & 0 deletions
1
...test/kotlin/dev/forkhandles/lens/MapDataContainerTest.read and write data values.approved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{name=string} |
1 change: 1 addition & 0 deletions
1
data4k/src/test/kotlin/dev/forkhandles/lens/MapDataContainerTest.write list values.approved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{list=[123], listSubClass=[{123=123}], listValue=[+999999999-12-31, -999999999-01-01, 1970-01-01], optionalList=[hello], optionalSubClassList=[{123=123}], optionalValueList=[123, 456]} |