-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Milestone
Description
Symmetric conventions would be ones like the following:
All DTOs must live in Foo.Dtos* namespace in Foo.Contracts.dll assembly
nothing but DTOs can live in Foo.Dtos* namespace in Foo.Contracts.dll assembly
It would be nice if we could somehow get separate reports for the two (generate both if both fail), although I doubt that would be possible. In that case, do we want to go for a double report (both failures in the same report) or just treat it as two failing asserts in a test where if the first fails users can't know about the second one.
Alternatively we could have an easy way of splitting this into two tests, although that sounds like a hassle...
Metadata
Metadata
Assignees
Labels
No labels