| Annotation Type | Description |
|---|---|
| VaadinAppConfiguration |
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. |
Copyright © 2016. All rights reserved.