During our Live Q&A, we answered these questions:
How to deal with unit tests & multithreading? [Source]
How to unit test abstract classes in libraries? [Source]
When we are testing Application Services (or Use Case Handlers) should we stub out Domain Services? [Source]
Which Test Doubles should we use in unit testing? (should we use mocking libraries o…