public void VerifyResult() { SignerAuthenticationTokenExample example = new SignerAuthenticationTokenExample(Props.GetInstance()); example.Run(); Assert.IsNotNull(example.SignerSessionId); }
public void VerifyResult() { SignerAuthenticationTokenExample example = new SignerAuthenticationTokenExample(); example.Run(); Assert.IsNotNull(example.SignerSessionIdForMultiUse); Assert.IsNotNull(example.SignerSessionIdForSingleUse); }