Skip to content

Commit

Permalink
#121 JsonReader: update TestCounterexampleWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kuprianov committed May 19, 2020
1 parent 6bd4b9e commit 067e659
Showing 1 changed file with 40 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@ class TestCounterexampleWriter extends FunSuite {
| ]
| }
| ]
| }
| },
| "params": [
|
| ]
| },
| {
| "OPERATOR": "InvariantViolation",
Expand All @@ -260,7 +263,10 @@ class TestCounterexampleWriter extends FunSuite {
| "x",
| 1
| ]
| }
| },
| "params": [
|
| ]
| }
| ]
|}""".stripMargin
Expand Down Expand Up @@ -290,7 +296,10 @@ class TestCounterexampleWriter extends FunSuite {
| ]
| }
| ]
| }
| },
| "params": [
|
| ]
| },
| {
| "OPERATOR": "State2",
Expand All @@ -303,7 +312,10 @@ class TestCounterexampleWriter extends FunSuite {
| ]
| }
| ]
| }
| },
| "params": [
|
| ]
| },
| {
| "OPERATOR": "State3",
Expand All @@ -316,7 +328,10 @@ class TestCounterexampleWriter extends FunSuite {
| ]
| }
| ]
| }
| },
| "params": [
|
| ]
| },
| {
| "OPERATOR": "InvariantViolation",
Expand All @@ -325,7 +340,10 @@ class TestCounterexampleWriter extends FunSuite {
| "x",
| 1
| ]
| }
| },
| "params": [
|
| ]
| }
| ]
|}""".stripMargin
Expand Down Expand Up @@ -361,7 +379,10 @@ class TestCounterexampleWriter extends FunSuite {
| ]
| }
| ]
| }
| },
| "params": [
|
| ]
| },
| {
| "OPERATOR": "State2",
Expand All @@ -380,7 +401,10 @@ class TestCounterexampleWriter extends FunSuite {
| ]
| }
| ]
| }
| },
| "params": [
|
| ]
| },
| {
| "OPERATOR": "State3",
Expand All @@ -399,7 +423,10 @@ class TestCounterexampleWriter extends FunSuite {
| ]
| }
| ]
| }
| },
| "params": [
|
| ]
| },
| {
| "OPERATOR": "InvariantViolation",
Expand All @@ -418,7 +445,10 @@ class TestCounterexampleWriter extends FunSuite {
| ]
| }
| ]
| }
| },
| "params": [
|
| ]
| }
| ]
|}""".stripMargin
Expand Down

0 comments on commit 067e659

Please sign in to comment.