| org.netbeans.modules.vmd.api.model.PropertyValueTest
PropertyValueTest | public class PropertyValueTest extends TestCase (Code) | | author: Karol Harezlak |
Method Summary | |
protected void | setUp() | public static Test | suite() | protected void | tearDown() | public void | testCreateArray() Test of createArray method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testCreateComponentReference() Test of createComponentReference method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testCreateEmptyArray() Test of createEmptyArray method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testCreateNull() Test of createNull method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testCreateUserCode() Test of createUserCode method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testCreateValue() Test of createValue method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testDeserialize() Test of deserialize method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testGetArray() Test of getArray method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testGetComponent() Test of getComponent method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testGetKind() Test of getKind method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testGetType() Test of getType method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testGetUserCode() Test of getUserCode method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testGetValue() Test of getValue method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testIsCompatible() Test of isCompatible method, of class org.netbeans.modules.vmd.api.model.PropertyValue. | public void | testSerialize() Test of serialize method, of class org.netbeans.modules.vmd.api.model.PropertyValue. |
PropertyValueTest | public PropertyValueTest(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testCreateArray | public void testCreateArray()(Code) | | Test of createArray method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testCreateComponentReference | public void testCreateComponentReference()(Code) | | Test of createComponentReference method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testCreateEmptyArray | public void testCreateEmptyArray()(Code) | | Test of createEmptyArray method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testCreateNull | public void testCreateNull()(Code) | | Test of createNull method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testCreateUserCode | public void testCreateUserCode()(Code) | | Test of createUserCode method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testCreateValue | public void testCreateValue()(Code) | | Test of createValue method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testDeserialize | public void testDeserialize()(Code) | | Test of deserialize method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testGetArray | public void testGetArray()(Code) | | Test of getArray method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testGetComponent | public void testGetComponent()(Code) | | Test of getComponent method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testGetKind | public void testGetKind()(Code) | | Test of getKind method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testGetType | public void testGetType()(Code) | | Test of getType method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testGetUserCode | public void testGetUserCode()(Code) | | Test of getUserCode method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testGetValue | public void testGetValue()(Code) | | Test of getValue method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testIsCompatible | public void testIsCompatible()(Code) | | Test of isCompatible method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
testSerialize | public void testSerialize()(Code) | | Test of serialize method, of class org.netbeans.modules.vmd.api.model.PropertyValue.
|
|
|