damoclark / buzzer.click

Buzzer.click is an online synchronous quiz game that implements a fun ‘buzzer’ type system, such that during a contested response to a question, the first person to ‘buzz’ is identified and thus has first opportunity to answer.
8 stars 3 forks source link

Reduce private field accessing #27

Open pleb opened 8 years ago

pleb commented 8 years ago

A lot of the unit test currently access private fields to conduct testing. A clean up effort is required to reduce this.