0
kicks
Testing ASP.NET MVC using Typemock AAA Syntax
AAA syntax stands for Arrange, Act and Assert . It is a way to make a test readable, maintainable and convenient. In this post I am going to show you how can we test ASP.NET MVC code by using Typemock's AAA syntax. AAA ensures the separation of concern for unit test code.