BladeRunnerJS / brjs

BladeRunnerJS (BRJS) is an open source development toolkit and framework for modular construction of large single-page HTML5 apps. It consists of a set of conventions, supporting tools and micro-libraries that make it easy to develop, test, deploy and maintain complex JavaScript apps.

Home Page:http://bladerunnerjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GWTTestRunner should call fixture factory teardown

thecapdan opened this issue · comments

start test calls setUp method
end test should call tearDown

This will allow users to clear up services and mappings generated in the fixture factory