]> git.argeo.org Git - gpl/argeo-slc.git/blob - TestResultId.java
8c9425399361a30b652e31d94fbd60b6e1e9a7e2
[gpl/argeo-slc.git] / TestResultId.java
1 package org.argeo.slc.core.test;
2
3 import org.argeo.slc.core.deploy.DeployedSystemId;
4
5 /** The unique id referencing a test result.*/
6 public interface TestResultId {
7 public DeployedSystemId getDeployedSystemId();
8
9 }