コード例 #1
0
 public void Should_parse_the_api_mode_with_success()
 {
     _result.ShouldBe(ApiMode.DistrictSpecific);
 }
コード例 #2
0
 public void Should_parse_the_api_mode_with_success()
 {
     _result.ShouldBe(ApiMode.Sandbox);
 }
コード例 #3
0
 public void Should_parse_the_api_mode_with_success()
 {
     _result.ShouldBe(ApiMode.SharedInstance);
 }