package org.argeo.slc.core.test; import org.argeo.slc.core.deploy.DeployedSystemId; /** * The unique id referencing a test result. * * @deprecated */ public interface TestResultId { /** Gets the id of the related deployed system. */ public DeployedSystemId getDeployedSystemId(); }