Exemple #1
0
 public void convertNullAPIToAPI()
 {
     apiCallback1 = null;
     converter    = new EventNotificationConfigConverter(apiCallback1);
     Assert.IsNull(converter.ToAPICallback());
 }
Exemple #2
0
 public void convertNullSDKToSDK()
 {
     sdkEventNotificationConfig1 = null;
     converter = new EventNotificationConfigConverter(sdkEventNotificationConfig1);
     Assert.IsNull(converter.ToSDKEventNotificationConfig());
 }