public void EntityTypeGarbageCollectionBehavior_Throws_ArgumentNullException_When_Context_Null() { ArgumentTester.ThrowsArgumentNullException( () => DeploymentContextExtensions.EntityTypeGarbageCollectionBehavior( null, Guid.NewGuid(), GarbageCollectionBehavior.DeleteAll), "context"); }
public void SourceSystemOrphanMappingBehavior_Throws_ArgumentNullException_When_Context_Null() { ArgumentTester.ThrowsArgumentNullException( () => DeploymentContextExtensions.SourceSystemOrphanMappingBehavior( null, Guid.NewGuid(), OrphanMappingBehavior.None), "context"); }
public void DestinationSystemGarbageCollectionBehavior_Throws_ArgumentNullException_When_Context_Null() { ArgumentTester.ThrowsArgumentNullException( () => DeploymentContextExtensions.DestinationSystemGarbageCollectionBehavior( null, Guid.NewGuid(), GarbageCollectionBehavior.DeleteCreated), "context"); }