1 Jul 2005 20:35
[TFUI] FlexWiki OBT via NUnit
TFUIers:
Let's do a little experiment. Download MS's FlexWiki's source from here:
http://sourceforge.net/projects/flexwiki
Now install NUnit-2.2.0.msi from:
http://www.nunit.org/download.html
Load FlexWikiCore.sln in DevEnv.exe (Visual Studio 7) and observe it
has a FlexWiki.UnitTests package. (Kewl! MS may yet compete with
Google, huh?)
Compile the tests, and run "C:\Program Files\NUnit 2.2\bin\nunit-gui.exe".
Open FlexWiki.UnitTests\bin\Debug\FlexWiki.UnitTests.dll
The first problem is NUnit complains there are no test fixtures. I
don't understand how it could lose track of them if they have these
newfangled [TestFixture] compilable comments on them.
The next problem: This is hardly One Button Testing compliant. I need
to type, hit Go, optionally keep typing, collect a Pass or Fail, and
keep typing. I really doubt that people proficient with .NET would
save, compile, run a command line, open a DLL, and run it just to
test.
How are people using NUnit, and what is its lifecycle like?
(Continue reading)
RSS Feed