- TestLocal - Interface in ch.inftec.ju.ee.test
-
Interface that can be used as a local interface for bean testing.
- TestLocalBean - Class in ch.inftec.ju.ee.test
-
Simple local testing facade.
- TestLocalBean() - Constructor for class ch.inftec.ju.ee.test.TestLocalBean
-
- TestNoInterfaceBean - Class in ch.inftec.ju.ee.test
-
Simple no-interface testing facade.
- TestNoInterfaceBean() - Constructor for class ch.inftec.ju.ee.test.TestNoInterfaceBean
-
- TestRemote - Interface in ch.inftec.ju.ee.test
-
Interface that can be used as a remote interface for bean testing.
- TestRemoteBean - Class in ch.inftec.ju.ee.test
-
Simple remote testing facade.
- TestRemoteBean() - Constructor for class ch.inftec.ju.ee.test.TestRemoteBean
-
- TestRunnerFacade - Interface in ch.inftec.ju.ee.test
-
Helper facade to invoke (test) methods from local unit tests in a remote JVM server container
context.
- TestRunnerFacade.ContextAware - Interface in ch.inftec.ju.ee.test
-
Interface for classes that are context aware, i.e.
- TestRunnerFacade.DataVerifierInfo - Class in ch.inftec.ju.ee.test
-
Helper object that contains information to instantiate a DataVerifier.
- TestRunnerFacade.DataVerifierInfo(String, List<Object>) - Constructor for class ch.inftec.ju.ee.test.TestRunnerFacade.DataVerifierInfo
-
- TestRunnerFacade.Initializable - Interface in ch.inftec.ju.ee.test
-
Interfaces for classes that would like to be initialized before the test method is run
(some functionality as a @Before method would provide).
- TestRunnerFacade.TestRunnerContext - Class in ch.inftec.ju.ee.test
-
Helper class that contains information about the context the test runs within.
- TestRunnerFacade.TestRunnerContext() - Constructor for class ch.inftec.ju.ee.test.TestRunnerFacade.TestRunnerContext
-
- TestRunnerFacadeBean - Class in ch.inftec.ju.ee.test
-
Helper bean to run container tests in the container.
- TestRunnerFacadeBean() - Constructor for class ch.inftec.ju.ee.test.TestRunnerFacadeBean
-
- testRunnerRule - Variable in class ch.inftec.ju.ee.test.ContainerTest
-
Rule that runs the method statements on the remote JBoss container VM