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

            instance.SetPushChannelAsync(channel);
        }
Ejemplo n.º 2
0
 public void Init()
 {
     instance = new SetPushChannel();
 }