My favorites | Sign in
Project Logo
                
Feeds:
People details
Project owners:
  featheredwings

Tyburn is a fast, minimal, extensible Java Swing harness.

Unlike many other Swing testing harnesses, this is an automation tool rather than a test extension. This means you can use it with anything you like - JUnit, RSpec and JRuby, your demo, any mocking framework, etc. It doesn't extend JUnit's TestCase.

This project has been driven using BDD techniques. This means that, in src/behaviour, you will find examples of Tyburn being used. These examples also serve as Tyburn's tests.

Tyburn was originally part of JBehave 1.0, and has been extracted to allow independent development of both libraries.

Here's how to use it:

WindowControl control = new WindowControl("my.named.frame");
control.clickButton("a.button");
control.enterText("a.textfield", "Text1");








Hosted by Google Code