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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.inject.Injector
protected org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class org.eclipse.xtext.ui.testing.AbstractContentAssistTest
expect, getJavaProject, getResourceFor, initializeTypeProvider, setUp, tearDown
-
Constructor Details
-
ContentAssistTest
public ContentAssistTest()
-
-
Method Details
-
getInjector
public com.google.inject.Injector getInjector() -
testEmptyModel
- Throws:
Exception
-
testClassDecl_01
- Throws:
Exception
-
testClassDecl_02
- Throws:
Exception
-
testClassDecl_03
- Throws:
Exception
-
testClassDecl_04
- Throws:
Exception
-
testClassDecl_05
- Throws:
Exception
-
testClassDecl_06
- Throws:
Exception
-
testInsideClassDecl
- Throws:
Exception
-
testInsideClassDeclWithImport
- Throws:
Exception
-
testNestedClassDecl_01
- Throws:
Exception
-
testNestedClassDecl_02
- Throws:
Exception
-
testNestedClassDecl_03
- Throws:
Exception
-
testNestedInsideClassDecl
- Throws:
Exception
-
testNestedInsideClassDeclWithImport
- Throws:
Exception
-
testReplaceRegion_01
- Throws:
Exception
-
testReplaceRegion_02
- Throws:
Exception
-
testReplaceRegion_03
- Throws:
Exception
-
testReplaceRegion_04
- Throws:
Exception
-
testReplaceRegion_05
- Throws:
Exception
-
testReplaceRegion_06
- Throws:
Exception
-
testCompleteVarKeyword_01
- Throws:
Exception
-
testCompleteVarKeyword_02
- Throws:
Exception
-
testCompleteVarKeyword_03
- Throws:
Exception
-
testCompleteStringLiteral_01
- Throws:
Exception
-
testCompleteStringLiteral_02
- Throws:
Exception
-
testCompleteStringLiteral_03
- Throws:
Exception
-
testCompleteStringLiteral_04
- Throws:
Exception
-
testCompleteStringLiteral_05
- Throws:
Exception
-
testCompleteStringLiteral_06
- Throws:
Exception
-
testCompleteStringLiteral_07
- Throws:
Exception
-
testCompleteStringPropertyReference_01
- Throws:
Exception
-
testCompleteStringPropertyReference_02
- Throws:
Exception
-
testCompleteStringPropertyReference_03
- Throws:
Exception
-
testCompleteProperty_01
- Throws:
Exception
-
testCompleteProperty_02
- Throws:
Exception
-
testCompletePropertyValue_01
- Throws:
Exception
-
testCompletePropertyValue_02
- Throws:
Exception
-
newBuilder
protected org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder newBuilder() throws Exception- Overrides:
newBuilder
in classorg.eclipse.xtext.ui.testing.AbstractContentAssistTest
- Throws:
Exception
-