Stories recently tagged with 'NUnit'

NUnit's new Constraint model (lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 10 months ago

I was working on some code this weekend and happened to come across NUnit 2.4's new constraint objects. I can't believe I just now found out about this! I am glad to see the the mocking frameworks influenced this addition to NUnit. Being a big fan of fluent interfaces, I love how the new constraint model allows the assertion model to be easily read. read more...

add a comment |category: |Views: 1

tags: another

.NET code to convert a SQL query to CSV format for output to file, etc(blog.troyd.net)

submitted by powerrushpowerrush(3873) 4 years, 10 months ago

Free VB.NET code to convert a SQL query to CSV format for easy output to a file, the console, or via a HttpResponse (for you ASP.NETers out there looking for an easy way to dynamically output a CSV for real-time data download) read more...

add a comment |category: |Views: 214

tags: another

Introducing NUnit.Behave or insert what ever other catchy name(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 10 months ago

OK I was bored yesterday and I decided to update what I had worked on the other day from Dan North's post on rbehave. read more...

add a comment |category: |Views: 2

tags: another

RBehave with NUnit(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 11 months ago

I just read Dan North's article on Introducing RBehave. In a jealous rage of not being able to utilize Ruby fully in .Net. (YET) I decided to see if I could pull off what Dan had created in rbehave using NUnit. Because I am a huge proponent of reuse, I didn't want to extend my existing Test Coverage with a brand new framework. After all BDD coupled with ReSharper and Visual Studio make for happy testing. read more...

add a comment |category: |Views: 2

tags: another

NUnit Quick and Dirty Guide(wijix.com)

submitted by bmerrellbmerrell(330) 5 years ago

NUnit "Quick and Dirty" Tutorial In the style of the JUnit Quick and Dirty Tutorial, here's a similar tutorial for NUnit. I'm assuming that you're familiar with C#/.NET, downloaded NUnit and have a development environment all setup for compiling and running C# code. read more...

1 comment |category: |Views: 477

tags: another

Behavior Driven Development Using NUnit—Next Steps(blog.agilejoe.com)

submitted by agilejoeagilejoe(860) 5 years, 2 months ago

Oren Eini left a comment on a recent post I did on Behavior Driven Development. At first the questions seemed very easy and I thought I would be able to answer it within 15 minutes but as pondered the different possibilities of answering the question, I wanted to make sure that I gave an answer that was true to BDD as it relates to C#. A day later, I finally came up with one but in the process I learned a great deal about the value of “context” and “behavior”, so I wanted to take this time to share what I have learned. read more...

1 comment |category: |Views: 42

tags: another

Getting Started with NUnitForms(pksoftware.net)

submitted by mrprkmrprk(370) 5 years, 3 months ago

A simple introduction to unit testing a user interface using NUnitForms. read more...

add a comment |category: |Views: 239

tags: another

Improving Application Quality Using Test-Driven Development (TDD)(methodsandtools.com)

submitted by martinigmartinig(568) 5 years, 3 months ago

This article provides an introduction to Test-Driven Development with concrete examples using Nunit read more...

1 comment |category: |Views: 10

tags: another

NUnint C# Templates for Visual Studio 2005(john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years, 4 months ago

The title says it all ... read more...

add a comment |category: |Views: 32

tags: another

Visual Basic NUnit templates for Visual Studio 2005(codechimp.org)

submitted by codechimpcodechimp(345) 5 years, 6 months ago

Free Project and Item templates as well as code snippets for creating boiler plate code for NUnit test projects. read more...

1 comment |category: |Views: 31

tags: another

Unit Testing with NUnit(en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 6 months ago

Learn to use open source NUnit to unit test your C# classes. Excerpt: read more...

add a comment |category: |Views: 38

tags: another

NUnit Xml Documentation(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

NUnit comes without Xml Documentation by default. Here I provide the missing files in a meanwhile before NUnit team includes them in the release sometime in the future. read more...

add a comment |category: |Views: 72

tags: another

NUnit Xml Documentation(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

NUnit comes without Xml Documentation by default. Here I provide the missing files in a meanwhile before NUnit team includes them in the release sometime in the future. read more...

add a comment |category: |Views: 72

tags: another