|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dasein.cloud.test.platform.StatefulMonitoringTests
public class StatefulMonitoringTests
Verifies the stateful elements of cloud monitoring solutions like AWS CloudWatch.
Created by Cameron Stokes: 2/19/13 2:38 PM
| Field Summary | |
|---|---|
org.junit.rules.TestName |
name
|
| Constructor Summary | |
|---|---|
StatefulMonitoringTests()
|
|
| Method Summary | |
|---|---|
void |
after()
|
void |
before()
|
static void |
cleanUp()
|
static void |
configure()
|
void |
testAddAlarm()
Requires setAvailableMetricProperties() to be run first. |
void |
testDisableAlarmActions()
Requires addTestAlarm() to be run first. |
void |
testEnableAlarmActions()
Requires addTestAlarm() to be run first. |
void |
testListAlarms()
Requires addTestAlarm() ()} to be run first. |
void |
testListAlarmsWithFilter()
Requires setAvailableMetricProperties() to be run first. |
void |
testListMetrics()
|
void |
testListMetricsWithBadFilter()
|
void |
testListMetricsWithFilter()
Requires setAvailableMetricProperties() to be run first. |
void |
testRemoveAlarms()
Requires addTestAlarm() to be run first. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final org.junit.rules.TestName name
| Constructor Detail |
|---|
public StatefulMonitoringTests()
| Method Detail |
|---|
public static void configure()
public static void cleanUp()
public void before()
public void after()
public void testListMetrics()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
public void testListMetricsWithFilter()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
setAvailableMetricProperties() to be run first.
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
public void testListMetricsWithBadFilter()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
public void testListAlarms()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
addTestAlarm() ()} to be run first.
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
public void testListAlarmsWithFilter()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
setAvailableMetricProperties() to be run first.
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
public void testAddAlarm()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
setAvailableMetricProperties() to be run first.
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
public void testRemoveAlarms()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
addTestAlarm() to be run first.
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
public void testEnableAlarmActions()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
addTestAlarm() to be run first.
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
public void testDisableAlarmActions()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
addTestAlarm() to be run first.
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||