Home | History | Annotate | Download | only in testapp

Lines Matching refs:obj2

35         MultiBindingClass2 obj2 = new MultiBindingClass2();
37 obj2.setValue("b", false);
39 mBinder.setObj2(obj2);
42 assertEquals(mBinder.merged.getText().toString(), join(obj1.getValue(), obj2.getValue()));
43 assertEquals(mBinder.view2.getText().toString(), join(obj2.getValue()));
44 assertEquals(mBinder.view2text.getText().toString(), obj2.getValue());
51 obj2.setValue("p", false);
54 // now invalidate obj1 only, obj2 should be evaluated as well
57 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString());
58 assertEquals("obj2 should not be re-evaluated", prev2, mBinder.view2.getText().toString());
59 assertEquals("obj2 should not be re-evaluated", prev2,