NUnit.Allure.Core.AllureNUnitHelper.StartTestStep()

Here are the examples of the csharp api NUnit.Allure.Core.AllureNUnitHelper.StartTestStep() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : AllureNUnitHelper.cs
with MIT License
from unickq

public void StartAll(bool isWrappedIntoStep)
        {
            StartTestContainer();
            StartTestCase();
            if (isWrappedIntoStep) StartTestStep();
        }