You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sketchup_test_utilities.rb contains many useful methods, and being inside the Testup source as opposed to the SketchUp API test suite, I would assume it's meant to be available for third party tests too.
However it would be easier to use if its methods were documented with descriptions that states the intentions behind them. For instance, what is the difference between close_active_model and discard_model_changes? When should what method be used?
Or maybe this file isn't meant for public consumption and may be subject to change. In that case it could perhaps be moved into the SketchUp API test suite (and we could have our own copy of it in our own third party test suites).
The text was updated successfully, but these errors were encountered:
sketchup_test_utilities.rb contains many useful methods, and being inside the Testup source as opposed to the SketchUp API test suite, I would assume it's meant to be available for third party tests too.
However it would be easier to use if its methods were documented with descriptions that states the intentions behind them. For instance, what is the difference between close_active_model and discard_model_changes? When should what method be used?
Or maybe this file isn't meant for public consumption and may be subject to change. In that case it could perhaps be moved into the SketchUp API test suite (and we could have our own copy of it in our own third party test suites).
The text was updated successfully, but these errors were encountered: