Use this page to change the way component tests and stubs are generated.
- Test
- Set preferences for component test generation.
- Test name suffix
- Use this option to change the suffix of generated
test suites. By default, test suites are created with the suffix "Test" appended
to the name of the component under test. If the test suite is based on several
components, then only the suffix is used to name the test suite.
- Default test package name
- Use this option to change the name of the default
package for generated component tests. By default, the test package name is
"test".
- Generate the test in the same package as the component under test
- Select this option to generate the component test
in the same package as the component under test. By default, component tests
are generated in a dedicated test package.
- Web service runtime Java™ proxy generation
- For Web service component tests, use this option
to specify the type of application server on which the Web service under test
is running. By default, this is set to IBM® WebSphere®.
- Stub
- Set stub generation preferences.
- Generate stub for private methods
- By default, private methods are not generated
in stubs. Select this option to generate stub methods for any private methods
found in the stubbed component.