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

A

ASSERT_ERR - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
Assertions on the standard error of the command as a String.
ASSERT_OUT - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
Assertions on the standard output of the command as a String.
ASSERT_STATUS - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
Assertions on the exit code of the simple command.
ASSERTION_TARGET - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
 
ASSERTIONS - Static variable in interface org.apache.brooklyn.test.framework.BaseTest
The assertions to be made.

B

BaseTest - Interface in org.apache.brooklyn.test.framework
A base interface for all tests.

C

checkAssertions(Map<String, ?>, Map<String, Object>, String, Supplier<T>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
checkAssertions(Map<String, ?>, List<Map<String, Object>>, String, Supplier<T>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
checkAssertions(TestFrameworkAssertions.AssertionSupport, Map<String, ?>, List<Map<String, Object>>, String, Supplier<T>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
checkAssertions(TestFrameworkAssertions.AssertionSupport, Map<String, ?>, Map<String, Object>, String, Supplier<T>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
COMMAND - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
Supply the command to invoke directly.
CONTAINS - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 

D

DEFAULT_ASSERTION - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
If no assertions are configured in the test then the default is this assertion that exit status of the command is zero (successful).
DEFAULT_NAME - Static variable in class org.apache.brooklyn.test.framework.SimpleShellCommandTestImpl
 
DEPLOYMENT_LOCATION_SENSOR_NAME - Static variable in interface org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCase
The The location to deploy ENTITY_SPEC_TO_DEPLOY.
DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
Download a script to invoke.

E

EFFECTOR_NAME - Static variable in interface org.apache.brooklyn.test.framework.TestEffector
 
EFFECTOR_PARAMS - Static variable in interface org.apache.brooklyn.test.framework.TestEffector
 
EFFECTOR_RESULT - Static variable in interface org.apache.brooklyn.test.framework.TestEffector
 
ENTITY_SPEC_TO_DEPLOY - Static variable in interface org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCase
Entity specs to deploy.
EQUAL_TO - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
EQUALS - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
execute() - Method in class org.apache.brooklyn.test.framework.SimpleShellCommandTestImpl
 

F

fail(String, String, Object) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionSupport
 
fail(Throwable) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionSupport
 

G

getAssertions(Entity, ConfigKey<Object>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
Get assertions tolerantly from a configuration key.

H

handle(SimpleShellCommandTestImpl.Result) - Method in class org.apache.brooklyn.test.framework.SimpleShellCommandTestImpl
 
HAS_TRUTH_VALUE - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 

I

INFRASTRUCTURE_SPEC - Static variable in interface org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCase
Infrastructure to deploy.
InfrastructureDeploymentTestCase - Interface in org.apache.brooklyn.test.framework
Created by graememiller on 04/12/2015.
InfrastructureDeploymentTestCaseImpl - Class in org.apache.brooklyn.test.framework
Created by graememiller on 04/12/2015.
InfrastructureDeploymentTestCaseImpl() - Constructor for class org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCaseImpl
 
IS_EMPTY - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
IS_EQUAL_TO - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
IS_NULL - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 

L

LoopOverGroupMembersTestCase - Interface in org.apache.brooklyn.test.framework
Created by graememiller on 11/12/2015.
LoopOverGroupMembersTestCaseImpl - Class in org.apache.brooklyn.test.framework
Created by graememiller on 11/12/2015.
LoopOverGroupMembersTestCaseImpl() - Constructor for class org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCaseImpl
 

M

MATCHES - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 

N

NOT_EMPTY - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 
NOT_NULL - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 

O

org.apache.brooklyn.test.framework - package org.apache.brooklyn.test.framework
 

P

ParallelTestCase - Interface in org.apache.brooklyn.test.framework
This implementation will start all child entities in parallel.
ParallelTestCaseImpl - Class in org.apache.brooklyn.test.framework
This implementation will start all child entities in parallel.
ParallelTestCaseImpl() - Constructor for class org.apache.brooklyn.test.framework.ParallelTestCaseImpl
 

R

resolveTarget() - Method in interface org.apache.brooklyn.test.framework.TargetableTestComponent
Get the target of the test.
resolveTarget() - Method in class org.apache.brooklyn.test.framework.TargetableTestComponentImpl
Find the target entity using "target" config key, if entity provided directly in config, or by doing an implicit lookup using DSL ($brooklyn:component("myNginX")), if id of entity provided as "targetId" config key.
resolveTarget(ExecutionContext, Entity) - Static method in class org.apache.brooklyn.test.framework.TargetableTestComponentImpl
Find the target entity in the given execution context.
restart() - Method in class org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCaseImpl
 
restart() - Method in class org.apache.brooklyn.test.framework.ParallelTestCaseImpl
restart() - Method in class org.apache.brooklyn.test.framework.SimpleShellCommandTestImpl
 
restart() - Method in class org.apache.brooklyn.test.framework.TestCaseImpl
restart() - Method in class org.apache.brooklyn.test.framework.TestEffectorImpl
restart() - Method in class org.apache.brooklyn.test.framework.TestHttpCallImpl
restart() - Method in class org.apache.brooklyn.test.framework.TestSensorImpl
RUN_DIR - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
The working directory that the script will be run from on the target machine.

S

SCRIPT_DIR - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
Where the script will be downloaded on the target machine.
SENSOR_NAME - Static variable in interface org.apache.brooklyn.test.framework.TestSensor
 
SimpleShellCommandTest - Interface in org.apache.brooklyn.test.framework
Tests using a simple command execution.
SimpleShellCommandTestImpl - Class in org.apache.brooklyn.test.framework
 
SimpleShellCommandTestImpl() - Constructor for class org.apache.brooklyn.test.framework.SimpleShellCommandTestImpl
 
start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCaseImpl
 
start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCaseImpl
 
start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.ParallelTestCaseImpl
start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.SimpleShellCommandTestImpl
 
start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestCaseImpl
start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestEffectorImpl
start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestHttpCallImpl
start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestSensorImpl
stop() - Method in class org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCaseImpl
 
stop() - Method in class org.apache.brooklyn.test.framework.ParallelTestCaseImpl
stop() - Method in class org.apache.brooklyn.test.framework.SimpleShellCommandTestImpl
 
stop() - Method in class org.apache.brooklyn.test.framework.TestCaseImpl
stop() - Method in class org.apache.brooklyn.test.framework.TestEffectorImpl
stop() - Method in class org.apache.brooklyn.test.framework.TestHttpCallImpl
stop() - Method in class org.apache.brooklyn.test.framework.TestSensorImpl

T

TARGET_ENTITY - Static variable in interface org.apache.brooklyn.test.framework.TargetableTestComponent
The target entity to test (optional, use either this or targetId).
TARGET_ID - Static variable in interface org.apache.brooklyn.test.framework.TargetableTestComponent
Id of the target entity to test (optional, use either this or target).
TARGET_URL - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
 
TargetableTestComponent - Interface in org.apache.brooklyn.test.framework
Entity that can target another entity for the purpouse of testing
TargetableTestComponentImpl - Class in org.apache.brooklyn.test.framework
Class that can resolve the target for a test component
TargetableTestComponentImpl() - Constructor for class org.apache.brooklyn.test.framework.TargetableTestComponentImpl
 
TEST_SPEC - Static variable in interface org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCase
The test spec that will be run against each member of the group
TestCase - Interface in org.apache.brooklyn.test.framework
Entity that logically groups other test entities
TestCaseImpl - Class in org.apache.brooklyn.test.framework
TestCaseImpl() - Constructor for class org.apache.brooklyn.test.framework.TestCaseImpl
 
TestEffector - Interface in org.apache.brooklyn.test.framework
Entity that invokes an effector on another entity
TestEffectorImpl - Class in org.apache.brooklyn.test.framework
 
TestEffectorImpl() - Constructor for class org.apache.brooklyn.test.framework.TestEffectorImpl
 
TestFrameworkAssertions - Class in org.apache.brooklyn.test.framework
Utility class to evaluate test-framework assertions
TestFrameworkAssertions.AssertionSupport - Class in org.apache.brooklyn.test.framework
A convenience to collect multiple assertion failures.
TestFrameworkAssertions.AssertionSupport() - Constructor for class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionSupport
 
TestHttpCall - Interface in org.apache.brooklyn.test.framework
Entity that makes a HTTP Request and tests the respose
TestHttpCall.HttpAssertionTarget - Enum in org.apache.brooklyn.test.framework
 
TestHttpCallImpl - Class in org.apache.brooklyn.test.framework
TestHttpCallImpl() - Constructor for class org.apache.brooklyn.test.framework.TestHttpCallImpl
 
TestSensor - Interface in org.apache.brooklyn.test.framework
Entity that tests a sensor value on another entity
TestSensorImpl - Class in org.apache.brooklyn.test.framework
TestSensorImpl() - Constructor for class org.apache.brooklyn.test.framework.TestSensorImpl
 
TIMEOUT - Static variable in interface org.apache.brooklyn.test.framework.BaseTest
THe duration to wait for an assertion to succeed or fail before throwing an exception.
TMP_DEFAULT - Static variable in interface org.apache.brooklyn.test.framework.SimpleShellCommandTest
Default location for temporary files.
toString() - Method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpAssertionTarget
 

U

UNKNOWN_CONDITION - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
 

V

validate() - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionSupport
 
valueOf(String) - Static method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpAssertionTarget
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpAssertionTarget
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T U V 

Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.