System.Application.SetupFixture.OneTimeSetUp C# (CSharp) Méthode

OneTimeSetUp() private méthode

private OneTimeSetUp ( ) : void
Résultat void
        public void OneTimeSetUp()
        {
            // TODO: Add code here that is run before
            //  all tests in the assembly are run
            OneTimeSetUpCore(ConfigureServices);
        }