private void Run(string filename)
        {
            LoadRecording(filename);
            target = new BlackBox.Demo.App.AssemblyAttribute.BL.EmployeeBL();

            expected = (System.Collections.Generic.List<BlackBox.Demo.App.AssemblyAttribute.Entity.Payroll>)GetReturnValue();
            actual = target.GetPayrolls();

            CompareObjects(expected, actual);
        }
예제 #2
0
        private void Run(string filename)
        {
            LoadRecording(filename);
            target = new BlackBox.Demo.App.AssemblyAttribute.BL.EmployeeBL();


            expected = (System.Collections.Generic.List <BlackBox.Demo.App.AssemblyAttribute.Entity.Payroll>)GetReturnValue();
            actual   = target.GetPayrolls();

            CompareObjects(expected, actual);
        }