divyang4481 / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Create Unit tests to flesh out JSAPI functionality #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A prototype version of class JSAPI is working.  It currently supports:

Methods
Properties
Firing events

Reference counting (if not yet, will very soon)

Unit tests need to be written to emulate the way the browsers will use the
JSAPI framework, as well as testing event firing.

Goal: 100% code coverage on this class (normally I prefer to be a little
less comprehensive on unit tests in case something changes, but this is a
fundamental class that must never break.

Original issue reported on code.google.com by taxilian on 2 Oct 2009 at 3:30

GoogleCodeExporter commented 8 years ago
Methods and properties done; a unit test for firing events would still be 
beneficial.

Original comment by taxilian on 20 Dec 2009 at 2:47

GoogleCodeExporter commented 8 years ago
This isn't as done as I'd like, but it would be more helpful to have specific 
issues; the project has outgrown this issue report.

Original comment by taxilian on 18 Aug 2010 at 9:35