tech.jet.com
Rand Davis, Author at Technology
https://tech.jet.com/blog/author/randjet-com
Stay up to date with us. Watch & learn. Excited about distributed systems, software engineering process, and technology challenges. XUnit-Jet – Open Sourced. Sep 14, 2016. At Jet.com, we’re big fans of xUnit. For unit testing (along with some other products). xUnit is primarily designed for C#, and while it can detect inequality between native F# types, it doesn’t have a true understanding of their structure. […]. Continue reading ». Inversion of Control in F#. Jun 16, 2016. Continue reading ».
michaelfcollins3.me
The Imaginary Road: Unit Testing My Go Web Server
http://www.michaelfcollins3.me/blog/2015/05/16/unit-testing-my-go-web-server.html
Unit Testing My Go Web Server. As a software developer, I do honestly believe that unit tests are a necessity, not a nice-to-have. I try to create unit tests as often as possible. I find that they not only help with showing that the code that I write works, but they are more helpful for use as debugging tools by allowing me to rapidly recreate conditions in which something does not work in order to help me understand why. In my previous post. Package doesnt have everything that Im used to such as NUnit.
hossambarakat.net
Unit Testing ASP.NET Core Tag Helper · Hossam Barakat
http://www.hossambarakat.net/2016/02/29/unit-testing-asp-net-core-tag-helper
Software consultant, Specialist in .NET platform, agile practitioner and refactoring addict. Core focuses on ASP.NET, Xamarin, SharePoint, Architecture and Design. Thoughts about ASP.NET, mobility, and technology. Unit Testing ASP.NET Core Tag Helper. 29 Feb 2016 asp.net, asp.net-core. This post will go through testing and ASP.NET core MVC tag helper that I have explained how to build in a previous post. Create a class library project. This post will use the xUnit. Framework for testing so update the.
codeofmatt.com
Beware the Edge (cases) of Time!
http://codeofmatt.com/2015/04/20/beware-the-edge-cases-of-time
Beware the Edge (cases) of Time! Ahh, time zones. There are so many wonderful traps to fall into. Consider this bit of code, from a recent blog post by Rick Strahl. Ignore the part I commented out, which just resolves the time zone from a locally cached copy. The guts of the code are at the bottom of the function. On the surface, this looks like reasonable code. It converts a. Value from the computer's local time zone to the time zone passed in to the. Now let's try a simple test using xUnit.net. Public ...
indasoft.wordpress.com
July 2016 – IndaSoft
https://indasoft.wordpress.com/2016/07
List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET. Https:/ github.com/dariusz-wozniak/List-of-Testing-Tools-and-Frameworks-for-.NET/blob/master/README.md. List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET. This is a list of Automated Testing Frameworks for .NET related to methodologies and types of tests:. Specification by Example (SBE). Acceptance Test-Driven Development (ATDD). Unit / Integration / Acceptance / Specification Tests. Also known as MSTest).
tomdupont.net
Tom DuPont .NET: August 2014
http://www.tomdupont.net/2014_08_01_archive.html
Tom DuPont .NET. I'm a tool, so you don't have to be. Sunday, August 31, 2014. Three steps to wire up your IOC container. How can you dynamically and flexibly wire up your inversion of control container? Here are three easy steps to consider:. First, use reflection to help wire up your boiler plate or dynamic dependencies. Second, explicitly register and customize any additional dependencies that your application needs Third, use configuration. Sunday, August 24, 2014. You can now filter by test name.
SOCIAL ENGAGEMENT