idea-plugin / arrow.meta.ide.testing.env / IdeTestSetUp
abstract class IdeTestSetUp : LightPlatformCodeInsightFixture4TestCase
This is the entry point for Test classes JUnit initializes the Test Environment and registers your custom ide-plugin.
This empty abstract class is needed, as the underlying TestFramework may change for future versions.
Please note, that this set up is solely for light UI tests, that don’t require a build environment or generated sources.
In those cases, one may supply one of the HeavyIdeaTests
or Testcase
the one in our test directory for gradle.
<init> | This is the entry point for Test classes JUnit initializes the Test Environment and registers your custom ide-plugin. This empty abstract class is needed, as the underlying TestFramework may change for future versions. Please note, that this set up is solely for light UI tests, that don’t require a build environment or generated sources. In those cases, one may supply one of the HeavyIdeaTests or Testcase the one in our test directory for gradle.IdeTestSetUp(vararg dependencies: TestFile = emptyArray()) |
dependencies | vararg val dependencies: Array <out TestFile > |
setUp | open fun setUp(): Unit |
Do you like Arrow?
✖