Class ContentAssistTest

java.lang.Object
org.eclipse.xtext.ui.testing.AbstractContentAssistTest
org.eclipse.emf.mwe2.language.tests.contentassist.ContentAssistTest
All Implemented Interfaces:
org.eclipse.xtext.common.types.access.jdt.IJavaProjectProvider, org.eclipse.xtext.ui.testing.util.ResourceLoadHelper

@InjectWith(Mwe2UiInjectorProvider.class) public class ContentAssistTest extends org.eclipse.xtext.ui.testing.AbstractContentAssistTest
Author:
Sebastian Zarnekow - Initial contribution and API
  • Constructor Details

    • ContentAssistTest

      public ContentAssistTest()
  • Method Details

    • getInjector

      public com.google.inject.Injector getInjector()
    • testEmptyModel

      public void testEmptyModel() throws Exception
      Throws:
      Exception
    • testClassDecl_01

      public void testClassDecl_01() throws Exception
      Throws:
      Exception
    • testClassDecl_02

      public void testClassDecl_02() throws Exception
      Throws:
      Exception
    • testClassDecl_03

      public void testClassDecl_03() throws Exception
      Throws:
      Exception
    • testClassDecl_04

      public void testClassDecl_04() throws Exception
      Throws:
      Exception
    • testClassDecl_05

      public void testClassDecl_05() throws Exception
      Throws:
      Exception
    • testClassDecl_06

      public void testClassDecl_06() throws Exception
      Throws:
      Exception
    • testInsideClassDecl

      public void testInsideClassDecl() throws Exception
      Throws:
      Exception
    • testInsideClassDeclWithImport

      public void testInsideClassDeclWithImport() throws Exception
      Throws:
      Exception
    • testNestedClassDecl_01

      public void testNestedClassDecl_01() throws Exception
      Throws:
      Exception
    • testNestedClassDecl_02

      public void testNestedClassDecl_02() throws Exception
      Throws:
      Exception
    • testNestedClassDecl_03

      public void testNestedClassDecl_03() throws Exception
      Throws:
      Exception
    • testNestedInsideClassDecl

      public void testNestedInsideClassDecl() throws Exception
      Throws:
      Exception
    • testNestedInsideClassDeclWithImport

      public void testNestedInsideClassDeclWithImport() throws Exception
      Throws:
      Exception
    • testReplaceRegion_01

      public void testReplaceRegion_01() throws Exception
      Throws:
      Exception
    • testReplaceRegion_02

      public void testReplaceRegion_02() throws Exception
      Throws:
      Exception
    • testReplaceRegion_03

      public void testReplaceRegion_03() throws Exception
      Throws:
      Exception
    • testReplaceRegion_04

      public void testReplaceRegion_04() throws Exception
      Throws:
      Exception
    • testReplaceRegion_05

      public void testReplaceRegion_05() throws Exception
      Throws:
      Exception
    • testReplaceRegion_06

      public void testReplaceRegion_06() throws Exception
      Throws:
      Exception
    • testCompleteVarKeyword_01

      public void testCompleteVarKeyword_01() throws Exception
      Throws:
      Exception
    • testCompleteVarKeyword_02

      public void testCompleteVarKeyword_02() throws Exception
      Throws:
      Exception
    • testCompleteVarKeyword_03

      public void testCompleteVarKeyword_03() throws Exception
      Throws:
      Exception
    • testCompleteStringLiteral_01

      public void testCompleteStringLiteral_01() throws Exception
      Throws:
      Exception
    • testCompleteStringLiteral_02

      public void testCompleteStringLiteral_02() throws Exception
      Throws:
      Exception
    • testCompleteStringLiteral_03

      public void testCompleteStringLiteral_03() throws Exception
      Throws:
      Exception
    • testCompleteStringLiteral_04

      public void testCompleteStringLiteral_04() throws Exception
      Throws:
      Exception
    • testCompleteStringLiteral_05

      public void testCompleteStringLiteral_05() throws Exception
      Throws:
      Exception
    • testCompleteStringLiteral_06

      public void testCompleteStringLiteral_06() throws Exception
      Throws:
      Exception
    • testCompleteStringLiteral_07

      public void testCompleteStringLiteral_07() throws Exception
      Throws:
      Exception
    • testCompleteStringPropertyReference_01

      public void testCompleteStringPropertyReference_01() throws Exception
      Throws:
      Exception
    • testCompleteStringPropertyReference_02

      public void testCompleteStringPropertyReference_02() throws Exception
      Throws:
      Exception
    • testCompleteStringPropertyReference_03

      public void testCompleteStringPropertyReference_03() throws Exception
      Throws:
      Exception
    • testCompleteProperty_01

      public void testCompleteProperty_01() throws Exception
      Throws:
      Exception
    • testCompleteProperty_02

      public void testCompleteProperty_02() throws Exception
      Throws:
      Exception
    • testCompletePropertyValue_01

      public void testCompletePropertyValue_01() throws Exception
      Throws:
      Exception
    • testCompletePropertyValue_02

      public void testCompletePropertyValue_02() throws Exception
      Throws:
      Exception
    • newBuilder

      protected org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder newBuilder() throws Exception
      Overrides:
      newBuilder in class org.eclipse.xtext.ui.testing.AbstractContentAssistTest
      Throws:
      Exception