Exemple #1
0
        public void VerifyResult()
        {
            StartFastTrackExample example = new StartFastTrackExample();
            example.Run();

            Assert.IsNotEmpty(example.signingUrl);
        }
        public void VerifyResult()
        {
            StartFastTrackExample example = new StartFastTrackExample(Props.GetInstance());

            example.Run();

            Assert.IsNotNull(example.signingUrl);
            Assert.IsNotEmpty(example.signingUrl);
        }