Lines Matching defs:value
20 value(0) {}
24 value = val.getInt();
26 int value;
74 obs.value = 1;
76 TS_ASSERT_EQUALS(obs.value, 1); // no notifications sent before adding
80 TS_ASSERT_EQUALS(obs.value, 10);
82 TS_ASSERT_EQUALS(obs.value, 10); // value should not change
86 TS_ASSERT_EQUALS(obs.value, 10); // no notifications sent after removal
93 obs.value = 1;
95 TS_ASSERT_EQUALS(obs.value, 1); // no notifications sent before adding
99 TS_ASSERT_EQUALS(obs.value, 10);
102 prefs->setInt("/some/random/value", 1234);
103 TS_ASSERT_EQUALS(obs.value, 10);
105 TS_ASSERT_EQUALS(obs.value, 10);
107 TS_ASSERT_EQUALS(obs.value, 10);
111 TS_ASSERT_EQUALS(obs.value, 10); // no notifications sent after removal