예제 #1
0
        public void Zip_Construct_Object_Must_Be_OfType_IDestinationUsernamePassword()
        {
            var zip = new DsfZip();
            IDestinationUsernamePassword password = zip;

            Assert.IsNotNull(password);
        }
예제 #2
0
        public void Rename_Construct_Object_Must_Be_OfType_IDestinationUsernamePassword()
        {
            var pathRename = new DsfPathRename();
            IDestinationUsernamePassword password = pathRename;

            Assert.IsNotNull(password);
        }