int actual = 42; expect(actual, equals(42)); })); }); When we run the test again, it works as we wanted: $ dart test_async.dart callback fired!
確定! 回上一頁