コード例 #1
0
ファイル: Program.cs プロジェクト: anamikapait/MARSQA_NUnit
            public void ShareSkillTest()
            {
                // Creates a toggle for the given test, adds all log events under it
                test = extent.StartTest("Share Skill");
                // Create an class and object to call the method
                ShareSkill obj = new ShareSkill();

                obj.ShareSkillSteps();
            }