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.runmacrubytests
- finduimenu(*path)
- finduimenu_items menu
- assertuimenu menu, *items
- finduimenu_item(*path)
- assertuiaction obj, target, action, key = nil
- assertuibinding item, binding_name, target, path
Changes:
1.0.0 / 2010-07-15
1 major enhancement
- Birthday!

Leave a comment