Packages

p

edu.holycross.shot

citevalidator

package citevalidator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CiteValidator[+T] extends LogSupport
  2. case class DseValidator(citeLibrary: CiteLibrary, baseUrl: String = ..., basePath: String = ..., ictUrl: String = ...) extends CiteValidator[DsePassage] with LogSupport with Product with Serializable
    Annotations
    @JSExportAll()
  3. case class TestResult[+T](success: Boolean, summary: String, unit: T) extends Product with Serializable

    Results of testing a single artifact.

    Results of testing a single artifact.

    success

    True if tested object passed the test.

    summary

    Human-readable summary of the test.

    Annotations
    @JSExportAll()
  4. case class TestResultGroup(title: String, results: Vector[TestResult[Any]]) extends Product with Serializable

    Results of testing a single artifact.

    Results of testing a single artifact.

    Annotations
    @JSExportAll()

Value Members

  1. object LibraryValidator extends LogSupport
    Annotations
    @JSExportAll()

Ungrouped