public void convertNullAPIToAPI() { apiCallback1 = null; converter = new EventNotificationConfigConverter(apiCallback1); Assert.IsNull(converter.ToAPICallback()); }
public void convertNullSDKToAPI() { sdkEventNotificationConfig1 = null; converter = new EventNotificationConfigConverter(sdkEventNotificationConfig1); Assert.IsNull(converter.ToAPICallback()); }