TestSuite

case class TestSuite(tests: List[TestEntry])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def runAll(config: TestConfig, except: List[TestId]): IO[TestResults]

Run the list of test entries

Run the list of test entries

Value parameters:
config

configuration of running

except

list of test ids that will be skipped

Returns:

results of tests

def runSingle(testId: TestId, config: TestConfig): IO[TestResult]

Inherited methods

Inherited from:
Product