Enable tests only if test backends are available

This commit is contained in:
Paul Schaub 2023-01-31 18:35:48 +01:00
parent 6fad442cd0
commit 6ac133499c
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
19 changed files with 32 additions and 9 deletions

View file

@ -17,6 +17,11 @@ import java.util.List;
import java.util.Map;
import java.util.Properties;
/**
* This implementation of {@link SOPInstanceFactory} reads the JSON file at
* <pre>external-sop/src/main/resources/sop/testsuite/external/config.json</pre>
* to determine configured external test backends
*/
public class ExternalSOPInstanceFactory extends SOPInstanceFactory {
@Override