]> git.argeo.org Git - gpl/argeo-slc.git/blob - test/TestResultId.java
Prepare next development cycle
[gpl/argeo-slc.git] / test / TestResultId.java
1 package org.argeo.slc.core.test;
2
3 import org.argeo.slc.core.deploy.DeployedSystemId;
4
5 /**
6 * The unique id referencing a test result.
7 *
8 * @deprecated
9 */
10 public interface TestResultId {
11 /** Gets the id of the related deployed system. */
12 public DeployedSystemId getDeployedSystemId();
13
14 }