Forum member

ImmortalRat

2 posts

Posts by ImmortalRat

  1. 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…

  2. 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…