use of org.eclipse.wst.server.ui.editor.ServerEditorSection in project webtools.servertools by eclipse.
the class ServerEditorSectionTestCase method getServerEditorSection.
protected ServerEditorSection getServerEditorSection() {
if (section == null) {
section = new ServerEditorSection() {
};
// Ensure initialized called, though this is effectively a no-op
section.init(null, null);
}
return section;
}
Aggregations