YaciConfig

scalus.testing.yaci.YaciConfig
case class YaciConfig(enableLogs: Boolean = ..., containerName: String = ..., reuseContainer: Boolean = ...)

Configuration for Yaci DevKit container

Value parameters

containerName

Name for the Docker container (used with reuse)

enableLogs

Enable container logs for debugging

reuseContainer

Reuse the same container across test runs for faster iteration

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product