|
What this is
Other links
The source code
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<contexts>
<!-- Actions -->
<context id="goto_referenced_test_action_context">
<description>This command navigates to the tests that reference this Java element.
</context>
<context id="enable_filter_action_context">
<description>Toggles the filtering of the stack trace entries as defined in the JUnit preference page.
<topic label="JUnit Preferences" href="reference/ref-preferences-junit.htm"/>
</context>
<context id="junit_tab_group">
<description>This launch configuration runs JUnit tests.
<topic label="Using JUnit" href="gettingStarted/qs-junit.htm"/>
</context>
<context id="launch_shortcut">
<description>This command launches JUnit tests. When a class is selected its tests are run. When a project, package or source folder is selected then all contained tests are run. When a single test method is selected then the selected test is run.
</description>
<topic label="Using JUnit" href="gettingStarted/qs-junit.htm"/>
</context>
<context id="copy_trace_action_context">
<description>This command copies the stack trace to the clipboard.
</context>
<context id="open_test_action_context">
<description>This command opens the corresponding test case.
</context>
<context id="open_editor_atline_action_context">
<description>This commands opens the corresponding test method.
</context>
<context id="rerun_test_action_context">
<description>Reruns the selected test.
</context>
<context id="scroll_lock">
<description>Locks the test result view so that the currently executed tests isn't automatically revealed.
</context>
<!-- View parts -->
<context id="results_view_context">
<description>This view displays the test results.
<topic label="Using JUnit" href="gettingStarted/qs-junit.htm"/>
</context>
<!-- Wizard pages -->
<context id="new_testcase_wizard_page_context">
<description>This wizard helps you to create a new test case and to generate test stubs for existing methods.
<topic label="Using JUnit" href="gettingStarted/qs-junit.htm"/>
</context>
<context id="new_testcase_wizard_page2_context">
<description>This wizard helps you to create a new test case and to generate test stubs for existing methods.
<topic label="Using JUnit" href="gettingStarted/qs-junit.htm"/>
</context>
<context id="new_testsuite_wizard_page2_context">
<description>This wizard helps you to create a new test suite.
<topic label="Using JUnit" href="gettingStarted/qs-junit.htm"/>
</context>
<context id="launch_configuration_dialog_junit_main_tab" >
<description>This tab allows you to specify JUnit tests to be executed.
<topic label="Using JUnit" href="gettingStarted/qs-junit.htm"/>
</context>
<!-- Dialogs -->
<context id="test_selection_context">
<description>Dialog for selecting a test.
</context>
<context id="result_compare_context">
<description>This dialog compares the expected with the actual test result in a text compare view.
</context>
<!-- Preference pages -->
<context id="junit_preference_page_context">
<description>This page is where you can set JUnit preferences.
<topic label="Using JUnit" href="gettingStarted/qs-junit.htm"/>
<topic label="JUnit Preferences" href="reference/ref-preferences-junit.htm"/>
</context>
</contexts>
|
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.