org.eclipse.cdt.managedbuilder.ui.tests
Class TestCProjectPlatformPage

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.cdt.managedbuilder.ui.tests.TestCProjectPlatformPage
All Implemented Interfaces:
junit.framework.Test, IWizardItemsListListener

public class TestCProjectPlatformPage
extends junit.framework.TestCase
implements IWizardItemsListListener

Tests for the get/setSelectedProjectType() of CProjectPlatformPage.

Author:
Elias Volanakis

Constructor Summary
TestCProjectPlatformPage()
           
 
Method Summary
 boolean isCurrent()
           
 void testHandler1()
           
 void testProject()
           
 void testSelectedProjectType3()
           
 void toolChainListChanged(int count)
          Called by ICNewWizard instance when user has changed tool chains selection
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCProjectPlatformPage

public TestCProjectPlatformPage()
Method Detail

testHandler1

public void testHandler1()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testProject

public void testProject()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testSelectedProjectType3

public void testSelectedProjectType3()
                              throws java.lang.Exception
Throws:
java.lang.Exception

isCurrent

public boolean isCurrent()
Specified by:
isCurrent in interface IWizardItemsListListener
Returns:
true if this page is visible

toolChainListChanged

public void toolChainListChanged(int count)
Description copied from interface: IWizardItemsListListener
Called by ICNewWizard instance when user has changed tool chains selection

Specified by:
toolChainListChanged in interface IWizardItemsListListener
Parameters:
count - - number of selected toolchains.