6061626364656667686970
@Test public void testNotify() { final Ref<String> result = new Ref<String>(); final StatusNotifier notifier = new StatusNotifier() { @Override public void notifyPending() { result.value = "pending"; }
919293949596979899100101
@Test public void testNotifyDenid() { final Ref<String> result = new Ref<String>(); final StatusNotifier notifier = new StatusNotifier() { @Override public void notifyPending() { result.value = "pending"; }