public static void ClassInit(TestContext ctx) { // silly unit tests can't find their own assembly SafeType.ForceLoadType(typeof(SerializerTest)); SafeType.ForceLoadType(typeof(Car)); SafeType.ForceLoadType(typeof(Company)); }
public static void ClassInit() { // silly unit tests can't find their own assembly SafeType.ForceLoadType(typeof(DataTest)); SafeType.ForceLoadType(typeof(Person)); }