jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

Test Harness hooks #6

Open DavidSouther opened 12 years ago

DavidSouther commented 12 years ago

Our project needs some page-wide code to execute before our included test cases. We need a place to insert our own code after the goog.base include, but before the tests are added. We also could use a place after the tests for some cleanup.