Forum member
ImmortalRat
2 posts
Posts by ImmortalRat
-
Failing on test discovery if using IXunitSerializable in xUnit tests
Hi Remco, I have looked into [Serializable] attribute route and that requires quite a lot of changes to the core data models simply because we do not do the binary serialization anywhere and supporting it was not necessary. IXunitSerializable is basically what xUnit did to resolve this proble…
08 May 2018 23:44 UTC
-
Failing on test discovery if using IXunitSerializable in xUnit tests
Hi, I am using xUnit and my tests are implemented as Theories with MemberData. I am using custom classes for test's input and I use IXunitSerializable interface to implement serialization for these classes. This way each test case gets discovered as an individual test instead of all cases being l…
27 Apr 2018 20:39 UTC