| Package | Description |
|---|---|
| org.jboss.byteman.contrib.dtest |
| Class | Description |
|---|---|
| CallCount |
Represents a number range, for use in expressing the limits on the number of expected methods calls to be observed.
|
| InstrumentedClass |
InstrumentedClass instances serve two purposes:
Internally to the framework they provide a communication endpoint for
receiving information from the remote, Byteman instrumented code execution.
|
| InstrumentedInstance |
InstrumentedInstance instances serve two purposes:
Internally to the framework they provide storage of traced method invocation information
received from the remote execution via BytemanTestHelper->InstrumentedClass->this.
|
| Instrumentor |
The Instrumentor provides for installing tracing and other rules into a remote JVM.
|
| RemoteInterface |
RMI communication endpoint interface, exposed by the test runner for the
purpose of receiving remote method trace information from code instrumented
by Byteman Rules.
|
| RuleBuilder |
Deprecated.
use
RuleConstructor |
| RuleConstructor |
Provides a fluent API for creating Byteman rules without needing
to mess around with String concatenation.
|
| RuleConstructor.ActionClause | |
| RuleConstructor.ClassClause | |
| RuleConstructor.ConditionClause | |
| RuleConstructor.LocationClause | |
| RuleConstructor.MethodClause |
Copyright © 2018. All rights reserved.