We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0122b commit 9d9f4bdCopy full SHA for 9d9f4bd
test/Test_Observer.dart
@@ -20,7 +20,9 @@ class Test_Observer {
20
21
// Make sure caller and callback were set
22
expect(observer.getNotifyMethod(), isNotNull);
23
+ expect(observer.notifyMethod, isNotNull);
24
expect(observer.getNotifyContext(), isNotNull);
25
+ expect(observer.notifyContext, isNotNull);
26
});
27
28
test('Constructor minimum args', () {
@@ -32,6 +34,7 @@ class Test_Observer {
32
34
33
35
// Make sure callback method was set
36
37
38
39
40
test('setNotifyMethod()', () {
0 commit comments