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

Support for async testing #8

Closed DavidSouther closed 12 years ago

DavidSouther commented 12 years ago

This request provides hooks for {preamble}, {prologue} and {epilogue} in the generated test suite.

{preamble} gets put in the before the .</p> <p>{prologue} goes in the body, after the goog.base script but before any other scripts.</p> <p>{epilogue} goes in the body, immediately before the closing </body>.</p> <p>There are also two small changes to the TestCaseSummaryParse and TestCase to handle the titles jsunit generates when doing async testing.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>