| Package | Description |
|---|---|
| org.jvnet.hudson.test |
Test harness for Jenkins and its plugins.
|
| org.jvnet.hudson.test.rhino |
Code to interface with Rhino the JavaScript engine.
|
| Modifier and Type | Field and Description |
|---|---|
protected JavaScriptDebugger |
JenkinsRule.jsDebugger
JavaScript "debugger" that provides you information about the JavaScript call stack
and the current values of the local variables in those stack frame.
|
protected JavaScriptDebugger |
HudsonTestCase.jsDebugger
Deprecated.
JavaScript "debugger" that provides you information about the JavaScript call stack
and the current values of the local variables in those stack frame.
|
| Modifier and Type | Field and Description |
|---|---|
JavaScriptDebugger |
CallStackFrame.owner
JavaScriptDebugger that this stack frame lives in. |
| Constructor and Description |
|---|
CallStackFrame(JavaScriptDebugger owner,
net.sourceforge.htmlunit.corejs.javascript.debug.DebuggableScript fnOrScript) |
Copyright © 2004-2014. All Rights Reserved.