AllReady.UnitTest.Areas.Admin.Features.Skills.SkillEditCommandHandlerShould.LoadTestData C# (CSharp) Method

LoadTestData() protected method

protected LoadTestData ( ) : void
return void
        protected override void LoadTestData()
        {
            SkillsHandlerTestHelper.LoadSkillsHandlerTestData(Context);
        }
    }