Tomasz Tretkowski
|
a6df882523
|
Showing multiple times nested test classes in the test pad.
|
15 years ago |
Tomasz Tretkowski
|
c8769b5d20
|
Allowing to define multiple test frameworks associated with one project type.
|
15 years ago |
Daniel Grunwald
|
f5780c2944
|
Apply new file headers
|
16 years ago |
Matt Ward
|
daee118e45
|
Unit testing addin can now be extended with custom test runners.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5844 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Daniel Grunwald
|
2e1db61657
|
Move Analysis AddIns to src/AddIns/Analysis
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5787 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
ffb4c4c103
|
Unit tests window no longer displays the base class test method when it is overridden in the derived class.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5366 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Daniel Grunwald
|
dbb48e866c
|
Merge 3.0 to trunk.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5081 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
17 years ago |
Matt Ward
|
cf9adbb9ba
|
Check all base classes for unit test methods not just the immediate test class parent.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5075 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
17 years ago |
Matt Ward
|
a7e361e83b
|
Inner classes with a TestFixture attribute are now shown in the Unit Tests and can be tested individually.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3608 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
18 years ago |
Matt Ward
|
1b1e268cac
|
The unit tests window was not colouring the tree nodes when running a test when a test fixture had a base class with test methods but no TestFixture attribute (e.g. CecilLayerTests class).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3032 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
18 years ago |
Matt Ward
|
82c8dd1a3f
|
Fixed SD2-1359. Incorrect test fixture tested if the base class has unit test methods when running an individual test from the Unit Test tree.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2580 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Daniel Grunwald
|
50a59336df
|
Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments).
Begin work on a Xaml language binding.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2564 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
a1d5fdfec4
|
Updated to NUnit 2.4.1
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2555 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
ed2d73dd0d
|
SD2-1278. Test method locations are now updated in the test tree as the file is edited. Previously using Goto Definition in the test tree could jump to the wrong line after the file was edited.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2344 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
1ab593a725
|
Fixed SD2-1203 - Modifying the namespace for a test class leaves empty namespace nodes in the test tree. The TestNamespaceTreeNode was incorrectly determining when it was is empty when the node was not expanded. Added extra tests to improve the code coverage for the TestTreeView, TestClassesCollection and UnitTestApplicationStartHelper classes. Removed the unused UpdateResult method in TestClass.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2041 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
d3660f512f
|
The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2039 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
20 years ago |