I was creating unit tests to test methods in the LessonPlan class and I was getting this error "java.lang.RuntimeException: Internal graphics not initialized yet". The error pointed to a data field in the Card class which is type Image. How do I get around this error while unit testing?