Package com.oracle.truffle.tck
package com.oracle.truffle.tck
Contains testing utilities like
DebuggerTester and
TruffleRunner.- Since:
- 0.8 or older
-
ClassDescriptionTest utility class that makes it easier to test and debug debugger functionality for guest languages.Predicate of testable positions.JUnit test runner for unit testing Truffle AST interpreters.A parameter annotated with
TruffleRunner.Injectspecifies theRootNodeof the test AST.ParametersRunnerFactoryfor testing Truffle AST interpreters usingParameterizedunit tests.JUnit rule to run the tests in the context of a polyglot engine.A test method can be annotated withTruffleRunner.Warmupto specify how many warmup iterations of a test should be done before the Truffle tree is compiled.