Class TestMatrixArtifact


  • public class TestMatrixArtifact
    extends java.lang.Object
    Represents the entirety of the test specification artifact as the consumers should consume it
    • Constructor Detail

      • TestMatrixArtifact

        public TestMatrixArtifact()
    • Method Detail

      • getAudit

        @Nullable
        public Audit getAudit()
      • setAudit

        public void setAudit​(@Nullable
                             Audit audit)
      • collectionsToSets

        public static java.util.Map<java.lang.String,​java.lang.Object> collectionsToSets​(@Nonnull
                                                                                               java.util.Map<java.lang.String,​java.lang.Object> inputMap)