public void testReadFromPropertiesWithEmptyProperties() throws Exception {
   Classpath recreatedClasspath = readClasspathFromProperties();
   assertTrue(recreatedClasspath.getClassPath().isEmpty());
 }