Package org.graalvm.polyglot.tck
package org.graalvm.polyglot.tck
Provide an implementation of the
LanguageProvider to test
language inter-operability. See
Test
Compatibility Kit for details how to add a new language provider and execute tests.- Since:
- 0.30
-
ClassDescriptionThe unit of execution with an inline source.The builder of an
InlineSnippet.TheLanguageProviderprovides factory methods for language data types, expressions, statements and scripts used for testing language inter-operability.Allows a custom verification of a result of a snippet execution.Provides the test execution data.The unit of execution with assigned parameters and result types.The builder of aSnippet.Represents a type of a polyglot value.