public void RunCaseStepTest() { IAction action = new CaseAdapter(); var client = new ActionProvider(action); client.RunCaseStep(); }