| Package | Description |
|---|---|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.script |
Scripting support specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Method and Description |
|---|---|
private Script |
ScriptExecutionCondition.createDisabledIfScriptOrNull(java.lang.reflect.AnnotatedElement annotatedElement)
Deprecated.
|
private Script |
ScriptExecutionCondition.createEnabledIfScriptOrNull(java.lang.reflect.AnnotatedElement annotatedElement)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ConditionEvaluationResult |
ScriptExecutionEvaluator.computeConditionEvaluationResult(Script script,
java.lang.Object result)
Deprecated.
|
(package private) ConditionEvaluationResult |
ScriptExecutionEvaluator.evaluate(ScriptExecutionManager manager,
Script script,
javax.script.Bindings bindings)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionEvaluationResult |
ScriptExecutionEvaluator.evaluate(ExtensionContext context,
java.util.List<Script> scripts)
Deprecated.
|
ConditionEvaluationResult |
ScriptExecutionCondition.Evaluator.evaluate(ExtensionContext context,
java.util.List<Script> scripts) |
ConditionEvaluationResult |
ScriptExecutionCondition.ThrowingEvaluator.evaluate(ExtensionContext context,
java.util.List<Script> scripts) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentMap<Script,javax.script.CompiledScript> |
ScriptExecutionManager.compiledScripts
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ScriptExecutionManager.evaluate(Script script,
javax.script.Bindings bindings)
Deprecated.
Evaluate the script using the given bindings.
|