| Annotation Type | Description |
|---|---|
| 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. |
| 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.