Ejemplo n.º 1
0
 public static Recorded <Notification <T> > ExpectedOnNext <T>(TimeSpan timeSpan, T value)
 {
     return(new Recorded <Notification <T> >(timeSpan.AsTestTime().Ticks, Notification.CreateOnNext(value)));
 }
Ejemplo n.º 2
0
 public static TimeSpan AsTestDisposalTime(this TimeSpan timeSpan)
 {
     return(timeSpan.AsTestTime().Add(One));
 }