예제 #1
0
 public void convertNullSDKToSDK()
 {
     sdkEventNotificationConfig1 = null;
     converter = new EventNotificationConfigConverter(sdkEventNotificationConfig1);
     Assert.IsNull(converter.ToSDKEventNotificationConfig());
 }
예제 #2
0
 public void convertNullAPIToSDK()
 {
     apiCallback1 = null;
     converter    = new EventNotificationConfigConverter(apiCallback1);
     Assert.IsNull(converter.ToSDKEventNotificationConfig());
 }