| |
|
| gui.ChangingOfBeanPropertyProperties
ChangingOfBeanPropertyProperties | public class ChangingOfBeanPropertyProperties extends JellyTestCase (Code) | | |
ChangingOfBeanPropertyProperties | public ChangingOfBeanPropertyProperties(String name)(Code) | | Need to be defined because of JUnit
|
setUp | public void setUp()(Code) | | setUp method
|
suite | public static NbTestSuite suite()(Code) | | |
tearDown | public void tearDown()(Code) | | tearDown method
|
testChangeMode | public void testChangeMode()(Code) | | - Create an empty class
- Set Tools|Options|Editing|Beans Property|Style of Declared Variable = this.property_Value
- add a new property
- Set Tools|Options|Editing|Beans Property|Style of Declared Variable = _property_Value
- Add a new property
- Change of the first property mode to Read Only
- Change of the second property mode to Write Only
|
testChangeOfStyleOfDeclaredVariable | public void testChangeOfStyleOfDeclaredVariable()(Code) | | - Create an empty class
- Set Tools|Options|Editing|Beans Property|Style of Declared Variable = this.property_Value
- add a new property
- Set Tools|Options|Editing|Beans Property|Style of Declared Variable = _property_Value
- add a new property
|
testChangePropertyNameAndType | public void testChangePropertyNameAndType()(Code) | | - Create an empty class
- Set Tools|Options|Editing|Beans Property|Style of Declared Variable = 0
- add a new property with an initial value
- change of property type a name
|
testChangeSourceCode | public void testChangeSourceCode()(Code) | | |
testDeleteAnyPropertiesAndEvents | public void testDeleteAnyPropertiesAndEvents()(Code) | | |
|
|
|