vkammerer / ussd_service

A Flutter plugin to make USSD requests
https://pub.dev/packages/ussd_service
BSD 2-Clause "Simplified" License
21 stars 14 forks source link

How to make unit test? #11

Closed gausoft closed 2 years ago

gausoft commented 3 years ago

Is there any methods to test the right execution of ussd code?

vkammerer commented 2 years ago

Not sure I understand your question. The only thing that this plugin is doing is calling Android's sendUssdRequest so I don't know how could could test that in a unit test.