コード例 #1
0
  @Override
  public void setUp() throws Exception {
    super.setUp();

    fIndexMgr = new SVDBIndexCollection("TestContentAssistBuiltins");
    fIndexMgr.addPluginLibrary(
        fIndexRgy.findCreateIndex(
            new NullProgressMonitor(),
            "TestContentAssistBuiltins",
            SVCorePlugin.SV_BUILTIN_LIBRARY,
            SVDBPluginLibIndexFactory.TYPE,
            null));

    fIndex = new ContentAssistIndex();
    fIndex.init(new NullProgressMonitor());
    fIndexMgr.addLibraryPath(fIndex);
  }
コード例 #2
0
  protected void setUp() throws Exception {
    super.setUp();

    fProjMgr = SVCorePlugin.getDefault().getProjMgr();
  }
コード例 #3
0
 @Override
 protected void setUp() throws Exception {
   super.setUp();
 }