コード例 #1
0
ファイル: ZipTests.cs プロジェクト: won21kr/Warewolf
        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);
        }