Package org.vaadin.spring.test.annotation


package org.vaadin.spring.test.annotation
  • Annotation Interfaces
    Class
    Description
    Place this annotation on test classes that: are run with the SpringJUnit4ClassRunner, use autowiring to inject managed beans into the actual test, and perform tests on beans that are view scoped, UI scoped or session scoped With this annotation in place, all beans that are UI-scoped or VaadinSession-scoped will work as expected.