I would like to encourage you to download and go through presentation from lighting talk about AutoFixture library. Main purpose of this library is to minimize the ‘Arrange’ phase of unit tests in order to maximize maintainability. Presentation is available on GitHub – AutoFixture – Lightning talk. You will find there description of main features of this library. Moreover, presentation contains short comparison AutoFixture with other available solutions. Of course on GitHub you will find code used in presentation.
Lightning talk – Autofixture
By Michał Jankowski|2016-09-19T22:24:24+02:0020 September 2016 |Categories: .net, C#, Conferences / Presentations, Extras / Tools, Testing|Tags: AutoFixture, lightning talk, unit tests, xUnit|1 Comment
About the Author: Michał Jankowski
Microsoft MVP Azure, an architect, designer, team leader and trainer. He began programming in the early ’90s from Basic and Assembler for 8-bit computers. During most of his career, he was delivering .NET platform targeted application for the world’s largest companies. Currently, he is specialising in the development of web applications and Azure environment.
A great enthusiast of software craftsmanship, unit testing, software design and other topics related to software development.
In his free time, when he is not playing with the code, he likes travelling, photography and writing a technical blog.
One Comment
Leave A Comment Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
[…] bibliotece AutoFixture wspominałem już ostatnio we wpisie Lightning talk – Autofixture. Biblioteka ta pomaga nam w tworzeniu obiektów w trakcie fazy Arrange w testach jednostkowych. […]