5 Commits (a6df882523825f7599fa50e1ba54661f0310c865)

Author SHA1 Message Date
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. 16 years ago
Daniel Grunwald 2e1db61657 Move Analysis AddIns to src/AddIns/Analysis 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. 16 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 17 years ago
Matt Ward cf9adbb9ba Check all base classes for unit test methods not just the immediate test class parent. 17 years ago
Matt Ward a7e361e83b Inner classes with a TestFixture attribute are now shown in the Unit Tests and can be tested individually. 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). 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. 19 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 19 years ago
Matt Ward a1d5fdfec4 Updated to NUnit 2.4.1 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. 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. 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. 20 years ago