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