ModelBuilder.UnitTests.DefaultBuildStrategyCompilerTests.ValueGeneratorsDoesNotIncludeMailinatorEmailValueGeneratorTest C# (CSharp) Method

ValueGeneratorsDoesNotIncludeMailinatorEmailValueGeneratorTest() private method

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

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