Unity FluentAssertions for Unity For my current game I'm developing with a friend, I started testing the core engine features from day one using the Unity Test Runner & Assertion Library. To be honest, I dislike the built-in functionality of writing asserts. They are hard to read and in case of an
Identity Server Authenticated ASP.NET Web API Integration Testing hosted by OWIN/Katana This post is backed up from my old blog and was posted at 2014-12-09. I had to add some integration tests to a Web API which was secured by an [Authorize]-attribute. I’m usingThinktecture Identity Server v3 [https://github.com/thinktecture/Thinktecture.IdentityServer.v3] for authentication and authorization using