org.openoffice.ide.eclipse.core.wizards.pages
Class ManifestExportPageControllerTest

java.lang.Object
  extended by org.openoffice.ide.eclipse.core.wizards.pages.ManifestExportPageControllerTest

public class ManifestExportPageControllerTest
extends java.lang.Object

Unit test for the Manifest export page controller, these tests are testing the UI behaviour.

Author:
Cédric Bosdonnat

Constructor Summary
ManifestExportPageControllerTest()
           
 
Method Summary
 void setup()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestExportPageControllerTest

public ManifestExportPageControllerTest()
Method Detail

setup

Create the controller to test.


testSetGenerateManifest

Test a selection of the generate manifest check box.


testSetReuseManifest

Test a selection of the reuse manifest check box.


testSetSaveManifest

Test when the save manifest check box is selected.


testSetNoSaveManifest

Test when the save manifest check box is unselected.


testSetSaveManifestPath

Test setting the manifest save path when the field is enabled.


testSetManifestPathDisabled

Test setting the manifest save path when the field is disabled.


testSetLoadManifestPathEnabled

Test setting the manifest load path when the field is enabled.


testSetLoadManifestPathDisabled

Test setting the manifest load path when the field is disabled.