IntegrationTesterBase
Attributes
- Source
- IntegrationTesterBase.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Abstract methods
Attributes
- Source
- IntegrationTesterBase.scala
Attributes
- Source
- IntegrationTesterBase.scala
Attributes
- Source
- IntegrationTesterBase.scala
Attributes
- Source
- IntegrationTesterBase.scala
Concrete methods
Initializes the workspace in preparation for integration testing
Initializes the workspace in preparation for integration testing
Attributes
- Source
- IntegrationTesterBase.scala
Attributes
- Source
- IntegrationTesterBase.scala
Remove any ID files to try and force them to exit
Abstract fields
Attributes
- Source
- IntegrationTesterBase.scala
Concrete fields
The working directory of the integration test suite, which is the root of the Mill build being tested. Contains the build.mill
file, any application code, and the out/
folder containing the build output
The working directory of the integration test suite, which is the root of the Mill build being tested. Contains the build.mill
file, any application code, and the out/
folder containing the build output
Each integration test that runs in the same baseWorkspacePath is given a new folder for isolation purposes; even though we try our best to clean up the processes and files from each Mill run, it still doesn't work 100%, and re-using the same folder can cause non-deterministic interference and flakiness
Attributes
- Source
- IntegrationTesterBase.scala