1. a4b0310 java 1.5, generics, eclipse code style by apanchenk · 14 years ago
  2. f7b098c patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
  3. eead4b5 * fix for tcl testing engines. by asobolev · 15 years ago v20090914-1703
  4. d87f52f * added some singleton synchronization stuff by asobolev · 15 years ago
  5. 2f3ba23 use NLS.bind() by apanchenk · 15 years ago
  6. 721adbb use ICU by apanchenk · 15 years ago
  7. ee1f61b use ICU by apanchenk · 15 years ago
  8. 0de1fc8 Corrected externalization warnings. by ssanders · 16 years ago
  9. 32b4000 Corrected to use a more appropriate 'testing' icon. by ssanders · 16 years ago
  10. dc31f84 rerun failed tests for RSpec by apanchenk · 16 years ago
  11. 65246df small API changes by apanchenk · 16 years ago
  12. 8905530 removed "public void setName(String name)" by apanchenk · 16 years ago
  13. 8ba8325 Rerun Failures action by apanchenk · 16 years ago
  14. 230a2f9 do not add "Runner" to the categories by apanchenk · 16 years ago v20080919-1935
  15. 0fea039 special icons for categories implemented by apanchenk · 16 years ago
  16. b19f229 sort categories first by apanchenk · 16 years ago
  17. 1eec0df XML serialization correctly handles categories by apanchenk · 16 years ago
  18. 1af2dbb BUNDLE_NAME fixed by apanchenk · 16 years ago
  19. 2178334 category engines added by apanchenk · 16 years ago
  20. f8332ca TestCategoryElement entity introduced by apanchenk · 16 years ago
  21. 6d6a1e1 decode escaped comma and backslash by apanchenk · 16 years ago
  22. f5b9f52 NatureExtensionPoint moved to the dltk.core plugin by apanchenk · 16 years ago
  23. 43fc6e6 initialize action as checkbutton by apanchenk · 16 years ago
  24. a5d6895 stack filtering added to the public API by apanchenk · 16 years ago
  25. b3f5215 remove deprecated/junit-specific extension points by apanchenk · 16 years ago
  26. aee7e23 OpenEditorAction_error_cannotopen_message=Test element not found in selected project by apanchenk · 16 years ago
  27. 3d0ea2f update testName in TEST_END by apanchenk · 16 years ago
  28. 2e8b507 RSpec launcher by apanchenk · 16 years ago
  29. 88a4cc8 call canRerun() with test case - so we don't display not working actions by apanchenk · 16 years ago
  30. 9190ca3 TestCaseElement.getClass*Name methods removed by apanchenk · 16 years ago
  31. 6242abe getTestMethodName() removed by apanchenk · 16 years ago
  32. 3adc7d3 removed deprecated code by apanchenk · 16 years ago
  33. 3b426f3 removed deprecated code by apanchenk · 16 years ago
  34. 59b9d12 pass ITestElement as parameter, so we don't need to pass separate parameters for class and method names by apanchenk · 16 years ago
  35. 9195943 removed call to the #getTestMethodName() by apanchenk · 16 years ago
  36. 4c40078 getTestStartedMessage(ITestCaseElement caseElement) method added to the ITestRunnerUI interface -- removing references to the #getTestMethodName() by apanchenk · 16 years ago
  37. f06c2f9 remove some of the references to the getTestMethod() by apanchenk · 16 years ago
  38. 5d4139f NON-NLS comment corrected by apanchenk · 16 years ago
  39. 5d598a2 adjust total test count if already collected number of tests greater than it by apanchenk · 16 years ago
  40. 1d7b988 getTestName() method added by apanchenk · 16 years ago
  41. fbe69c9 resolveElement(...) should not be here - it is requested thru getAdapter() by apanchenk · 16 years ago
  42. b32c3ab introduced new ITestElementResolver, old resolver code is called if there is no new implementation by apanchenk · 16 years ago
  43. 30add10 handleDefaultSelected() -> protected by apanchenk · 16 years ago
  44. 2604957 formatting by apanchenk · 16 years ago
  45. 4d1f41f - ITestRunnerUI interface introduced by apanchenk · 16 years ago
  46. 41a9a62 ID_EXTENSION_POINT_TEST_KINDS removed by apanchenk · 16 years ago
  47. 199f283 use CharOperation.NO_STRINGS instead of new String[0] by apanchenk · 16 years ago
  48. 9af6114 unused import removed by apanchenk · 16 years ago
  49. 136896e attribute renamed to the LAUNCH_ATTR_KEY and related operations rewritten by apanchenk · 16 years ago
  50. 017f686 formatter by apanchenk · 16 years ago
  51. 1cae111 move ATTR constant to the DLTKTestingConstants by apanchenk · 16 years ago
  52. 5bea2bc ITestingEngine moved to dltk.testing, unused *TestKind* classes removed by apanchenk · 16 years ago
  53. c56408a messages extracted by apanchenk · 16 years ago
  54. ae5354d messages added by apanchenk · 16 years ago
  55. 7f4ce07 constants moved to the public API by apanchenk · 16 years ago
  56. d9bf8b9 ruby testing launch configuration UI by apanchenk · 16 years ago
  57. 0daec52 public static ILaunchConfiguration fixMappedResources(ILaunchConfiguration config) method introduced by apanchenk · 16 years ago
  58. 76e839b s/Junit test/unit test/ by apanchenk · 16 years ago
  59. 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
  60. ddc8d01 ITestingModel interface introduced, initialize server socket to accept connection from the started test by apanchenk · 16 years ago
  61. 3f62c3d thread renamed by apanchenk · 16 years ago
  62. 65505bb implements ITestRunnerClient by apanchenk · 16 years ago
  63. 17d1c8d TestRunnerClient over socket by apanchenk · 16 years ago
  64. 937d787 ITestRunnerClient interface introduced by apanchenk · 16 years ago
  65. 7ae987b addOperation(Runnable) method introduced to simplify code by apanchenk · 16 years ago
  66. 1a26bcf RRunner removed - call SafeRunner directly by apanchenk · 16 years ago
  67. 73eb04f formatting by apanchenk · 16 years ago
  68. d81e11e introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter by apanchenk · 16 years ago
  69. 066084e * adding language toolkit to some search operations by asobolev · 16 years ago
  70. a947e21 *fixes by asobolev · 17 years ago
  71. bd76cf5 * improved testing infrastructure by asobolev · 17 years ago
  72. 2051992 * tcl package managmenet improvements by asobolev · 17 years ago
  73. 92aefc7 * xotcl fixes by asobolev · 17 years ago v20071025
  74. 50c7456 *fix by asobolev · 17 years ago v20071019a
  75. 6874940 * many XOTcl and Tcl fixes by asobolev · 17 years ago
  76. 64f6fbd * many improvements by asobolev · 17 years ago
  77. 2512df7 * fixed bug with debug console stream release. by asobolev · 17 years ago
  78. 1e0b5a1 * debug executions fixes. Testing framework from now support testing then debugging feature. by asobolev · 17 years ago
  79. 0f3d5a0 + test code selection. * some fixes by asobolev · 17 years ago
  80. 79b419d * DLTK Testing framework by asobolev · 17 years ago