Refactoring the HTML5 driver to use a private helper class so that the
functions are not all passing around the same set of variables all the time.
This brings the HTML5 driver closer in style to the banjo driver.
This is a non-functional change (pure refactoring) so does not require any
changes to the unit tests.
Coverage increased (+0.06%) to 87.519% when pulling 2bbbfdbd2295b16b2c5ffee9e5ce497a29eaae4f on mtlynch:refactor-html5-driver into 38bd5bcd0b8d5ffe0865c48ddf628f97083eda8b on m-lab:master.
Coverage increased (+0.06%) to 87.519% when pulling 58392ac0e139871cf06e591c39bd6900b89dfe9c on mtlynch:refactor-html5-driver into 38bd5bcd0b8d5ffe0865c48ddf628f97083eda8b on m-lab:master.
Refactoring the HTML5 driver to use a private helper class so that the functions are not all passing around the same set of variables all the time. This brings the HTML5 driver closer in style to the banjo driver.
This is a non-functional change (pure refactoring) so does not require any changes to the unit tests.
This change is