Skip navigation links
A B E G I O S T 

A

after(boolean) - Method in class org.opennms.gizmo.GizmoRule
 
after(boolean) - Method in class org.opennms.gizmo.junit.ExternalResourceRule
Override to tear down your specific external resource.
apply(Statement, Description) - Method in class org.opennms.gizmo.junit.ExternalResourceRule
 

B

before() - Method in class org.opennms.gizmo.GizmoRule
 
before() - Method in class org.opennms.gizmo.junit.ExternalResourceRule
Override to set up your specific external resource.

E

ExternalResourceRule - Class in org.opennms.gizmo.junit
Inspired by org.junit.rules.ExternalResource with the following additions: - A boolean is passed to after() indicating if any exceptions were thrown (did any tests fail?), allowing it to alter the way it tears down resources.
ExternalResourceRule() - Constructor for class org.opennms.gizmo.junit.ExternalResourceRule
 

G

getDependencies() - Method in interface org.opennms.gizmo.GizmoStack
 
getStacker() - Method in class org.opennms.gizmo.GizmoRule
 
getWaitingRules() - Method in interface org.opennms.gizmo.GizmoStack
 
GizmoRule<T extends GizmoStack<T,U>,U extends GizmoStacker<T>> - Class in org.opennms.gizmo
Uses the provided GizmoStacker to setup and optionally tear down GizmoStacks before/after test execution.
GizmoRule(U, List<T>, boolean, boolean) - Constructor for class org.opennms.gizmo.GizmoRule
 
GizmoStack<T extends GizmoStack<?,?>,U extends GizmoStacker<T>> - Interface in org.opennms.gizmo
Used to define a stack, or a collection of coupled components.
GizmoStacker<T extends GizmoStack<?,?>> - Interface in org.opennms.gizmo
Responsible for setting up and tearing down GizmoStacks.

I

init() - Method in interface org.opennms.gizmo.GizmoStacker
Performs any initialization required, such as setting up the required client sessions, etc...

O

org.opennms.gizmo - package org.opennms.gizmo
 
org.opennms.gizmo.junit - package org.opennms.gizmo.junit
 

S

stack(T) - Method in interface org.opennms.gizmo.GizmoStacker
Instantiates the stack.

T

tearDown() - Method in interface org.opennms.gizmo.GizmoStacker
 
A B E G I O S T 
Skip navigation links

Copyright © 2017. All rights reserved.