private void Run(string filename)
        {
            LoadRecording(filename);
            target = new BlackBox.Demo.App.ExternalApiDependencyRecording.LotteryDraw();

            expected = (System.Int32[])GetReturnValue();
            actual = target.GenerateNumbers();

            CompareObjects(expected, actual);
        }
Example #2
0
        private void Run(string filename)
        {
            LoadRecording(filename);
            target = new BlackBox.Demo.App.ExternalApiDependencyRecording.LotteryDraw();


            expected = (System.Int32[])GetReturnValue();
            actual   = target.GenerateNumbers();

            CompareObjects(expected, actual);
        }