ForComponents
and registers them in
the component injection pipeline so that they will be the preferred objects to inject into
components and pages during this test.CookieSink
and CookieSource
interfaces
to create an interface for the combined (test) service.ObjectCreator
to create an instance, and later calls will reuse the same per-test instance.TapestryTest.setUp()
TapestryTest.setUp()
setUp()
TapestryTest.tearDown()
Inject
annotation on fields in the given object - those fields will be
given values found in this tester's IOC container.InjectionProvider2
that doesn't provide any injections.TestifyConstants.PERTEST
scope.TapestryTest.doSetUp()
instead.TapestryTest.doSetUp()
instead.doSetUp()
instead.TapestryTest.setUpForAllTestMethods()
TapestryTest.setUpForAllTestMethods()
setUpForAllTestMethods()
TapestryTest
TapestryTest
TapestryTest
ObjectsForComponentsStore
.TapestryTester
; you should
create this tester just once and share it across multiple tests,
for example by storing it in a static variable.TapestryTester
; you should
create this tester just once and share it across multiple tests,
for example by storing it in a static variable.TapestryTester
; you should
create this tester just once and share it across multiple tests,
for example by storing it in a static variable.TapestryTest.doTearDown()
instead.TestableCookieSinkSource
so it implements a
service interface, so it can be proxied and so we can create a
TestifyConstants.PERTEST
scoped version of it.InjectionProvider2
that replaces the usual default provider.Copyright © 2009-2012. All Rights Reserved.