Example #1
0
 public void WithRenderSimple() => RegressionRunner.Run(_session, EventRenderJSON.WithRenderSimple());
Example #2
0
 public void WithMapAndNestedArray() => RegressionRunner.Run(_session, EventRenderJSON.WithMapAndNestedArray());
Example #3
0
 public void WithEnquote() => RegressionRunner.Run(_session, EventRenderJSON.WithEnquote());
Example #4
0
 public void WithEmptyMap() => RegressionRunner.Run(_session, EventRenderJSON.WithEmptyMap());
Example #5
0
 public void WithJsonEventType() => RegressionRunner.Run(_session, EventRenderJSON.WithJsonEventType());