t

es.weso.shextest.manifest

ValidateManifest

trait ValidateManifest extends RunManifest

Source
ValidateManifest.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValidateManifest
  2. RunManifest
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class EntryParam(entry: Entry, name: String, parentFolder: String, nameIfSingle: Option[String], ignoreList: List[String]) extends Product with Serializable
    Definition Classes
    RunManifest
  2. type EntryProcess = (EntryParam) ⇒ IO[Option[Result]]
    Definition Classes
    RunManifest

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def eq(s1: String, s2: String): Boolean
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def err(msg: String): EitherT[IO, String, String]
  10. def fromEitherS[A](e: Either[String, A]): EitherT[IO, String, A]
  11. def fromIO[A](io: IO[A]): EitherT[IO, String, A]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def info(msg: String, verbose: Boolean): IO[Unit]
    Definition Classes
    RunManifest
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def negativeStructure(ns: NegativeStructure, folderURI: URI): IO[Option[Result]]
  18. def negativeSyntax(ns: NegativeSyntax, folderURI: URI): IO[Option[Result]]
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def ok(msg: String): EitherT[IO, String, String]
  22. def parseManifest(name: String, folder: String, parentFolder: String, nameIfSingle: Option[String], ignoreList: List[String], verbose: Boolean): IO[List[Result]]
  23. def processEntryValidating(verbose: Boolean): EntryProcess
  24. def representationTest(repTest: RepresentationTest, folderURI: URI): IO[Option[Result]]
  25. def runManifest(name: String, folder: String, parentFolder: String, nameIfSingle: Option[String], ignoreList: List[String], withEntry: EntryProcess, verbose: Boolean): IO[List[Result]]
    Definition Classes
    RunManifest
  26. def showFailed(vs: List[Result], withReason: Boolean): String
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from RunManifest

Inherited from AnyRef

Inherited from Any

Ungrouped