trait MainTestableConfBased extends TestableMain
Testable main trait with a configurable file CLI implementation.
Combine testability with modularity.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MainTestableConfBased
- TestableMain
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val CLIConfigContents: String
- Attributes
- protected[this]
- abstract val programName: String
- abstract def testableMain(args: Set[ArgumentCLI]): Iterable[String]
Testable interface for main program.
Testable interface for main program.
- Definition Classes
- MainTestableConfBased → TestableMain
- abstract val version: String
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getHelp: Seq[String]
Get help string.
Get help string.
- Attributes
- protected[this]
- See also
https://www.gnu.org/prep/standards/html_node/_002d_002dhelp.html#g_t_002d_002dhelp
- def getVersion: Seq[String]
Get program version name.
Get program version name.
- Attributes
- protected[this]
- See also
https://www.gnu.org/prep/standards/html_node/_002d_002dversion.html#g_t_002d_002dversion
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def main(args: Array[String]): Unit
Parse arguments, read stdin process and output to stdout.
Parse arguments, read stdin process and output to stdout.
- Definition Classes
- MainTestableConfBased → TestableMain
- See also
https://en.wikipedia.org/wiki/Standard_streams
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testableMain[X](args: Seq[String])(implicit arg0: ClassTag[X]): Iterable[String]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()