Modified:
/wiki/UseTinyBDDWithNUnit.wiki
=======================================
--- /wiki/UseTinyBDDWithNUnit.wiki Wed Nov 4 02:10:20 2009
+++ /wiki/UseTinyBDDWithNUnit.wiki Wed Nov 4 02:13:04 2009
@@ -51,6 +51,14 @@
}
}}}
+
+When you run this test inside NUnit Test Runne it will also generate this
output in the Console:
+{{{
+Scenario: When Username is entered
+ Given AuthenticationServiceMock is created And ViewModel is created
+ When Username is entered
+ Then assure LoginCommand is enabled
+}}}
Clean Code is readable code. If you want to have a maintainable test suit
you also need to have Clean Code inside your tests. Remember what Ward
Cunningham said about Clean Code: