Skip to content
BrianGenisio edited this page Apr 5, 2011 · 31 revisions

BDD for your ActionScript -- a port of jasmine from JavaScript

Jasmine is a behavior-driven development framework for testing your ActionScript code. It does not depend on any other ActionScript frameworks. It has a clean, obvious syntax so that you can easily write tests. See this blog post announcing Jasmine-Flex.

describe("Jasmine", function() {
  it("makes testing ActionScript awesome!", function() {
    expect(yourCode).toBeLotsBetter();
  });
});

There is some great documentation on the Jasmine site that doesn't change at all for jasmine-flex:

What's Here:

Support

Discussion: Google Group
Group email: jasmine-js@googlegroups.com
Report jasmine-flex bugs at GitHub
Twitter: @JasmineBDD


powered by and SRT Solutions