Description
After REEF-1030 migrates the first batch of tests, the rest of them need to be migrated here:
- ClassHierarchy\TestAnonymousType.cs
- ClassHierarchy\TestSerilization.cs
- Configuration\TestAvroSerializerRoundTrip.cs
- Injection\TestForkInjection.cs
- Injection\TestInjection.cs
- SmokeTest\RoundTripTest.cs
- Tang\TestTang.cs
TestAvroSerializerRoundTrip inherits test method from RoundTripTest, and xUnit can't recognize it, so it doesn't run tests in TestAvroSerializerRoundTrip.
The rest of tests are using ClassInitialize.
Attachments
Issue Links
- is blocked by
-
REEF-1030 Migrate Tang tests which use only simple attributes to xUnit
- Resolved