Closed Stampede10343 closed 4 years ago
PHLight light = new PHLight("Name", "1234", "1", "1")
This causes a failure in my JUnit tests when trying to verify interactions with this light Android Studio shows a NPE on the toString() method
toString()
PHLight light = new PHLight("Name", "1234", "1", "1")
This causes a failure in my JUnit tests when trying to verify interactions with this light Android Studio shows a NPE on the
toString()
method