Ejemplo n.º 1
0
        public void GetHashCodeTest()
        {
            Deployment deployment = new Deployment();

            Assert.IsNull(deployment.DeploymentName);
            Assert.IsNull(deployment.DeploymentCategory);
            Assert.IsNull(deployment.DeploymentTenantId);
            Assert.IsNull(deployment.DeploymentVersion);
            Assert.AreEqual(deployment.Inserted, default(DateTime));
            Assert.AreEqual(deployment.LastUpdated, default(DateTime));
            Assert.IsNotNull(deployment.GetHashCode());
        }