LanguageProvider
to test
language inter-operability.See: Description
Interface | Description |
---|---|
LanguageProvider |
The
LanguageProvider provides factory methods for language data types, expressions,
statements and scripts used for testing language inter-operability. |
ResultVerifier |
Allows a custom verification of a result of a snippet execution.
|
Class | Description |
---|---|
InlineSnippet |
The unit of execution with an inline source.
|
InlineSnippet.Builder |
The builder of an
InlineSnippet . |
ResultVerifier.SnippetRun |
Provides the test execution data.
|
Snippet |
The unit of execution with assigned parameters and result types.
|
Snippet.Builder |
The builder of a
Snippet . |
TypeDescriptor |
Represents a type of a polyglot value.
|
LanguageProvider
to test
language inter-operability. See
Test
Compatibility Kit for details how to add a new language provider and execute tests.