ModelBuilder.UnitTests.DefaultBuildStrategyCompilerTests.ValueGeneratorsDoesNotIncludeMailinatorEmailValueGeneratorTest C# (CSharp) Méthode

ValueGeneratorsDoesNotIncludeMailinatorEmailValueGeneratorTest() private méthode

        public void ValueGeneratorsDoesNotIncludeMailinatorEmailValueGeneratorTest()
        {
            var target = new DefaultBuildStrategyCompiler();

            target.ValueGenerators.Should().NotContain(x => x.GetType() == typeof(MailinatorEmailValueGenerator));
        }