|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.validation.test.CommonValidationTest
org.eclipse.emf.ecp.view.validation.test.ValidationServiceGCTest
public class ValidationServiceGCTest
Tests for checking whether the ValidationService
correctly behave if domain
objects and/or Renderable
s are removed.
Constructor Summary | |
---|---|
ValidationServiceGCTest()
|
Method Summary | |
---|---|
void |
testDomainObjectIsReferenced()
Make sure child domain object is actually referenced. |
void |
testRemoveChildOfDomainObject()
Remove the Mainboard . |
void |
testRemoveChildOfDomainObjectWithCutOffControl()
Removes the Mainboard from the computer and also
removes the control
from the view model containment tree. |
void |
testRemoveControlAndReevaluate()
Removes the direct column of the view. |
void |
testRemoveRenderable()
Removes the direct column of the computer view. |
void |
testRemoveRenderableHierarchy()
Removes the direct column of the view. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationServiceGCTest()
Method Detail |
---|
public void testRemoveRenderableHierarchy()
public void testRemoveControlAndReevaluate()
public void testDomainObjectIsReferenced()
public void testRemoveChildOfDomainObject()
Mainboard
. It shouldn't be referenced
anymore
in contrast to the control.
public void testRemoveChildOfDomainObjectWithCutOffControl()
Mainboard
from the computer and also
removes the control
from the view model containment tree.
Neither the mainboard nor the control should be referenced afterwards.
public void testRemoveRenderable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |