Exemplo n.º 1
0
        public void ShallowCopyEntity_ThrowsException_IfEntityIsNull()
        {
            // Arrange
            TypedEntity nullTest = null;

            // Easy assert
            Assert.Throws <ArgumentNullException>(() => nullTest.CreateShallowCopy());
        }