includePackage

abstract fun includePackage(pkg: String): TestSpec(source)

Adds all tests declared in the target package to the test execution.

The effect is recursive, meaning that the tests defined in sub-packages will also be executed.

Return

this

Parameters

pkg

The target package.