public void Zip_Construct_Object_Must_Be_OfType_IDestinationUsernamePassword() { var zip = new DsfZip(); IDestinationUsernamePassword password = zip; Assert.IsNotNull(password); }
public void Rename_Construct_Object_Must_Be_OfType_IDestinationUsernamePassword() { var pathRename = new DsfPathRename(); IDestinationUsernamePassword password = pathRename; Assert.IsNotNull(password); }