public class EcoreEditorPerformance_PTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EcoreEditorPerformance_PTest.Editor
Subclass of the Ecore Editor that injects view-model properties to select our
custom
EPackage view. |
class |
EcoreEditorPerformance_PTest.ProjectRule |
static class |
EcoreEditorPerformance_PTest.Validation
A dummy validation provider that complains about an
EClass that is
a abstract and has a name
that has an odd number of characters. |
Modifier and Type | Field and Description |
---|---|
EcoreEditorPerformance_PTest.ProjectRule |
project |
Constructor and Description |
---|
EcoreEditorPerformance_PTest()
Initializes me.
|
Modifier and Type | Method and Description |
---|---|
void |
addElement() |
void |
closeAllEditors() |
static void |
closeIntroView() |
void |
ensureNoValidation() |
void |
treeMasterDetailCompositeDoesNotLeak()
Regression test for bug 533568 in which the
GenericEditor leaks an instance of the TreeMasterDetailComposite and
its attendant "limbo" shell after the editor is closed, until workbench shutdown. |
void |
validation() |
public final EcoreEditorPerformance_PTest.ProjectRule project
public EcoreEditorPerformance_PTest()
public void treeMasterDetailCompositeDoesNotLeak()
GenericEditor
leaks an instance of the TreeMasterDetailComposite
and
its attendant "limbo" shell after the editor is closed, until workbench shutdown.public void addElement()
public void validation()
public static void closeIntroView()
public void closeAllEditors()
public void ensureNoValidation()
Copyright © 2019. All rights reserved.