Package-level declarations

Types

Link copied to clipboard
abstract class ProjectTest : HasTestEnvironmentFactory<ProjectTestEnvironmentFactory>

Base test class for tests related to projects. Provides useful utility functions for setting up project-related tests.

Link copied to clipboard
open class ProjectTestEnvironment(val projectCache: ProjectCache, names: List<String>, testLocation: TestLocation = TestLocation.get()) : TestEnvironment, ProjectCollector

A specialized TestEnvironment for project-related tests. Provides utility functions for creating files and dependencies.

Link copied to clipboard