コード例 #1
0
 public void TearDown()
 {
     _CommonSteps.DeleteOperation("/e-store/authentication/delete");
 }
コード例 #2
0
        public void GivenIDeleteTheRegisteredAccountJustCreated()
        {
            _Step.DeleteOperation("/e-store/authentication/delete");

            ScenarioContext.Current.Clear();
        }