| org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelperTest
ProjectConfigurationsHelperTest | public class ProjectConfigurationsHelperTest extends NbTestCase (Code) | | author: lukas |
Method Summary | |
protected void | setUp() | public static Test | suite() | protected void | tearDown() | public void | testAddConfiguration() Test of addConfiguration method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper. | public void | testGetActiveAbilities() Test of getActiveAbilities method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper. | public void | testGetAllIdentifiers() Test of getAllIdentifiers method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper. | public void | testGetConfigurationByName() Test of getConfigurationByName method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper. | public void | testGetDefaultConfiguration() Test of getDefaultConfiguration method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper. | public void | testRemoveConfiguration() Test of removeConfiguration method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper. | public void | testSetActiveConfiguration() Test of setActiveConfiguration method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper. | void | waitFinished() |
aph | static AntProjectHelper aph(Code) | | |
ProjectConfigurationsHelperTest | public ProjectConfigurationsHelperTest(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testAddConfiguration | public void testAddConfiguration()(Code) | | Test of addConfiguration method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper.
|
testGetActiveAbilities | public void testGetActiveAbilities()(Code) | | Test of getActiveAbilities method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper.
|
testGetAllIdentifiers | public void testGetAllIdentifiers()(Code) | | Test of getAllIdentifiers method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper.
|
testGetConfigurationByName | public void testGetConfigurationByName()(Code) | | Test of getConfigurationByName method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper.
|
testGetDefaultConfiguration | public void testGetDefaultConfiguration()(Code) | | Test of getDefaultConfiguration method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper.
|
testRemoveConfiguration | public void testRemoveConfiguration()(Code) | | Test of removeConfiguration method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper.
|
testSetActiveConfiguration | public void testSetActiveConfiguration()(Code) | | Test of setActiveConfiguration method, of class org.netbeans.spi.project.configurations.support.ProjectConfigurationsHelper.
|
waitFinished | void waitFinished()(Code) | | |
|
|