Daniel Grunwald
23cad81544
Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls.
14 years ago
Daniel Grunwald
9ab4031e9f
Fix some issues in the unit testing AddIn.
14 years ago
Siegfried Pammer
9a14ac1e52
fix some bugs in test run handling and complete support for TestCase
14 years ago
Daniel Grunwald
2878c665f3
Fix unit tests.
14 years ago
Siegfried Pammer
f2cdbee3b0
implement test result update logic
14 years ago
Siegfried Pammer
3db890fd58
WIP
14 years ago
Siegfried Pammer
cea0f48325
implement support for nested test classes
14 years ago
Siegfried Pammer
0dc753718f
display TestCases like normal tests in treeview
14 years ago
Siegfried Pammer
542544314d
UnitTesting: rewrite tree creation logic to use nested nodes for namespaces
14 years ago
Siegfried Pammer
4d9219bd81
implement class/namespace handling in Unit Testing
14 years ago
Siegfried Pammer
8346f38845
fix build of UnitTesting
14 years ago
Matt Ward
ddc4ba94a3
Specify /noxml in the NUnit-Console command line if xml test results are not to be generated.
14 years ago
Siegfried Pammer
b8b10ca157
fix build
14 years ago
Siegfried Pammer
cd3ba55f09
WIP on Unit Testing
14 years ago
David Srbecký
d358ce6f4a
Removed PausedReason.
...
PauseSession and DebuggeeState replaced with Int64.
14 years ago
Daniel Grunwald
fe6d77bedc
SD service container
14 years ago
Daniel Grunwald
fc9d01eee9
Fixed running unit tests in .NET 4.5 project.
14 years ago
Matt Ward
d4d5a3cad0
Fix build.
14 years ago
Matt Ward
8d5533a925
Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon.
14 years ago
Matt Ward
04c89f4b55
Update icons in unit tests window. Commit updated files missing from previous commit.
14 years ago
Matt Ward
258f6f7529
Fix unit tests not being run when the 'Run all tests' menu item is selected but the Unit Tests window has not been opened.
15 years ago
Tomasz Tretkowski
a42637f66a
Fixed propagation of editor changes in double nested test classes to test pad.
15 years ago
Tomasz Tretkowski
89faa5dd00
Fixed displaying non-test classes nested in test fixtures in unit testing pad.
15 years ago
Tomasz Tretkowski
262636115d
Abstract classes are not shown as nunit test fixtures in test pad.
...
Fixed StackOverflowError when updating test class members from new compilation unit.
15 years ago
Tomasz Tretkowski
ab63247b74
Exposing ProjectCount property from SelectedTests class. Narrowing Projects property type from IList to IEnumerable ( missing changes).
15 years ago
Tomasz Tretkowski
f04440b2a5
Test pad refresh when base test class is changed in the editor.
15 years ago
Tomasz Tretkowski
017bac76d6
BaseTestMethod renamed to BaseTestMember and it's base class changed to AbstractMember.
15 years ago
Tomasz Tretkowski
4b964b54ed
Fixed unit test and MockTestFramework class to correctly return test members only for given class.
15 years ago
Tomasz Tretkowski
112850f057
First take to mspec behaviors.
15 years ago
Tomasz Tretkowski
4117d98d0f
Moved enumerating of all test members from TestProject to test frameworks.
15 years ago
Tomasz Tretkowski
a6df882523
Showing multiple times nested test classes in the test pad.
15 years ago
Matt Ward
5787807130
Fix InvalidCastException in Unit Tests addin when a field has an attribute.
15 years ago
Matt Ward
2fbf506e05
Rename TestMethod classes to TestMember since they allow fields and methods to define tests.
15 years ago
Matt Ward
05074fd052
Support using fields to define tests in the Unit Tests window.
15 years ago
Matt Ward
f100c9866d
Refactor tests that use the TestFrameworkDescriptor class.
15 years ago
Matt Ward
7c531b2754
Support multiple test frameworks for a single project file extension.
15 years ago
Tomasz Tretkowski
d3acf59322
Showing any classes nested in test fixtures as test classes (as NUnit Gui does).
15 years ago
Siegfried Pammer
fa38d8060a
fix unit tests
15 years ago
Siegfried Pammer
2087328303
removed calls to obsolete StringParser.Parse overload
15 years ago
Siegfried Pammer
7fd8260112
add MockProjectChangeWatcher for Unit Tests
15 years ago
Daniel Grunwald
eb0d93724e
ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance.
...
Building a menu node will still inherit conditions into subnodes, but included nodes now inherit conditions from the menu they are included into instead of where they are defined.
Moreover, conditions applied to an <Include> codon now are applied to the included nodes. Previously, they would be evaluated only at item build time and would disable the <Include> doozer.
15 years ago
Tomasz Tretkowski
49da292337
Running MSpec tests from namespaces/classes selected in Unit Tests pad.
15 years ago
Tomasz Tretkowski
099254d958
UnitTesting tests fixed.
15 years ago
Tomasz Tretkowski
c8769b5d20
Allowing to define multiple test frameworks associated with one project type.
15 years ago
mrward
57400acf44
Fix build.
16 years ago
Daniel Grunwald
c744659edb
Use same icon for "collapse all" as in search results pad.
16 years ago
Eusebiu Marcu
cde9c67d1b
fix build - implement CollapseAll in MockUnitTestsPad
16 years ago
Eusebiu Marcu
301352be07
add collapse all to unit tests pad
16 years ago
Daniel Grunwald
c2a8bcf1c3
Adjust unit tests.
16 years ago
Matt Ward
33001daf07
Show Boo unit tests in Unit Tests window.
16 years ago