[ANN] minitest-macruby 1.0.0 Released
minitest-macruby version 1.0.0 has been released! * <http://rubyforge.org/projects/bfts> minitest-macruby provides extensions to minitest for macruby UI testing. It provides a framework to test GUI apps in a live instance. Documentation and examples are light at the moment as I've just thrown this together. Suggestions for extensions are very welcome! Currently it provides the following methods in minitest's assertions: * self.run_macruby_tests * find_ui_menu(*path) * find_ui_menu_items menu * assert_ui_menu menu, *items * find_ui_menu_item(*path) * assert_ui_action obj, target, action, key = nil * assert_ui_binding item, binding_name, target, path Changes: ### 1.0.0 / 2010-07-15 * 1 major enhancement * Birthday!
Hi Ryan, Sorry for the late reply! And thanks for working on this. I was wondering if anyone here actually tried it and has feedback or suggestions. I will try it later this week and see if I can come up with some ideas too. It might eventually be interesting to bundle this work into MacRuby 0.7. Laurent On Jul 15, 2010, at 6:09 PM, Ryan Davis wrote:
minitest-macruby version 1.0.0 has been released!
* <http://rubyforge.org/projects/bfts>
minitest-macruby provides extensions to minitest for macruby UI testing. It provides a framework to test GUI apps in a live instance. Documentation and examples are light at the moment as I've just thrown this together. Suggestions for extensions are very welcome!
Currently it provides the following methods in minitest's assertions:
* self.run_macruby_tests * find_ui_menu(*path) * find_ui_menu_items menu * assert_ui_menu menu, *items * find_ui_menu_item(*path) * assert_ui_action obj, target, action, key = nil * assert_ui_binding item, binding_name, target, path
Changes:
### 1.0.0 / 2010-07-15
* 1 major enhancement
* Birthday!
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi, It is available as a Gem on GemCutter. http://rubygems.org/gems/minitest-macruby gem install minitest-macruby I don't think it is documented, yet. Rob ---- http://robgleeson.github.com Website http://github.com/robgleeson GitHub rob@flowof.info E-Mail On 20 Jul 2010, at 01:57, Henry Maddocks wrote:
On 16/07/2010, at 1:09 PM, Ryan Davis wrote:
minitest-macruby version 1.0.0 has been released!
Do you have info on how we are supposed to install and run this?
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
On 20/07/2010, at 1:04 PM, Rob Gleeson wrote:
Hi,
It is available as a Gem on GemCutter.
http://rubygems.org/gems/minitest-macruby gem install minitest-macruby
I don't think it is documented, yet.
To be used with macruby I presume it should be installed with macgem? If so I guess the dependencies need to be installed the same way? Henry
Hi Henry, On Jul 19, 2010, at 6:13 PM, Henry Maddocks wrote:
On 20/07/2010, at 1:04 PM, Rob Gleeson wrote:
Hi,
It is available as a Gem on GemCutter.
http://rubygems.org/gems/minitest-macruby gem install minitest-macruby
I don't think it is documented, yet.
To be used with macruby I presume it should be installed with macgem? If so I guess the dependencies need to be installed the same way?
Yes, also the dependencies are handled by rubygems (that's one of its feature :)). You can refer to Ryan's original post here on how to use the gem: http://lists.macosforge.org/pipermail/macruby-devel/2010-June/005402.html I don't know if the interface changed since he originally posted it but it may be similar. Laurent
participants (4)
-
Henry Maddocks
-
Laurent Sansonetti
-
Rob Gleeson
-
Ryan Davis