Uses of Annotation Type
org.jboss.arquillian.drone.api.annotation.DroneLifecycle
Packages that use DroneLifecycle
-
Uses of DroneLifecycle in org.jboss.arquillian.drone.api.annotation.lifecycle
Classes in org.jboss.arquillian.drone.api.annotation.lifecycle with annotations of type DroneLifecycleModifier and TypeClassDescription@interfaceDeclaration of class lifecycle, which means the drone will be prepared inBeforeClassand destroyed inAfterClass, resulting in one instance for all tests.@interfaceDeclaration of method lifecycle, which means the drone will be prepared inBeforeand destroyed inAfter, resulting in fresh instance of drone for every test.