Format:
Recent snippets for: Roy Osherove
[Test]
public void Review_GivenMethodWithNoAssertAndNoExpectedException_FindsProblem()
{
MissingAssertReviewer reviewer = new MissingAssertReviewer();
string SOMEFILE = "a";
reviewer.ReviewSingleFileContent(@"namespace ns{ public class MyClass{
[Test] public void MyMethod()
{
}
153 Views
no comments
// ********************************** // By Roy Osherove : www.osherove.com // see example usage of this code at http://weblogs.asp.net/rosherove/archive/2009/10/23/typemoq-api.aspx // ********************************** using System; using System.Linq; using System.Linq.Expressions; using TypeMock.ArrangeActAssert;
688 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
