private void ShowPunchComponentPageMsg()
        {
            Console.Write("If you see this, then the test runner is setup properly. ");

            _punchComponent.GetPunchcomponent();
        }
예제 #2
0
 public void GetPages()
 {
     _employeeDashboard.GetEmployeeDashboard();
     _punchComponent.GetPunchcomponent();
 }