org.eclipse.mylar.tasks.tests
Class TaskAttachmentActionsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.mylar.tasks.tests.TaskAttachmentActionsTest
All Implemented Interfaces:
junit.framework.Test

public class TaskAttachmentActionsTest
extends junit.framework.TestCase

Test task attachment actions.

Author:
Jeff Pound

Constructor Summary
TaskAttachmentActionsTest()
           
 
Method Summary
 void testCopyToClipboardAction()
          Copy some text to the clipboard using the CopyToClipboardAction and ensure the contents of the clipboard match.
 void testSaveRemoteFileAction()
          Save a file using the SaveRemoteFileAction and ensure it exists and the contents are correct
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskAttachmentActionsTest

public TaskAttachmentActionsTest()
Method Detail

testCopyToClipboardAction

public void testCopyToClipboardAction()
                               throws java.lang.Exception
Copy some text to the clipboard using the CopyToClipboardAction and ensure the contents of the clipboard match.

Throws:
java.lang.Exception

testSaveRemoteFileAction

public void testSaveRemoteFileAction()
                              throws java.lang.Exception
Save a file using the SaveRemoteFileAction and ensure it exists and the contents are correct

Throws:
java.lang.Exception