summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/lib/TestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/TestCase.java')
-rw-r--r--qadevOOo/runner/lib/TestCase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/lib/TestCase.java b/qadevOOo/runner/lib/TestCase.java
index eae36ba9c086..0477ebef7c8c 100644
--- a/qadevOOo/runner/lib/TestCase.java
+++ b/qadevOOo/runner/lib/TestCase.java
@@ -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 );