Introduction to C# Lambda Expressions

Today, I’m going to post an excerpt of a tutorial I created for the use of Moq on an internal company wiki for training purposes. I presented today on mocking for unit tests and was revisiting some of my old documentation, which included an introductory, unofficial explanation of lambda expressions Continue reading

Twitter Linkedin Digg Reddit Stumbleupon Tumblr Email

JUnit for C# Developers 5 – Delving Further into Mocking

Today, I’m continuing my series on unit testsing with JUnit with a target audience of C# developers. Goals These are today’s goals that I’m going to document: See about an NCrunch-equivalent, continuous testing tool for Eclipse and Java Testing the various complexities of the @PathVariable annotations Use mockito to perform Continue reading

Twitter Linkedin Digg Reddit Stumbleupon Tumblr Email

Are Unit Tests Worth It?

The Unit Test Value Proposition I gave a presentation yesterday on integrating unit tests into a build. (If anyone is interested in seeing it, feel free to leave a comment, and I’ll post relevant slides to slideshare or perhaps make the power point available for download). This covered the nuts Continue reading

Twitter Linkedin Digg Reddit Stumbleupon Tumblr Email