Ejemplo n.º 1
0
 public UpdateNotificationParsing()
 {
     using(var stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("Texo.Tests.Payload.json"))
     {
         var payload = new StreamReader(stream).ReadToEnd();
         update = new UpdateNotificationParser(payload);
     }
 }
Ejemplo n.º 2
0
 public UpdateNotificationParsing()
 {
     using (var stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("Texo.Tests.Payload.json"))
     {
         var payload = new StreamReader(stream).ReadToEnd();
         update = new UpdateNotificationParser(payload);
     }
 }