Code Snippets
Title: NUnit test method
Description: The stub for a NUnit test method.
Category: Test
Visibility: Public
Added by: Mattias Kindborg on 5/6/2012
This snippet currently has no votes. Why not log in and be the first to rate it?
[Test]
public void TestMethod()
{
throw new NotImplementedException();
}
Title: test
Description: Test Product
Category: Test
Visibility: Only me
Added by: db7uk on 6/20/2012
This snippet currently has no votes. Why not log in and be the first to rate it?
dim a as string = "Test"