svoid test_varWithNotifyToLiveValue() { new VarWithNotify var; var lv = varWithNotifyToLiveValue(var); new Flag flag; var.set("hello"); lv.onChange(flag); assertIsUp(flag); assertEqualsVerbose("hello", lv!); }