*/
public boolean runTests() { return testable; }
public void validateArtifact() throws WSIException {
// Get the log file reader
LogReader logReader = DocumentFactory.newInstance().newLogReader();
// Create log reader callback
LogProcessor envelopeProcessor = new LogProcessor(this);
// Start reading the log file
logReader.readLog(analyzerConfig.getLogLocation(), envelopeProcessor);
}