Package org.jboss.arquillian.drone.api.annotation.lifecycle
package org.jboss.arquillian.drone.api.annotation.lifecycle
-
Annotation TypesClassDescriptionDeclaration of class lifecycle, which means the drone will be prepared in
BeforeClassand destroyed inAfterClass, resulting in one instance for all tests.Declaration of method lifecycle, which means the drone will be prepared inBeforeand destroyed inAfter, resulting in fresh instance of drone for every test.