throw new RuntimeException("A file might be missing from the bundle: " + e.getMessage(), e);
}
// get the crocopat output
ExecuteNuSMV exec = new ExecuteNuSMV();
List<String> r = exec.execute(smv.openStream());
assertNotNull("Result should not be null", r);
// should have passed with some log info
assertFalse("Expected some results", r.size() == 0);