Javadoc warnings - fix some tags and references

Change-Id: I13be16beac258c551e58654b4fc37877d7bb9695
This commit is contained in:
Noel Grandin
2012-08-21 09:27:24 +02:00
committed by Stephan Bergmann
parent 9dc3b1bf61
commit 96fb2453e4
56 changed files with 82 additions and 84 deletions

View File

@@ -393,7 +393,6 @@ public class JPEGComparator extends EnhancedComplexTestCase
* @param _sDocumentName
* @param _sResult
* @param _aParams
* @return 0=no difference !=0 both files differ
*/
private void compareJPEG(String _sDocumentName, String _sResult, ParameterHelper _aParams)
{

View File

@@ -101,7 +101,6 @@ public class PropertyHandlerImpl implements XPropertyHandler{
/**
* This method currently does nothing
* @param PropertyName the name of the property whose user interface is to be described
* @param out_Descriptor the descriptor of the property line, to be filled by the XPropertyHandler implementation
* @param ControlFactory a factory for creating XPropertyControl instances. Must not be NULL .
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by this handler
* @throws com.sun.star.lang.NullPointerException ::com::sun::star::lang::NullPointerException if ControlFactory is NULL .

View File

@@ -100,7 +100,7 @@ public class MultiPropertyTest extends MultiMethodTest
* calls testProperty method for the method. Otherwise calls
* super.invokeTestMethod().
*
* @see #MultiMethodTest.invokeTestMethod()
* @see MultiMethodTest#invokeTestMethod
*/
protected void invokeTestMethod(Method meth, String methName)
{
@@ -554,7 +554,7 @@ public class MultiPropertyTest extends MultiMethodTest
* Tests the property using <code>PropertyValueSwitcher</code>
* tester and two values for this property.
*
* @see #PropertyValueSwitcher
* @see PropertyValueSwitcher
*/
protected void testProperty(String propName, Object val1, Object val2)
{

View File

@@ -78,7 +78,7 @@ public abstract class TestCase {
* @param tParam test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize( TestParameters tParam, PrintWriter log ) {
}
@@ -114,7 +114,7 @@ public abstract class TestCase {
*
* @return the created <code>TestEnvironment</code>
*
* @see #createTestEnvironment()
* @see #createTestEnvironment
* @see lib.TestEnvironment
*/
public synchronized TestEnvironment getTestEnvironment( TestParameters tParam ) {
@@ -157,7 +157,7 @@ public abstract class TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected abstract TestEnvironment createTestEnvironment(
TestParameters tParam, PrintWriter log );

View File

@@ -54,7 +54,7 @@ public class TestResult {
* The method makes the method tested with the status, i.e. it adds the
* status to its state and makes it completed.
*
* @param method reffers to the method whoch was tested
* @param method refers to the method which was tested
* @param status describes the result of testing the method
* @return <tt>true</tt> if status is OK, <tt>false</tt> otherwise.
*

View File

@@ -28,7 +28,7 @@ import lib.MultiPropertyTest;
* <li><code> TabIndex</code></li>
* <li><code> Tag</code></li>
* </ul>
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
*/
public class _FormControlModel extends MultiPropertyTest {

View File

@@ -100,7 +100,7 @@ public class _RowSet extends MultiPropertyTest {
* Overriden method which tests all the properties
* with <code>SafeTester</code>.
*
* @see #SafeTester
* @see SafeTester
*/
protected void testProperty(String propName) {
testProperty(propName, new SafeTester()) ;

View File

@@ -59,7 +59,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest {
* <ul>
* <li><code>XSingleSelectQueryComposer xCompoer</code></li>
* </ul> <p>
* @see om.sun.star.sdb.XSingleSelectQueryComposer
* @see com.sun.star.sdb.XSingleSelectQueryComposer
*/
protected void before() {

View File

@@ -95,7 +95,7 @@ import util.utils;
* @see com.sun.star.form.XUpdateBroadcaster
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent
* @see com.sun.star.lang.XEventListener

View File

@@ -49,7 +49,7 @@ import lib.TestParameters;
*
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.form.XImageProducerSupplier
* @see com.sun.star.form.FormComponent
* @see com.sun.star.beans.XPropertyAccess

View File

@@ -62,7 +62,7 @@ import lib.TestParameters;
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.form.XUpdateBroadcaster
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.awt.UnoControlCheckBoxModel
* @see com.sun.star.container.XNamed
* @see com.sun.star.form.XBoundComponent

View File

@@ -64,7 +64,7 @@ import util.DBTools;
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.form.component.DatabaseComboBox
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.form.XBoundComponent
* @see com.sun.star.form.component.ComboBox

View File

@@ -61,7 +61,7 @@ import lib.TestParameters;
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.awt.UnoControlCurrencyFieldModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent
* @see com.sun.star.lang.XEventListener

View File

@@ -71,7 +71,7 @@ import util.DBTools;
* @see com.sun.star.form.XUpdateBroadcaster
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent
* @see com.sun.star.lang.XEventListener

View File

@@ -71,7 +71,7 @@ import util.DBTools;
* @see com.sun.star.form.component.TextField
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.awt.UnoControlEditModel
* @see com.sun.star.form.component.DatabaseTextField

View File

@@ -63,7 +63,7 @@ import com.sun.star.util.XCloseable;
* threads concurently.
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.awt.UnoControlFileControlModel
* @see com.sun.star.form.FormComponent
* @see com.sun.star.beans.XPropertyAccess

View File

@@ -46,7 +46,7 @@ import lib.TestParameters;
* threads concurently.
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.form.FormComponent
* @see com.sun.star.beans.XPropertyAccess
* @see com.sun.star.beans.XPropertyContainer

View File

@@ -65,7 +65,7 @@ import util.DBTools;
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.form.XUpdateBroadcaster
* @see com.sun.star.form.component.DatabaseFormattedField
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent

View File

@@ -86,7 +86,7 @@ import com.sun.star.util.XCloseable;
* @see com.sun.star.view.XSelectionSupplier
* @see com.sun.star.container.XEnumerationAccess
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XIndexReplace
* @see com.sun.star.container.XNamed
* @see com.sun.star.container.XIndexAccess

View File

@@ -47,7 +47,7 @@ import lib.TestParameters;
* @see com.sun.star.awt.UnoControlGroupBoxModel
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.form.FormComponent
* @see com.sun.star.beans.XPropertyAccess
* @see com.sun.star.beans.XPropertyContainer

View File

@@ -62,7 +62,7 @@ import com.sun.star.util.XCloseable;
* threads concurently.
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.form.component.HiddenControl
* @see com.sun.star.form.FormComponent
* @see com.sun.star.beans.XPropertyAccess

View File

@@ -47,7 +47,7 @@ import lib.TestParameters;
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.awt.UnoControlImageControlModel
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.form.FormComponent
* @see com.sun.star.form.XImageProducerSupplier
* @see com.sun.star.beans.XPropertyAccess

View File

@@ -67,7 +67,7 @@ import util.DBTools;
* @see com.sun.star.form.XUpdateBroadcaster
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.form.component.DatabaseImageControl
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent

View File

@@ -75,7 +75,7 @@ import util.DBTools;
* @see com.sun.star.form.XUpdateBroadcaster
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent
* @see com.sun.star.lang.XEventListener

View File

@@ -64,7 +64,7 @@ import util.DBTools;
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.component.NumericField
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent
* @see com.sun.star.lang.XEventListener

View File

@@ -68,7 +68,7 @@ import util.DBTools;
* @see com.sun.star.form.XUpdateBroadcaster
* @see com.sun.star.awt.UnoControlPatternFieldModel
* @see com.sun.star.form.component.DatabasePatternField
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent

View File

@@ -67,7 +67,7 @@ import util.DBTools;
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.awt.UnoControlRadioButtonModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent
* @see com.sun.star.lang.XEventListener

View File

@@ -79,7 +79,7 @@ import util.DBTools;
* @see com.sun.star.form.XUpdateBroadcaster
* @see com.sun.star.form.DataAwareControlModel
* @see com.sun.star.beans.XPropertyState
* @see com.sun.star.form.FormControlModel
* @see com.sun.star.form
* @see com.sun.star.container.XNamed
* @see com.sun.star.lang.XComponent
* @see com.sun.star.lang.XEventListener

View File

@@ -84,7 +84,7 @@ public class ScAccessibleCell extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {

View File

@@ -55,7 +55,7 @@ public class ScAccessibleCsvCell extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
XInterface oObj = null;
@@ -134,7 +134,7 @@ public class ScAccessibleCsvCell extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -54,7 +54,7 @@ public class ScAccessibleCsvGrid extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
@@ -129,7 +129,7 @@ public class ScAccessibleCsvGrid extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -56,7 +56,7 @@ public class ScAccessibleCsvRuler extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(TestParameters Param,
PrintWriter log) {
@@ -158,7 +158,7 @@ public class ScAccessibleCsvRuler extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -73,7 +73,7 @@ public class ScAccessibleDocument extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -128,7 +128,7 @@ public class ScAccessibleDocument extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -81,7 +81,7 @@ public class ScAccessibleDocumentPagePreview extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -204,7 +204,7 @@ public class ScAccessibleDocumentPagePreview extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -85,7 +85,7 @@ public class ScAccessiblePageHeader extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -248,7 +248,7 @@ public class ScAccessiblePageHeader extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -82,7 +82,7 @@ public class ScAccessiblePageHeaderArea extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -199,7 +199,7 @@ public class ScAccessiblePageHeaderArea extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -105,7 +105,7 @@ public class AccessibleDocumentView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -60,7 +60,7 @@ public class AccessibleDrawDocumentView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment
(TestParameters Param, PrintWriter log) {
@@ -150,7 +150,7 @@ public class AccessibleDrawDocumentView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -58,7 +58,7 @@ public class AccessibleOutlineView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment
(TestParameters Param, PrintWriter log) {
@@ -115,7 +115,7 @@ public class AccessibleOutlineView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -58,7 +58,7 @@ public class AccessibleSlideView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment
(TestParameters Param, PrintWriter log) {
@@ -122,7 +122,7 @@ public class AccessibleSlideView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -80,7 +80,7 @@ public class AccessibleBrowseBox extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {

View File

@@ -53,7 +53,7 @@ public class AccessibleEditableTextPara extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -119,7 +119,7 @@ public class AccessibleEditableTextPara extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -67,7 +67,7 @@ public class SvxGraphCtrlAccessibleContext extends TestCase{
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -212,7 +212,7 @@ public class SvxGraphCtrlAccessibleContext extends TestCase{
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object

View File

@@ -59,7 +59,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -178,7 +178,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -63,7 +63,7 @@ public class SwAccessibleDocumentView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -167,7 +167,7 @@ public class SwAccessibleDocumentView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -57,7 +57,7 @@ public class SwAccessibleEndnoteView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -172,7 +172,7 @@ public class SwAccessibleEndnoteView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -68,7 +68,7 @@ public class SwAccessibleFooterView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -176,7 +176,7 @@ public class SwAccessibleFooterView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -57,7 +57,7 @@ public class SwAccessibleFootnoteView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -173,7 +173,7 @@ public class SwAccessibleFootnoteView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -66,7 +66,7 @@ public class SwAccessibleHeaderView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -166,7 +166,7 @@ public class SwAccessibleHeaderView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -66,7 +66,7 @@ public class SwAccessiblePageView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -246,7 +246,7 @@ public class SwAccessiblePageView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -57,7 +57,7 @@ public class SwAccessibleParagraphView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -119,7 +119,7 @@ public class SwAccessibleParagraphView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -61,7 +61,7 @@ public class SwAccessibleTableCellView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(TestParameters Param,
PrintWriter log) {
@@ -135,7 +135,7 @@ public class SwAccessibleTableCellView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println("creating a text document");

View File

@@ -63,7 +63,7 @@ public class SwAccessibleTableView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -152,7 +152,7 @@ public class SwAccessibleTableView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -59,7 +59,7 @@ public class SwAccessibleTextEmbeddedObject extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -132,7 +132,7 @@ public class SwAccessibleTextEmbeddedObject extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "open a text document" );

View File

@@ -67,7 +67,7 @@ public class SwAccessibleTextFrameView extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -164,7 +164,7 @@ public class SwAccessibleTextFrameView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );

View File

@@ -65,7 +65,7 @@ public class SwAccessibleTextGraphicObject extends TestCase {
* @param log writer to log information while testing
*
* @see TestEnvironment
* @see #getTestEnvironment()
* @see #getTestEnvironment
*/
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -154,7 +154,7 @@ public class SwAccessibleTextGraphicObject extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()
* @see #initializeTestCase
*/
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );