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