616263646566676869
public void doAssert() throws IsolatedSampleUnavailableException { if (!isROMSample()) { if ((localFile != null && localFile.exists())) return; throw new IsolatedSampleUnavailableException("File not available"); } }