public void When_creating_with_null_dependencies_then_an_exception_is_thrown(Fixture fixture)
        {
            var assertion = new ConstructorGuardClauseAssertion <MappingExportPersonListFactory>(fixture);

            assertion.Verify();
        }
        public void When_creating_with_null_dependencies_then_an_exception_is_thrown(Fixture fixture)
        {
            var assertion = new ConstructorGuardClauseAssertion <Transform.PersonTransform>(fixture);

            assertion.Verify();
        }