Skip to content

Commit 8032c04

Browse files
committed
Remove UITestCase
Nothing refers to it in eclipse.platform.releng.aggregator according to my search.
1 parent a09c106 commit 8032c04

3 files changed

Lines changed: 2 additions & 128 deletions

File tree

tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/TestRunLogUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2019 Paul Pazderski and others.
2+
* Copyright (c) 2019, 2026 Paul Pazderski and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -25,7 +25,7 @@ public final class TestRunLogUtil {
2525

2626
/**
2727
* A {@link TestWatcher} to log test start and end. Should be added as @Rule in
28-
* every JUnit4 test class (which not already extends {@link UITestCase}) as
28+
* every JUnit4 test class as
2929
*
3030
* <pre>
3131
* &#64;Rule

tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/UITestCase.java

Lines changed: 0 additions & 123 deletions
This file was deleted.

tests/org.eclipse.ui.tests/doc/JUnitPractices.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ <h3>
4747
test case.&nbsp; Run the test code within that window and then close the
4848
test window in the tearDown method.&nbsp; The modified state will be discarded
4949
when the window is closed.
50-
<p>Additional Tips: The UITestCase class in org.eclipse.ui.tests.util can
51-
be used as a superclass for your test case.&nbsp; It provides useful methods
52-
for the creation of new windows, pages, etc, and their disposal.
5350
<p><b>Piercing the Encapsulation</b>
5451
<p>Scenario: To test the behavior of commands which modify the state of
5552
the object when there are no public interfaces to query that state.

0 commit comments

Comments
 (0)