-
Code Snippet: Async Unit Test Methods
This is based upon my original UnitTestMethod.Snippet Gist, this C# Code Snippet can be used within Visual Studio to generates Asynchronous Unit Test Methods (Functions). How to Use Save the Code Snippet file as UnitTestMethod.Snippet For for VS 2015, move the UnitTestMethod.Snippet file into this directory: %userprofile%\Documents\Visual Studio 2015\Code Snippets\Visual C#\My Code Snippets Once installed type: utestasync […]
-
Code Snippet: Unit Test Methods
While researching Unit Testing, I reviewed several different C# Code Snippet examples for generating Unit Test Methods (Functions) within Visual Studio and this is my take on it… How to Use Save the Code Snippet file as UnitTestMethod.Snippet For for VS 2015, move the UnitTestMethod.Snippet file into this directory: %userprofile%\Documents\Visual Studio 2015\Code Snippets\Visual C#\My Code Snippets Once […]
-
Jasmine with Visual Studio and SharePoint Apps – Part 3
In this post I want to talk about Fixtures and a major pitfall I’ve found when working with Chutzpah Test Adaptor for the Test Explorer.
-
Jasmine with Visual Studio and SharePoint Apps – Part 2
Last week I wrote about how to configure Jasmine to run within Visual Studio using Chutzpah Test Adaptors. However since then I’ve run into a number of issues for which I will share my thoughts in this post.