]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc/src/main/java/org/argeo/slc/core/test/TestResultId.java
Improve error logging and reporting
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / test / 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 /** Gets the id of the related deployed system. */
8 public DeployedSystemId getDeployedSystemId();
9
10 }