DotNetShoutout - Stories tagged with NUnit
5
Shouts

Verifying NHibernate Entities Contain Only Virtual Members

published 690 days, 6 hours, 4 minutes ago posted by Matt_TCFMatt_TCF 695 days, 11 hours, 18 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Wednesday, June 29, 2011 3:00:10 AM GMT
One requirement that NHibernate imposes on your object model is that all public members must be virtual in order to support lazy loading. Here's a simple test case you can use to enforce this. (more)
category: Architecture | clicked: 19 | comment | | source: trycatchfail.com
tags: NUnit, NHibernate
3
Shouts

Transitioning from MSUnit to NUnit

published 735 days, 9 hours, 17 minutes ago posted by http://byteflux.myopenid.com/http://byteflux.myopenid.com/ 737 days, 2 hours, 54 minutes ago
Friday, May 20, 2011 5:02:03 AM GMT Wednesday, May 18, 2011 11:24:31 AM GMT
This is a series of blog posts that cover all aspects of migrating from MSUnit to NUnit (including the necessary tools, MSBuild integration and code coverage analysis). (more)
category: Agile | clicked: 3 | comment | | source: byteflux.me
tags: NUnit, Team Foundation Server, TDD, team build, msunit, CI, TFS, unit testing
5
Shouts

Automated Unit Testing in .NET

published 737 days, 7 hours, 44 minutes ago posted by BlackWaspBlackWasp 739 days, 17 hours, 50 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Sunday, May 15, 2011 8:28:23 PM GMT
A 14-part series of articles describing the use of automated unit testing techniques for the C# programmer. The tutorial includes the use of NUnit and Moq but is also relevant for other testing frameworks. (more)
category: How To | clicked: 10 | comment | | source: www.blackwasp.co.uk
tags: .NET, NUnit, C#, Testing, Moq
7
Shouts

Announcing SpecsFor: Yet Another BDD Framework For .NET!

published 845 days, 21 hours, 22 minutes ago posted by Matt_TCFMatt_TCF 847 days, 9 hours, 33 minutes ago
Saturday, January 29, 2011 4:56:16 PM GMT Friday, January 28, 2011 4:45:49 AM GMT
SpecsFor is a developer-focused BDD/TDD framework that aims to boost developer productivity. The first release of SpecsFor is happening soon, but I need feedback on some changes I’m considering to the core API first. (more)
category: Agile | clicked: 5 | comment | | source: trycatchfail.com
tags: .NET, NUnit, TDD, Testing, BDD, Behavior Driven Development
3
Shouts

Unit testing an HttpModule with NUnit and RhinoMock

published 858 days, 4 hours, 27 minutes ago posted by sonukapoorsonukapoor 862 days, 11 hours, 9 minutes ago
Monday, January 17, 2011 9:51:42 AM GMT Thursday, January 13, 2011 3:09:51 AM GMT
This article outlines one approach to mocking ASP.NET and freeing your unit tests and your continuous integration server from dependencies on IIS and virtual directory configuration. (more)
category: Web Dev | clicked: 9 | comment | | source: dotnetslackers.com
tags: NUnit, Rhino Mocks, HttpModule, IIS, ASP.NET
3
Shouts

Dean Hume - Automated Testing with Selenium 2 and NUnit

published 891 days, 1 hour, 32 minutes ago posted by deanomachinodeanomachino 892 days, 5 hours, 45 minutes ago
Wednesday, December 15, 2010 12:46:35 PM GMT Tuesday, December 14, 2010 8:33:25 AM GMT
Automated Testing with Selenium 2 and NUnit I have recently been looking into an awesome tool called Selenium. What is Selenium? Well, it's a suite of tools that you can use to automate web application testing across many platforms. I recently attended a Selenium Users Group at the Google London Head Offices where they discussed the many usages of Selenium. Why would you want to use it? Well, imagine you had a web application that did the same thing even after a new deployment. You would need to... (more)
category: Agile | clicked: 8 | comment | | source: deanhume.com
tags: NUnit, C#, Selenium 2, unit testing, Selenium
6
Shouts

The Case NUnit Hanging During Startup

published 939 days, 22 hours, 38 minutes ago posted by http://liranc.myopenid.com/http://liranc.myopenid.com/ 941 days, 18 hours, 21 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Monday, October 25, 2010 7:57:37 PM GMT
Follow this Windbg debugging session that investigates a strange hang that occur during NUnit's startup. (more)
category: Web Dev | clicked: 2 | comment | | source: blog.liranchen.com
tags: NUnit, WinDbg, Debugging
5
Shouts

NUnit and the Values Attribute

published 945 days, 12 hours, 55 minutes ago posted by barebonescoderbarebonescoder 946 days, 12 hours, 10 minutes ago
Friday, October 22, 2010 1:23:36 AM GMT Thursday, October 21, 2010 2:08:56 AM GMT
A bare bones introduction to NUnit's Values attribute. (more)
category: Agile | clicked: 0 | comment | | source: www.barebonescoder.com
tags: NUnit
10
Shouts

Free Continuous Integration Toolkit

published 948 days, 23 hours, 43 minutes ago posted by sedgeysedgey 949 days, 9 hours, 42 minutes ago
Monday, October 18, 2010 2:36:01 PM GMT Monday, October 18, 2010 4:36:40 AM GMT
What the hell is Continuous Integration Anyway? For those of you unfamiliar with the term here is the Wikipedia definition: “In software engineering, continuous integration (CI) implements continuous processes of applying quality control - small pieces of effort, applied frequently. Continuous integration aims to improve the quality of software, and to reduce the time taken to deliver it, by replacing the traditional practice of applying quality control after completing all development.” My personal d... (more)
category: Agile | clicked: 2 | comment | | source: web2asp.net
tags: NUnit, Subversion, Source Control, TeamCity, ReSharper, VisualStudio, Continuous Integration
7
Shouts

Laurent Kempé | From WPF functional Unit Tests to Specifications using MSpec and White

published 1078 days, 4 hours ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 1078 days, 21 hours, 55 minutes ago
Friday, June 11, 2010 10:18:48 AM GMT Thursday, June 10, 2010 4:23:17 PM GMT
I am in the train back home and wanted to try out quickly to migrate our WPF functional tests written has Unit Tests to BDD Specifications. Here is the code I started from, pure Unit Test using NUnit and White[Test] publicvoid OpeningValidVersionZip() {     OpenAndWait("Product.zip");     Assert.That(MainWindow.Title.Equals("Product.zip - Innoveo Skye® Editor"));     Assert.That(Status.Text.Equals("product"));     Assert.That(ProductTree.Nodes.Count >= 1);     Assert.IsFalse(SplashScre... (more)
category: UX | clicked: 0 | comment | | source: www.laurentkempe.com
tags: NUnit, white, MSpec, BDD
8
Shouts

Building a MVC2 Template, Part 4, BDD with MSpec | erictopia.com

published 1136 days, 1 hour, 32 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 1138 days, 38 minutes ago
Wednesday, April 14, 2010 12:46:30 PM GMT Monday, April 12, 2010 1:40:48 PM GMT
This post will cover installing TestDriven.Net (TD.Net), NUnit, and  Machine.Specifications (MSpec). There are plenty of resources on the internet for installing all of these applications.  I don’t want to duplicate the content of those posts, but I am including this post for completeness. (more)
category: Web Dev | clicked: 1 | comment | | source: erictopia.com
tags: TestDriven.NET, NUnit, MSpec, ASP.NET MVC 2, BDD
5
Shouts

The Automated Tester - Selenium Two Tutorial using C#/NUnit and InternetExplorerDriver

published 1180 days, 1 hour, 39 minutes ago posted by http://blog.theautomatedtester.co.uk/http://blog.theautomatedtester.co.uk/ 1182 days, 3 hours, 44 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 10:35:05 AM GMT
Tutorial on how to use the latest version of Selenium using C# and NUnit to test websites. The tutorial gives developers a chance to start writing their own tests (more)
category: Agile | clicked: 7 | comment | | source: www.theautomatedtester.co.uk
tags: NUnit, C#, Selenium
6
Shouts

HunabKu: SharpTestsEx 1.0.0Beta : Satisfy your test

published 1245 days, 4 hours, 25 minutes ago posted by http://fabiomaulo.blogspot.com/http://fabiomaulo.blogspot.com/ 1245 days, 19 hours, 24 minutes ago
Saturday, December 26, 2009 9:53:39 AM GMT Friday, December 25, 2009 6:54:32 PM GMT
SharpTestsEx 1.0.0 was released today. You can download it from here. More than few improvements, regarding some assertions and its failure message, and some internal refactoring, the mayor change is about the “satisfier”. To talk about the syntax of the satisfier is something hard basically because there is no syntax. From user side of view, using the satisfier, the assertion is a simple and pure Func (more)
category: Agile | clicked: 0 | comment | | source: fabiomaulo.blogspot.com
tags: NUnit, xunit, Testing, #TestsEx, MSTest
3
Shouts

NUnit 2.5.3 and SetUICulture

posted by robashtonrobashton 1252 days, 23 hours, 47 minutes ago
Friday, December 18, 2009 2:31:21 PM GMT
SetUICulture doesn't appear to be working right, so here is a work-around for now. (more)
category: Architecture | clicked: 0 | comment | | source: codeofrob.com
tags: NUnit