Posts

Showing posts from June, 2010

JavaScript unit tests in Eclipse

Image
Anybody knows what's currently the most popular tool for javascript unit testing? While figuring this out, I made up a simple javascript unit tests integration with Eclipse to easily run precious tests from my favourite environment :-) Unit tests are simple objects with functions to test and there's a couple of JUnit-style assertions. I wonder if the above view could be integrated with some real JS unit test tool.