mwisnicki0 / android-obd-reader

Automatically exported from code.google.com/p/android-obd-reader
0 stars 0 forks source link

Each test must have new ObdCommand instance #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When we test an ObdCommand instance that stores some value as a member, always 
remember to reset those members before next test or risk to have your tests 
borked.

A good solution is to get a new ObdCommand instance on each test.

Original issue reported on code.google.com by pjpi...@gmail.com on 22 Oct 2011 at 4:51

GoogleCodeExporter commented 8 years ago

Original comment by pjpi...@gmail.com on 22 Oct 2011 at 4:57

GoogleCodeExporter commented 8 years ago

Original comment by pjpi...@gmail.com on 24 Oct 2011 at 1:22