| Issue 133: | mylyn focus for mxunit eclipse plugin | |
| 1 person starred this issue and may be notified of changes. | Back to list |
be able to associate mxunit tests to tasks within the mxunit plugin *mylyn toggle button for mxunit test *right click on task within task list and run associated test? will get more information about what JUnit/Mylyn features are present https://bugs.eclipse.org/bugs/show_bug.cgi?id=221080
Jul 22, 2008
Project Member
#1
henkem...@gmail.com
Jul 22, 2008
The Context Test Suite Programming in a task-focused way makes it easier to run unit tests frequently. Typically, unit-testing practice has you create a new test launcher for one or more tests that you are currently working on, which can be tedious. The alternatives are to run all tests in a project, which can miss some relevant tests, or to run a whole suite, which can be slow. To address this, Mylyn automatically maintains a unit-test suite of the elements in your task context -- called a Context Test Suite (see Figure 6) -- and makes it easy to run it repeatedly (with the F11 shortcut) when you're working on a task: Figure 6. Context Test Suites To enable this feature, create a Context Test Suite for either JUnit Plug-in tests or plain JUnit tests. The Context Test Suite is automatically updated to include all the test cases in the currently active context. from http://www.ibm.com/developerworks/java/library/j- mylyn2/
Jun 30, 2010
older/outdated issues. archive in google docs. These are either Fixed, deprecated, or invalid moving to Jira
Status:
Fixed
|