A B C D E G H I L O P R S T U V W

A

assertAsyncHttpStatusCodeContinuallyEquals(ListeningExecutorService, String, int) - Static method in class brooklyn.test.HttpTestUtils
Schedules (with the given executor) a poller that repeatedly accesses the given url, to confirm it always gives back the expected status code.
assertAttemptsMade(int, String) - Method in class brooklyn.test.WebAppMonitor
 
assertAttributeEquals(Entity, AttributeSensor<T>, T) - Static method in class brooklyn.test.EntityTestUtils
 
assertAttributeEqualsContinually(Entity, AttributeSensor<T>, T) - Static method in class brooklyn.test.EntityTestUtils
 
assertAttributeEqualsContinually(Map<?, ?>, Entity, AttributeSensor<T>, T) - Static method in class brooklyn.test.EntityTestUtils
 
assertAttributeEqualsEventually(Entity, AttributeSensor<T>, T) - Static method in class brooklyn.test.EntityTestUtils
 
assertAttributeEqualsEventually(Map<?, ?>, Entity, AttributeSensor<T>, T) - Static method in class brooklyn.test.EntityTestUtils
 
assertConfigEquals(Entity, ConfigKey<T>, T) - Static method in class brooklyn.test.EntityTestUtils
 
assertContentContainsText(String, String, String...) - Static method in class brooklyn.test.HttpTestUtils
 
assertContentEventuallyContainsText(Map, String, String, String...) - Static method in class brooklyn.test.HttpTestUtils
 
assertContentEventuallyContainsText(String, String, String...) - Static method in class brooklyn.test.HttpTestUtils
 
assertHttpContentEventuallyContainsText(String, String) - Static method in class brooklyn.test.HttpTestUtils
Deprecated. since 0.4.0 use assertContentEventuallyContainsText
assertHttpStatusCodeEquals(String, int) - Static method in class brooklyn.test.HttpTestUtils
 
assertHttpStatusCodeEventuallyEquals(String, int) - Static method in class brooklyn.test.HttpTestUtils
 
assertHttpStatusCodeEventuallyEquals(Map, String, int) - Static method in class brooklyn.test.HttpTestUtils
 
assertNoFailures(String) - Method in class brooklyn.test.WebAppMonitor
 
assertSuccessFraction(String, double) - Method in class brooklyn.test.WebAppMonitor
 
assertUrlUnreachable(String) - Static method in class brooklyn.test.HttpTestUtils
 
assertUrlUnreachableEventually(String) - Static method in class brooklyn.test.HttpTestUtils
 
assertUrlUnreachableEventually(Map, String) - Static method in class brooklyn.test.HttpTestUtils
 

B

beforeConfiguration(ITestResult) - Method in class brooklyn.test.VerboseReporter
 
brooklyn.test - package brooklyn.test
 

C

configure(T) - Static method in class brooklyn.test.TrustingSslSocketFactory
configures a connection to accept all certificates, if it is for https
connectToUrl(String) - Static method in class brooklyn.test.HttpTestUtils
Connects to the given url and returns the connection.
createSocket(Socket, String, int, boolean) - Method in class brooklyn.test.TrustingSslSocketFactory
 
createSocket() - Method in class brooklyn.test.TrustingSslSocketFactory
 
createSocket(String, int) - Method in class brooklyn.test.TrustingSslSocketFactory
 
createSocket(InetAddress, int) - Method in class brooklyn.test.TrustingSslSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class brooklyn.test.TrustingSslSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class brooklyn.test.TrustingSslSocketFactory
 

D

delayMillis(long) - Method in class brooklyn.test.WebAppMonitor
 

E

EntityTestUtils - Class in brooklyn.test
 
EntityTestUtils() - Constructor for class brooklyn.test.EntityTestUtils
 
expectedResponseCode(int) - Method in class brooklyn.test.WebAppMonitor
 

G

getAttempts() - Method in class brooklyn.test.WebAppMonitor
 
getDefaultCipherSuites() - Method in class brooklyn.test.TrustingSslSocketFactory
 
getDelayMillis() - Method in class brooklyn.test.WebAppMonitor
 
getFailures() - Method in class brooklyn.test.WebAppMonitor
 
getHttpStatusCode(String) - Static method in class brooklyn.test.HttpTestUtils
 
getInstance() - Static method in class brooklyn.test.TrustingSslSocketFactory
 
getLastFailure() - Method in class brooklyn.test.WebAppMonitor
result code (int) or exception
getLastStatus() - Method in class brooklyn.test.WebAppMonitor
 
getLastTime() - Method in class brooklyn.test.WebAppMonitor
 
getLastWasFailed() - Method in class brooklyn.test.WebAppMonitor
 
getProblem() - Method in class brooklyn.test.WebAppMonitor
 
getSuccesses() - Method in class brooklyn.test.WebAppMonitor
 
getSupportedCipherSuites() - Method in class brooklyn.test.TrustingSslSocketFactory
 
getUrl() - Method in class brooklyn.test.WebAppMonitor
 

H

HttpTestUtils - Class in brooklyn.test
Utility methods to aid testing HTTP.
HttpTestUtils() - Constructor for class brooklyn.test.HttpTestUtils
 

I

isResponseOkay(Object) - Method in class brooklyn.test.WebAppMonitor
 

L

LISTENER_PREFIX - Static variable in class brooklyn.test.VerboseReporter
Default prefix for messages printed out by this reporter
LOG - Static variable in class brooklyn.test.HttpTestUtils
 
log(String) - Method in class brooklyn.test.LoggingVerboseReporter
 
log - Static variable in class brooklyn.test.StatusListener
 
log(String) - Static method in class brooklyn.test.StatusListener
 
log(String) - Method in class brooklyn.test.VerboseReporter
 
logFailures(Logger) - Method in class brooklyn.test.WebAppMonitor
 
LoggingVerboseReporter - Class in brooklyn.test
 
LoggingVerboseReporter() - Constructor for class brooklyn.test.LoggingVerboseReporter
 
LoggingVerboseReporter(String) - Constructor for class brooklyn.test.LoggingVerboseReporter
 

O

onConfigurationFailure(ITestResult) - Method in class brooklyn.test.VerboseReporter
 
onConfigurationSkip(ITestResult) - Method in class brooklyn.test.VerboseReporter
 
onConfigurationSuccess(ITestResult) - Method in class brooklyn.test.VerboseReporter
 
onFailure(Object) - Method in class brooklyn.test.WebAppMonitor
 
onFinish(ITestContext) - Method in class brooklyn.test.StatusListener
 
onFinish(ITestContext) - Method in class brooklyn.test.VerboseReporter
 
onStart(ITestContext) - Method in class brooklyn.test.StatusListener
 
onStart(ITestContext) - Method in class brooklyn.test.VerboseReporter
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class brooklyn.test.StatusListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class brooklyn.test.VerboseReporter
 
onTestFailure(ITestResult) - Method in class brooklyn.test.StatusListener
 
onTestFailure(ITestResult) - Method in class brooklyn.test.VerboseReporter
 
onTestSkipped(ITestResult) - Method in class brooklyn.test.StatusListener
 
onTestSkipped(ITestResult) - Method in class brooklyn.test.VerboseReporter
 
onTestStart(ITestResult) - Method in class brooklyn.test.StatusListener
 
onTestStart(ITestResult) - Method in class brooklyn.test.VerboseReporter
 
onTestSuccess(ITestResult) - Method in class brooklyn.test.StatusListener
 
onTestSuccess(ITestResult) - Method in class brooklyn.test.VerboseReporter
 

P

preAttempt() - Method in class brooklyn.test.WebAppMonitor
return false to skip a run

R

resetCounts() - Method in class brooklyn.test.WebAppMonitor
 
run() - Method in class brooklyn.test.WebAppMonitor
 

S

setDelayMillis(long) - Method in class brooklyn.test.WebAppMonitor
 
setUrl(String) - Method in class brooklyn.test.WebAppMonitor
 
StatusListener - Class in brooklyn.test
adapted from the following class:
StatusListener() - Constructor for class brooklyn.test.StatusListener
 

T

terminate() - Method in class brooklyn.test.WebAppMonitor
 
toString() - Method in class brooklyn.test.VerboseReporter
 
TRUST_ALL - Static variable in class brooklyn.test.TrustingSslSocketFactory
trusts all SSL certificates
TrustingSslSocketFactory - Class in brooklyn.test
 
TrustingSslSocketFactory() - Constructor for class brooklyn.test.TrustingSslSocketFactory
 

U

url(String) - Method in class brooklyn.test.WebAppMonitor
 

V

VerboseReporter - Class in brooklyn.test
Reporter printing out detailed messages about what TestNG is going to run and what is the status of what has been just run.
VerboseReporter() - Constructor for class brooklyn.test.VerboseReporter
Default constructor
VerboseReporter(String) - Constructor for class brooklyn.test.VerboseReporter
Create VerboseReporter with custom prefix

W

WebAppMonitor - Class in brooklyn.test
Repeatedly polls a given URL, to check if it is always available.
WebAppMonitor(String) - Constructor for class brooklyn.test.WebAppMonitor
 
WebAppMonitor() - Constructor for class brooklyn.test.WebAppMonitor
 

A B C D E G H I L O P R S T U V W

Copyright © 2013. All Rights Reserved.