Expert Overview
Things I'm Doing
Talks I've Given
Andrii Litvinov is a Platform Engineer at Synergy Sports Technology, passionate about Domain-Driven Design, Event-Driven Reactive Systems, CQRS/ES and Actor Model.
 
Talks I've Given
-
Lightning Talk: Disposable xUnit Tests with AutoFixture
Featuring Andrii Litvinov
AutoFixture allow to easily create test objects and inject them into the test method to make the test cleaner. But xUnit does not provide extensibility to initialize and dispose objects created by AutoFixture. Especially if initialization and disposal are asynchronous operations. In this talk I...
.net xunit autofixture