Package org.jboss.arquillian.drone.api.annotation.lifecycle


package org.jboss.arquillian.drone.api.annotation.lifecycle
  • Annotation Types
    Class
    Description
    Declaration of class lifecycle, which means the drone will be prepared in BeforeClass and destroyed in AfterClass, resulting in one instance for all tests.
    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.