IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Test Project and Testdata Directories

Edit pageLast modified: 28 October 2024

The test fixture creates a test project environment. Unless you customize the project creation, the test project will have one module with one source root called src. The test project files exist either in a temporary directory or in an in-memory file system, depending on which implementation of TempDirTestFixture is used.

BasePlatformTestCase (renamed from LightPlatformCodeInsightFixtureTestCase in 2019.2) uses an in-memory implementation; if you set up the test environment by calling IdeaTestFixtureFactory.createCodeInsightFixture(), you can specify the implementation to use.