public void SetPushChannelAsyncTest()
        {
            // TODO: add unit test for the method 'SetPushChannelAsync'
            SetPushChannel channel = null; // TODO: replace null with proper value

            instance.SetPushChannelAsync(channel);
        }
Example #2
0
 public void Init()
 {
     instance = new SetPushChannel();
 }