assertCountThenComplete(ob,1);
}
@Test
public void testSetTimerButCancel() {
RxTimer timer=new RxTimer(vertx);
Observable<Long> ob=timer.setTimer(50);
// Subscription that expects 0 elements
Subscription sub=assertCountThenComplete(ob,0);
// Cancel via unsubscribe should complete empty