Error!
Success!

By tag: RoyOsherove

showing:  of
0
kicks

Answering xUnit.net Questions  (Unpublished)

Some Q & A on xUnit.net. Brad Wilson answers some of Roy Osherove's questions.


Kicked By:
Drop Kicked By:
0
kicks

Art of Unit Testing (Free Chapter 1, PDF)  (Unpublished)

The first chapter (unedited draft) covers the basics of unit testing. Chapter 1 includes definition, writing good unit tests, writing integration tests, and test-driven development topics with examples in C# using nUnit.


Kicked By:
Drop Kicked By:
0
kicks

Mocks and Stubs - The difference is in the flow of information  (Unpublished)

Stubs and mocks may seem the same but the flow of information from each is very different. * Stubs provide input for the application under test so that the test can be performed on something else. * Mocks provide input to the test to decide on pass\fail. the opposite direction.


Kicked By:
Drop Kicked By:
0
kicks

What Source Control tool do you use? And more on TFS Vs. Open Source  (Unpublished)

Regarding my last post, Oren (Ayende) points out that regarding TFS's features, he can either find a match for them in open source land, or he doesn't really care about them. What bugs me is whether, assuming you can find and create such a solution out of a package of open source applications workin...


Kicked By:
Drop Kicked By:
0
kicks

Understanding the different generic collections in .NET  (Unpublished)

Learn when to use List<T>, BindingList<T> and Collection<T>


Kicked By:
Drop Kicked By:
0
kicks

Introducing Regulazy: Point & Click Regular Expressions  (Unpublished)

Roy Osherove has released a new Regular Expression (alpha) tool: "Regulazy is an attempt to build a small "Expert System" for creating .NET Regular Expressions. It lets the user create an expression based on a real life example of text they would like to parse. As the user interac...


Kicked By:
Drop Kicked By: