| Package | Description |
|---|---|
| org.jboss.arquillian.drone.api.annotation.lifecycle |
| Modifier and Type | Class and Description |
|---|---|
interface |
ClassLifecycle
Declaration of class lifecycle, which means the drone will be prepared in
BeforeClass and destroyed in
AfterClass, resulting in one instance for all tests. |
interface |
MethodLifecycle
Declaration of method lifecycle, which means the drone will be prepared in
Before and destroyed in
After, resulting in fresh instance of drone for every test. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.