Package com.intellij.testFramework.fixtures

Examples of com.intellij.testFramework.fixtures.DefaultLightProjectDescriptor


import org.intellij.erlang.sdk.ErlangSdkType;

public class ErlangR17HighlightingTest extends ErlangHighlightingTestBase {
  @Override
  protected LightProjectDescriptor getProjectDescriptor() {
    return new DefaultLightProjectDescriptor() {
      @Override
      public Sdk getSdk() {
        return ErlangSdkType.createMockSdk("testData/mockSdk-R17/");
      }
    };
View Full Code Here

TOP

Related Classes of com.intellij.testFramework.fixtures.DefaultLightProjectDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.