| Package | Description |
|---|---|
| management.jmx.validation |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.attributeDontMatch(ObjectName name,
String url,
String atr,
Object value,
Object expectedValue) |
static ValidationResult |
ValidationResult.error(ObjectName name,
String url,
String message) |
static ValidationResult |
ValidationResult.jmxError(ObjectName name,
String url,
Throwable t) |
static ValidationResult |
ValidationResult.mbeanNotFound(ObjectName name,
String url) |
static ValidationResult |
ValidationResult.missingNotification(ObjectName name,
String url,
String notification,
String message) |
ValidationResult |
ValidationResult.objectName(ObjectName objectName) |
static ValidationResult |
ValidationResult.operationResultedInError(ObjectName name,
String url,
String operation,
Throwable error) |
static ValidationResult |
ValidationResult.operationResultUnExpected(ObjectName name,
String url,
String operation,
Object opResult,
Object expected) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult> |
JMXValidator.validate()
Matches recorded events with expected events Returned list contains only
error or unexpected Events so if list is empty that means test has passed
successfully.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JMXValidator.validateAttributes(Expectation expectation,
List<ValidationResult> list,
MBeanServerConnection remoteMBS) |
void |
JMXValidator.validateNotifications(Expectation expectation,
List<ValidationResult> list,
List<JMXNotification> recordedNotificationList) |
void |
JMXValidator.validateOperations(Expectation expectation,
List<ValidationResult> list,
List<JMXOperation> recordedOpList) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.