All Classes and Interfaces
Class
Description
Simple implementation of
ViewCacheRetrievalStrategy that always
returns the same instance of SimpleViewCache.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.Helper class to set up the Vaadin scopes for testing.