Exemple #1
0
        void FixtureMethod()
        {
            if (RaiseException)
            {
                throw new Exception();
            }

            CalledFixtureMethods.Add(GetType());
        }
Exemple #2
0
        void FixtureMethod()
        {
            if (RaiseException)
            {
                throw new Exception();
            }

            CalledFixtureMethods.Add(GetType());

            Stepper?.Take(new ExpectStep("Description", GetType(), string.Empty, string.Empty, 0));
        }