Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Dykstal2007-06-19 01:18:05 +0000
committerDavid Dykstal2007-06-19 01:18:05 +0000
commit7b82cb9d4439a21700021d646990c90ebf5bf1d8 (patch)
tree4f87081c0c14dffa4a47878909f0a833dd2e92c9
parent3742e0d0b22d755826e8be06ab9336e51010f4d7 (diff)
downloadorg.eclipse.tm-7b82cb9d4439a21700021d646990c90ebf5bf1d8.tar.gz
org.eclipse.tm-7b82cb9d4439a21700021d646990c90ebf5bf1d8.tar.xz
org.eclipse.tm-7b82cb9d4439a21700021d646990c90ebf5bf1d8.zip
[175299] fixed dithering by moving from JPG to PNG.
-rw-r--r--rse/tests/org.eclipse.rse.tests.framework/html/ResultsPane.jpgbin74376 -> 0 bytes
-rw-r--r--rse/tests/org.eclipse.rse.tests.framework/html/ResultsPane.pngbin0 -> 71369 bytes
-rw-r--r--rse/tests/org.eclipse.rse.tests.framework/html/SampleWindow.jpgbin39227 -> 0 bytes
-rw-r--r--rse/tests/org.eclipse.rse.tests.framework/html/SampleWindow.pngbin0 -> 36117 bytes
-rw-r--r--rse/tests/org.eclipse.rse.tests.framework/html/view.html2
-rw-r--r--rse/tests/org.eclipse.rse.tests.framework/toc.xml10
6 files changed, 6 insertions, 6 deletions
diff --git a/rse/tests/org.eclipse.rse.tests.framework/html/ResultsPane.jpg b/rse/tests/org.eclipse.rse.tests.framework/html/ResultsPane.jpg
deleted file mode 100644
index 99fb9c99e..000000000
--- a/rse/tests/org.eclipse.rse.tests.framework/html/ResultsPane.jpg
+++ /dev/null
Binary files differ
diff --git a/rse/tests/org.eclipse.rse.tests.framework/html/ResultsPane.png b/rse/tests/org.eclipse.rse.tests.framework/html/ResultsPane.png
new file mode 100644
index 000000000..51c774e10
--- /dev/null
+++ b/rse/tests/org.eclipse.rse.tests.framework/html/ResultsPane.png
Binary files differ
diff --git a/rse/tests/org.eclipse.rse.tests.framework/html/SampleWindow.jpg b/rse/tests/org.eclipse.rse.tests.framework/html/SampleWindow.jpg
deleted file mode 100644
index b42573954..000000000
--- a/rse/tests/org.eclipse.rse.tests.framework/html/SampleWindow.jpg
+++ /dev/null
Binary files differ
diff --git a/rse/tests/org.eclipse.rse.tests.framework/html/SampleWindow.png b/rse/tests/org.eclipse.rse.tests.framework/html/SampleWindow.png
new file mode 100644
index 000000000..68116c257
--- /dev/null
+++ b/rse/tests/org.eclipse.rse.tests.framework/html/SampleWindow.png
Binary files differ
diff --git a/rse/tests/org.eclipse.rse.tests.framework/html/view.html b/rse/tests/org.eclipse.rse.tests.framework/html/view.html
index ac7fa3fd5..19b87ff7d 100644
--- a/rse/tests/org.eclipse.rse.tests.framework/html/view.html
+++ b/rse/tests/org.eclipse.rse.tests.framework/html/view.html
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>RSE Test Framework</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" type="text/css" href="../book.css" /> </head> <body> <h2>Using The Test Suite View</h2> <p><img src="SampleWindow.jpg" alt="Sample Test Suite View" /></p> <p>The <strong>Test Suite View</strong> shows the registered test suites in the workbench. The view allows them to be sorted by clicking on the column headings, run individually, run in batches, run in the background or in the UI thread. You can reset the tests and re-run them. This is useful when debugging the function driven by a test, when debugging the test itself, or when testing varitions between intial and subsequent runs. You can also see the test results of any test suite that has been run.</p> <p>To open the Test Suite View use the Window -> Show View -> Other... menu item and select the Test Suites View from the Testing category.</p> <h3>Columns</h3> <p>The <strong>Graphic</strong> column shows the status of the test. It show a question mark if the test has not been run or has been reset, a red X if the test suite has a test case that has failed or produced an exception, and a green check if the test has run to completion. In keeping with the philosophy of JUnit it is updated as the test suite is run so you know immediately if there are any failures.</p> <p>The <strong>Test Suite</strong> columns show the name of the test suite.</p> <p>The <strong>Summary</strong> column is blank if the test has not yet been run. It shows the number of test cases run, the number failed, and the number of unexpected errors. It is updated as the test suite is run.</p> <p>The <strong>Time Run</strong> column is blank if the test has not yet been run. It shows the time the test suite began running, not the time it finished.</p> <h3>Actions</h3> <p>You bring up a context menu containing the test suite actions by selecting a test suite (or several) and right-clicking. The actions may be grayed out if they are not available for that particular selection of tests. You select tests by clicking on them. You can add test suites to (and remove test suites from) the selection by using control-click. You can select a range of tests by using shift-click.</p> <dl> <dt>Select All</dt> <dd>The "Select All" action selects all the test suites in the view. It is available no matter how many test suites are currently selected.</dd> <dt>Run</dt> <dd>This action will run the selected test suites, in the order in which they are presented in the list. The suites are run in an eclipse "job" that can be relegated to the background. The Test Suite View is busy while the tests are being run. This action is available if there is at least one test suite selected.</dd> <dt>Reset</dt> <dd>The "Reset" action will erase the results of the selected test suites and show them as "not yet run". It is available if there is at least one test suite selected.</dd> </dl> <h3>The Results Pane</h3> <img src="ResultsPane.jpg" alt="Results Pane" /> <p>The <strong>Results Pane</strong> shows the results of a test suite that has been run. Each test case in the suite has an entry that shows its success or failure with any remarks generated by a testcase during its run. If the test case fails, the entry shows the reason for the failure along with the stack trace for the exception. The results pane may be copied so you can place it in a defect or an e-mail.</p> <p>You can move the divider between the Test Suite Pane and the Results Pane up and down as necessary.</p> </body> </html> \ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>RSE Test Framework</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" type="text/css" href="../book.css" /> </head> <body> <h2>Using The Test Suite View</h2> <p><img src="SampleWindow.png" alt="Sample Test Suite View" /></p> <p>The <strong>Test Suite View</strong> shows the registered test suites in the workbench. The view allows them to be sorted by clicking on the column headings, run individually, run in batches, run in the background or in the UI thread. You can reset the tests and re-run them. This is useful when debugging the function driven by a test, when debugging the test itself, or when testing varitions between intial and subsequent runs. You can also see the test results of any test suite that has been run.</p> <p>To open the Test Suite View use the Window -> Show View -> Other... menu item and select the Test Suites View from the Testing category.</p> <h3>Columns</h3> <p>The <strong>Graphic</strong> column shows the status of the test. It show a question mark if the test has not been run or has been reset, a red X if the test suite has a test case that has failed or produced an exception, and a green check if the test has run to completion. In keeping with the philosophy of JUnit it is updated as the test suite is run so you know immediately if there are any failures.</p> <p>The <strong>Test Suite</strong> columns show the name of the test suite.</p> <p>The <strong>Summary</strong> column is blank if the test has not yet been run. It shows the number of test cases run, the number failed, and the number of unexpected errors. It is updated as the test suite is run.</p> <p>The <strong>Time Run</strong> column is blank if the test has not yet been run. It shows the time the test suite began running, not the time it finished.</p> <h3>Actions</h3> <p>You bring up a context menu containing the test suite actions by selecting a test suite (or several) and right-clicking. The actions may be grayed out if they are not available for that particular selection of tests. You select tests by clicking on them. You can add test suites to (and remove test suites from) the selection by using control-click. You can select a range of tests by using shift-click.</p> <dl> <dt>Select All</dt> <dd>The "Select All" action selects all the test suites in the view. It is available no matter how many test suites are currently selected.</dd> <dt>Run</dt> <dd>This action will run the selected test suites, in the order in which they are presented in the list. The suites are run in an eclipse "job" that can be relegated to the background. The Test Suite View is busy while the tests are being run. This action is available if there is at least one test suite selected.</dd> <dt>Reset</dt> <dd>The "Reset" action will erase the results of the selected test suites and show them as "not yet run". It is available if there is at least one test suite selected.</dd> </dl> <h3>The Results Pane</h3> <img src="ResultsPane.png" alt="Results Pane" /> <p>The <strong>Results Pane</strong> shows the results of a test suite that has been run. Each test case in the suite has an entry that shows its success or failure with any remarks generated by a testcase during its run. If the test case fails, the entry shows the reason for the failure along with the stack trace for the exception. The results pane may be copied so you can place it in a defect or an e-mail.</p> <p>You can move the divider between the Test Suite Pane and the Results Pane up and down as necessary.</p> </body> </html> \ No newline at end of file
diff --git a/rse/tests/org.eclipse.rse.tests.framework/toc.xml b/rse/tests/org.eclipse.rse.tests.framework/toc.xml
index e03920b92..039ce868a 100644
--- a/rse/tests/org.eclipse.rse.tests.framework/toc.xml
+++ b/rse/tests/org.eclipse.rse.tests.framework/toc.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc label="The Artemis Test Framework">
- <topic label="Purpose" href="html/purpose.html"/>
- <topic label="Using The Test Suite View" href="html/view.html"/>
- <topic label="Plugging in" href="html/plugging.html"/>
- <topic label="Future Items" href="html/futures.html"/>
+<toc label="RSE Test Framework">
+ <topic label="Purpose" href="html/purpose.html"/>
+ <topic label="Using The Test Suite View" href="html/view.html"/>
+ <topic label="Plugging in" href="html/plugging.html"/>
+ <topic label="Future Items" href="html/futures.html"/>
</toc>

Back to the top