Xunit.Runner.Xunit2TestAssemblyRunner.RunTestsInAssembly(AssemblyRunInfo)

Here are the examples of the csharp api Xunit.Runner.Xunit2TestAssemblyRunner.RunTestsInAssembly(AssemblyRunInfo) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : Xunit2TestAssemblyRunner.cs
with Apache License 2.0
from NightOwl888

public ExecutionSummary RunTests(replacedembly replacedembly)
        {
            return RunTestsInreplacedembly(new replacedemblyRunInfo
            {
                replacedembly = replacedembly,
                replacedemblyFileName = GetreplacedemblyFileName(replacedembly),
                Configuration = GetConfiguration(replacedembly.GetName().Name)
            });
        }