Package org.vaadin.spring.test.annotation
package org.vaadin.spring.test.annotation
-
Annotation InterfacesClassDescriptionPlace 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 areview scoped,UI scopedorsession scopedWith this annotation in place, all beans that are UI-scoped or VaadinSession-scoped will work as expected.