summaryrefslogtreecommitdiff
path: root/test-framework
AgeCommit message (Expand)Author
2021-01-16Fix compilation after intellij clean up of old deprecated itemsVladimir Dolzhenko
2021-01-08Fix tests based on AbstractSearcherTestYan Zhulanow
2020-11-19[tests] KotlinLightCodeInsightFixtureTestCase: disable capture exceptions to ...Dmitry Gridin
2020-11-18[tests] inline: update testDataDmitry Gridin
2020-11-17[tests] KotlinTestUtils: fix environment for java9 testsDmitry Gridin
2020-11-17[tests] MockLibraryFacility: add `tearDown` function to companion for consist...Dmitry Gridin
2020-11-17[tests] MockLibraryFacility: convert asKotlinLightProjectDescriptor to propertyDmitry Gridin
2020-11-17[tests] MockLibraryFacility: add missing SDK to `asKotlinLightProjectDescriptor`Dmitry Gridin
2020-11-17[tests] migrate AbstractNavigateToLibraryTest to MockLibraryFacilityDmitry Gridin
2020-11-16Replace dependency on 'kotlinc.kotlin-stdlib-jdk8' with dependency on 'kotlin...Nikita Bobko
2020-11-16Replace dependency on 'kotlinc.kotlin-reflect' with dependency on 'kotlinc-de...Nikita Bobko
2020-11-16Replace 'kotlinc.kotlin-compiler' project library with 'kotlinc-delegator.kot...Nikita Bobko
2020-09-24Make testDataDirectory a propertyYan Zhulanow
2020-09-11[tests] fix jdk pathDmitry Gridin
2020-08-25Fixed src path for mock libraryVladimir Dolzhenko
2020-08-21Use RunAll in all Kotlin tearDown() implementationsYan Zhulanow
2020-08-21Replace PluginTestCaseBase.mockJdk9() with IDEA-global alternativeYan Zhulanow
2020-08-21Replace PluginTestCaseBase.mockJdk6() with IDEA-global alternativeYan Zhulanow
2020-08-21Replace PluginTestCaseBase.mockJdk8() with IDEA-global alternativeYan Zhulanow
2020-08-21Replace PluginTestCaseBase.mockJdk() with IDEA-global alternativeYan Zhulanow
2020-08-21Move IDEA_TEST_DATA_DIR from PluginTestCaseBaseYan Zhulanow
2020-08-19[inline] add tests for elements from jdkDmitry Gridin
2020-08-14Adjust test data after adding kt stdlib sources to project descriptorVladimir Dolzhenko
2020-08-13Test light project descriptors amendmentsVladimir Dolzhenko
2020-08-12Revert "fix compilation: explicitly set Java 8 language level"Yan Zhulanow
2020-08-12fix compilation: explicitly set Java 8 language levelDmitry Gridin
2020-08-06Fix comparison for SdkAndMockLibraryProjectDescriptorNikolay Krasko
2020-07-29Support intellij-kotlin (&Community) repositoryYan Zhulanow
2020-07-27Fix some `FIX ME WHEN BUNCH`Dmitry Gridin
2020-07-25Another iteration of kotlin.tests-common clean upYan Zhulanow
2020-07-24KotlinRoot.PATH now returns a Path, not a path StringYan Zhulanow
2020-07-24Replace some usages of NewLibraryEditor with Library.ModifiableModelYan Zhulanow
2020-07-24Add missing kotlin.jvm dependency to kotlin.test-frameworkYan Zhulanow
2020-07-21Allow several sources in MockLibraryFacilityYan Zhulanow
2020-07-21Re-work test paths in Kotlin testsYan Zhulanow
2020-07-20KotlinLightCodeInsightFixtureTestCase: rewrite {enable/disable}KotlinOfficial...Dmitry Gridin
2020-07-20Tests: remove `file` argument from `configureCodeStyleAndRun`Dmitry Gridin
2020-07-20KotlinCodeStyleSettings: remove `getInstance`Dmitry Gridin
2020-07-16Inline getLocalPath()Yan Zhulanow
2020-07-16Remove remaining parts of "all files present" checkingYan Zhulanow
2020-07-16Partially migrate tests to MockLibraryFacilityYan Zhulanow
2020-07-16Pass module and package names to stand-alone JavaScript compilerYan Zhulanow
2020-07-16Introduce KotlinCompilerStandalone-local platformsYan Zhulanow
2020-07-15KotlinArtifacts: split to test and production artifactsNikita Bobko
2020-07-15Rename `KotlinTestArtifacts` to `AdditionalKotlinArtifacts`Nikita Bobko
2020-07-14Fix `kotlin-coroutines-experimental-compat.jar`Nikita Bobko
2020-07-14Extract KotlinTestArtifacts from KotlinArtifactsNikita Bobko
2020-07-14Refactoring: Turn `KotlincArtifacts` into objectNikita Bobko
2020-07-14Replace all explicit `TestKotlinArtifacts` usages with `KotlinArtifacts.getIn...Nikita Bobko
2020-07-14Add missing dependencies to test-framework moduleYan Zhulanow