public void VASPIsRegisteredPropertyOfTryGetCredentialsRefAndHashAsyncCallResultShouldBe( bool expectedResult) { _scenarioContext .GetCallResult <(bool VASPIsRegistered, VASPCredentialsRefAndHash vaspCredentialsRefAndHash)>() .VASPIsRegistered .ShouldBe(expectedResult); }
public void VASPIsRegisteredPropertyOfTryGetCredentialsAsyncCallResultShouldBe( bool expectedResult) { _scenarioContext .GetCallResult <(bool VASPIsRegistered, string Credentials)>() .VASPIsRegistered .ShouldBe(expectedResult); }