コード例 #1
0
 public void VASPIsRegisteredPropertyOfTryGetCredentialsRefAndHashAsyncCallResultShouldBe(
     bool expectedResult)
 {
     _scenarioContext
     .GetCallResult <(bool VASPIsRegistered, VASPCredentialsRefAndHash vaspCredentialsRefAndHash)>()
     .VASPIsRegistered
     .ShouldBe(expectedResult);
 }
コード例 #2
0
 public void VASPIsRegisteredPropertyOfTryGetCredentialsAsyncCallResultShouldBe(
     bool expectedResult)
 {
     _scenarioContext
     .GetCallResult <(bool VASPIsRegistered, string Credentials)>()
     .VASPIsRegistered
     .ShouldBe(expectedResult);
 }