-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
The following content is translated by machine from DeepL, please forgive if the language is not correct
There are many asynchronous methods in SketchUp, such as UI::start_timer, HtmlDialog#add_action_callback, we sometimes encapsulate these asynchronous methods (the result of encapsulation is naturally asynchronous), how do we unit test these? Thanks!