Package com.indeed.proctor.common
Class TestMatrixVerifier
- java.lang.Object
-
- com.indeed.proctor.common.TestMatrixVerifier
-
public class TestMatrixVerifier extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestMatrixVerifier(java.lang.String source, java.lang.String testMatrixJson, int connectionTimeout)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)booleanverifyArtifact(java.net.URL requiredTestsUrl)
-
-
-
Method Detail
-
verifyArtifact
public boolean verifyArtifact(@Nonnull java.net.URL requiredTestsUrl) throws IncompatibleTestMatrixException, java.io.IOException, MisconfiguredProctorConsumerException, MissingTestMatrixException- Throws:
IncompatibleTestMatrixExceptionjava.io.IOExceptionMisconfiguredProctorConsumerExceptionMissingTestMatrixException
-
main
public static void main(@Nonnull java.lang.String[] args) throws java.io.IOException, IncompatibleTestMatrixException, MisconfiguredProctorConsumerException, MissingTestMatrixException- Throws:
java.io.IOExceptionIncompatibleTestMatrixExceptionMisconfiguredProctorConsumerExceptionMissingTestMatrixException
-
-