dint-dev / universal_html

Cross-platform 'dart:html'.
https://pub.dev/packages/universal_html
Apache License 2.0
201 stars 63 forks source link

Not able to mock the package #40

Closed RahulDole closed 1 year ago

RahulDole commented 3 years ago

I am using this library to use the html.window.open() method in my code, but I'm not able to mock it for my tests. I have imported the lib like this import "package:universal_html/html.dart" as html; in the code. My test tries to verify (using mockito) whether this method was called and also verify what argument was used. Please help! Thanks :)

terrier989 commented 1 year ago

This was fixed in 2.1.0.