Пример #1
0
        public void DirectDeploy_HandlesType_ExpectName()
        {
            //------------Setup for test--------------------------
            var directDeploy = new DirectDeploy();


            //------------Execute Test---------------------------

            //------------Assert Results-------------------------
            Assert.AreEqual("DirectDeploy", directDeploy.HandlesType());
        }