jetbrains-ultimate/tst/software/aws/toolkits/jetbrains/utils/rules/GoCodeInsightTestFixtureRule.kt [43:51]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createTestFixture(): CodeInsightTestFixture { val fixtureFactory = IdeaTestFixtureFactory.getFixtureFactory() val projectFixture = fixtureFactory.createFixtureBuilder(testName) val codeInsightFixture = fixtureFactory.createCodeInsightFixture(projectFixture.fixture) codeInsightFixture.setUp() codeInsightFixture.testDataPath = testDataPath return codeInsightFixture } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jetbrains-ultimate/tst/software/aws/toolkits/jetbrains/utils/rules/NodeJsCodeInsightTestFixtureRule.kt [76:84]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createTestFixture(): CodeInsightTestFixture { val fixtureFactory = IdeaTestFixtureFactory.getFixtureFactory() val projectFixture = fixtureFactory.createFixtureBuilder(testName) val codeInsightFixture = fixtureFactory.createCodeInsightFixture(projectFixture.fixture) codeInsightFixture.setUp() codeInsightFixture.testDataPath = testDataPath return codeInsightFixture } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -