VaadinSessionScope, UIScopeImpl and ViewScopeImpl to work as expected
during the test.ViewCache that always returns
the same BeanStore instance.ViewCacheRetrievalStrategy that always
returns the same instance of SimpleViewCache.VaadinSessionScope, UIScopeImpl and ViewScopeImpl, causing all scoped beans to be destroyed.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.