AutoMoq.Tests.with_automoqer_Tests.Instantiating_the_automoqer_sets_the_static_mocker C# (CSharp) Méthode

Instantiating_the_automoqer_sets_the_static_mocker() private méthode

private Instantiating_the_automoqer_sets_the_static_mocker ( ) : void
Résultat void
        public void Instantiating_the_automoqer_sets_the_static_mocker()
        {
            with_automoqer.mocker = null;
            var test = new with_automoqer();
            with_automoqer.mocker.ShouldNotBeNull();
        }