1. 32b75b9 sorting support in the testing view by Ovidiu Buligan · 11 years ago
  2. 15af04a show execution times by Johan Compagner · 11 years ago
  3. 39f29b6 removed the totalCount++ because that is already done in the by Johan Compagner · 11 years ago
  4. 8a3dd4e testing: introduce ITestRunnerUIExtension2.prepareStackTraceCopy() by Alex Panchenko · 11 years ago
  5. 2c5d260 testing: fire sessionTerminated() when ILaunch is terminated by Alex Panchenko · 11 years ago
  6. 104cc2a testing: cleanup by Alex Panchenko · 11 years ago
  7. 0a9cca0 testing: introduce ITestRunnerUIExtension for finer control over reruns by Alex Panchenko · 11 years ago
  8. c05dd21 testing: TestRunSession.reset: fCreatedTestCaseCount=0 just in case by Alex Panchenko · 12 years ago
  9. 7277bc1 testing: add synchronization when accessing testRunSessions by Alex Panchenko · 12 years ago
  10. 57983b8 testing: don't restart ATTR_PRIVATE launch configurations by Alex Panchenko · 12 years ago
  11. dd96a9d testing: call adjustTotalCount() after new test was created, so TotalCount is always correct by Alex Panchenko · 12 years ago
  12. d1c9423 testing: javadocs by Alex Panchenko · 12 years ago
  13. 76542e1 testing: improve ITestRunListener2 API by Alex Panchenko · 12 years ago
  14. fbffa22 testing: don't try to open source file if no resolver by Alex Panchenko · 12 years ago
  15. f13f21f testing: ITestRunnerClient.startListening(ITestRunListener2 listener) method signature changed by Alex Panchenko · 12 years ago
  16. 7aa0080 additional.bundles doesn't work in tycho by Alex Panchenko · 12 years ago
  17. 4ec8ad8 testing: generics by Alex Panchenko · 12 years ago
  18. a5545e6 testing: generics by Alex Panchenko · 12 years ago
  19. e332a3a testing: generics + some javadocs added by Alex Panchenko · 12 years ago
  20. 53cdac1 testing/testEnd: don't update testName if new value is empty by Alex Panchenko · 12 years ago
  21. f8f9c61 testing: DLTKTestingPlugin.showTestRunnerViewPartInActivePage() method introduced by Alex Panchenko · 12 years ago
  22. a4b0310 java 1.5, generics, eclipse code style by apanchenk · 13 years ago
  23. f7b098c patched from vlad for inline fixes and actions on views by jcompagne · 13 years ago
  24. eead4b5 * fix for tcl testing engines. by asobolev · 15 years ago v20090914-1703
  25. d87f52f * added some singleton synchronization stuff by asobolev · 15 years ago
  26. 2f3ba23 use NLS.bind() by apanchenk · 15 years ago
  27. 721adbb use ICU by apanchenk · 15 years ago
  28. ee1f61b use ICU by apanchenk · 15 years ago
  29. 0de1fc8 Corrected externalization warnings. by ssanders · 15 years ago
  30. 32b4000 Corrected to use a more appropriate 'testing' icon. by ssanders · 15 years ago
  31. dc31f84 rerun failed tests for RSpec by apanchenk · 15 years ago
  32. 65246df small API changes by apanchenk · 15 years ago
  33. 8905530 removed "public void setName(String name)" by apanchenk · 15 years ago
  34. 8ba8325 Rerun Failures action by apanchenk · 15 years ago
  35. 230a2f9 do not add "Runner" to the categories by apanchenk · 16 years ago v20080919-1935
  36. 0fea039 special icons for categories implemented by apanchenk · 16 years ago
  37. b19f229 sort categories first by apanchenk · 16 years ago
  38. 1eec0df XML serialization correctly handles categories by apanchenk · 16 years ago
  39. 1af2dbb BUNDLE_NAME fixed by apanchenk · 16 years ago
  40. 2178334 category engines added by apanchenk · 16 years ago
  41. f8332ca TestCategoryElement entity introduced by apanchenk · 16 years ago
  42. 6d6a1e1 decode escaped comma and backslash by apanchenk · 16 years ago
  43. f5b9f52 NatureExtensionPoint moved to the dltk.core plugin by apanchenk · 16 years ago
  44. 43fc6e6 initialize action as checkbutton by apanchenk · 16 years ago
  45. a5d6895 stack filtering added to the public API by apanchenk · 16 years ago
  46. b3f5215 remove deprecated/junit-specific extension points by apanchenk · 16 years ago
  47. aee7e23 OpenEditorAction_error_cannotopen_message=Test element not found in selected project by apanchenk · 16 years ago
  48. 3d0ea2f update testName in TEST_END by apanchenk · 16 years ago
  49. 2e8b507 RSpec launcher by apanchenk · 16 years ago
  50. 88a4cc8 call canRerun() with test case - so we don't display not working actions by apanchenk · 16 years ago
  51. 9190ca3 TestCaseElement.getClass*Name methods removed by apanchenk · 16 years ago
  52. 6242abe getTestMethodName() removed by apanchenk · 16 years ago
  53. 3adc7d3 removed deprecated code by apanchenk · 16 years ago
  54. 3b426f3 removed deprecated code by apanchenk · 16 years ago
  55. 59b9d12 pass ITestElement as parameter, so we don't need to pass separate parameters for class and method names by apanchenk · 16 years ago
  56. 9195943 removed call to the #getTestMethodName() by apanchenk · 16 years ago
  57. 4c40078 getTestStartedMessage(ITestCaseElement caseElement) method added to the ITestRunnerUI interface -- removing references to the #getTestMethodName() by apanchenk · 16 years ago
  58. f06c2f9 remove some of the references to the getTestMethod() by apanchenk · 16 years ago
  59. 5d4139f NON-NLS comment corrected by apanchenk · 16 years ago
  60. 5d598a2 adjust total test count if already collected number of tests greater than it by apanchenk · 16 years ago
  61. 1d7b988 getTestName() method added by apanchenk · 16 years ago
  62. fbe69c9 resolveElement(...) should not be here - it is requested thru getAdapter() by apanchenk · 16 years ago
  63. b32c3ab introduced new ITestElementResolver, old resolver code is called if there is no new implementation by apanchenk · 16 years ago
  64. 30add10 handleDefaultSelected() -> protected by apanchenk · 16 years ago
  65. 2604957 formatting by apanchenk · 16 years ago
  66. 4d1f41f - ITestRunnerUI interface introduced by apanchenk · 16 years ago
  67. 41a9a62 ID_EXTENSION_POINT_TEST_KINDS removed by apanchenk · 16 years ago
  68. 199f283 use CharOperation.NO_STRINGS instead of new String[0] by apanchenk · 16 years ago
  69. 9af6114 unused import removed by apanchenk · 16 years ago
  70. 136896e attribute renamed to the LAUNCH_ATTR_KEY and related operations rewritten by apanchenk · 16 years ago
  71. 017f686 formatter by apanchenk · 16 years ago
  72. 1cae111 move ATTR constant to the DLTKTestingConstants by apanchenk · 16 years ago
  73. 5bea2bc ITestingEngine moved to dltk.testing, unused *TestKind* classes removed by apanchenk · 16 years ago
  74. c56408a messages extracted by apanchenk · 16 years ago
  75. ae5354d messages added by apanchenk · 16 years ago
  76. 7f4ce07 constants moved to the public API by apanchenk · 16 years ago
  77. d9bf8b9 ruby testing launch configuration UI by apanchenk · 16 years ago
  78. 0daec52 public static ILaunchConfiguration fixMappedResources(ILaunchConfiguration config) method introduced by apanchenk · 16 years ago
  79. 76e839b s/Junit test/unit test/ by apanchenk · 16 years ago
  80. 2997910 register all available launches at start() because the 1st launch is created before this plugin is initialized so we need this workaround by apanchenk · 16 years ago
  81. ddc8d01 ITestingModel interface introduced, initialize server socket to accept connection from the started test by apanchenk · 16 years ago
  82. 3f62c3d thread renamed by apanchenk · 16 years ago
  83. 65505bb implements ITestRunnerClient by apanchenk · 16 years ago
  84. 17d1c8d TestRunnerClient over socket by apanchenk · 16 years ago
  85. 937d787 ITestRunnerClient interface introduced by apanchenk · 16 years ago
  86. 7ae987b addOperation(Runnable) method introduced to simplify code by apanchenk · 16 years ago
  87. 1a26bcf RRunner removed - call SafeRunner directly by apanchenk · 16 years ago
  88. 73eb04f formatting by apanchenk · 16 years ago
  89. d81e11e introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter by apanchenk · 16 years ago
  90. 066084e * adding language toolkit to some search operations by asobolev · 16 years ago
  91. a947e21 *fixes by asobolev · 16 years ago
  92. bd76cf5 * improved testing infrastructure by asobolev · 16 years ago
  93. 2051992 * tcl package managmenet improvements by asobolev · 16 years ago
  94. 92aefc7 * xotcl fixes by asobolev · 17 years ago v20071025
  95. 50c7456 *fix by asobolev · 17 years ago v20071019a
  96. 6874940 * many XOTcl and Tcl fixes by asobolev · 17 years ago
  97. 64f6fbd * many improvements by asobolev · 17 years ago
  98. 2512df7 * fixed bug with debug console stream release. by asobolev · 17 years ago
  99. 1e0b5a1 * debug executions fixes. Testing framework from now support testing then debugging feature. by asobolev · 17 years ago
  100. 0f3d5a0 + test code selection. * some fixes by asobolev · 17 years ago