aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin
AgeCommit message (Expand)Author
2020-07-08Merge "Progress on deprecation notices in kotlin. Fix test, improve replacewi...android-r-beta-3android-r-beta-2Treehugger Robot
2020-07-08Progress on deprecation notices in kotlin. Fix test, improve replacewith.Owen Gray
2020-07-07Don't use fully qualified names in Dokka JavadocAlex Saveau
2020-06-23Updates Kotlin compiler version to 1.3.61Louis Pullen-Freilich
2020-04-07Fix formatting for deprecation warnings, and add a test. Doesn't fix replacem...androidx-swiperefreshlayout-releaseOwen Gray
2020-02-13Add support for Kotlin input in dac tests.Aurimas Liutikas
2020-02-05Refactor dac tests to use the same source for dac and dac-as-java testsAndrea Falcone
2020-02-04Add tests for links to other classes in method return or parameters.android-r-preview-1Aurimas Liutikas
2020-01-31Rewrite how DAC tests are structured.Aurimas Liutikas
2020-01-29Start showing visibility modifiers in full method details.Aurimas Liutikas
2019-12-12Implement display of Java default constructorsAndrea Falcone
2019-12-10Add 2 tests for existing dac formatAndrea Falcone
2019-12-02Add a test to cover Java constructorAndrea Falcone
2019-11-25Updated test for dac-as-java format to use the full dac formatAndrea Falcone
2019-11-22Add a test for dac-as-java formatAndrea Falcone
2019-11-20@sample improvementsLouis Pullen-Freilich
2019-07-10Adding Dokka source to AOSPTiem Song
2018-06-19Replace Dokka source with a Dokka maven repo (see ./maven).Doug Sigelbaum
2018-02-06Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-...Douglas Sigelbaum
2018-02-02Take See Also into additional section, fix section headersSimon Ogorodnik
2018-02-01Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-...Douglas Sigelbaum
2018-02-01Implement inbound links in java layout htmlSimon Ogorodnik
2018-01-24Fix build by implementing template service and disable a failing test.Douglas Sigelbaum
2018-01-22Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-...Douglas Sigelbaum
2018-01-20Support constants from Java in KK modeSimon Ogorodnik
2018-01-20Add test for <T : A> T.extensionSimon Ogorodnik
2018-01-20Support constants extraction for KotlinSimon Ogorodnik
2018-01-19Support extensions on external classes correctlySimon Ogorodnik
2018-01-18Correctly support code blocksSimon Ogorodnik
2018-01-17Support propagating inherited extensions from librariesSimon Ogorodnik
2018-01-12Support deep inheritance with external classesSimon Ogorodnik
2018-01-11Add test case for JavaLayoutHtmlFormat, add simple testsSimon Ogorodnik
2017-12-07Merge branch 'java-layout-html-format' into devsite-with-java-layout-htmlSimon Ogorodnik
2017-12-07Revert: Dokka platform changes needed to implement Devsite requirements.Simon Ogorodnik
2017-12-05Uncomment and fix some special case testsSimon Ogorodnik
2017-12-05Append line before file path in testDataSimon Ogorodnik
2017-12-05Check file path in testData, when more then one nodeSimon Ogorodnik
2017-12-04Introduce test case with preset FileGeneratorSimon Ogorodnik
2017-12-02Update tests to new realitySimon Ogorodnik
2017-12-02WIP: Refactoring, remove LocationService, rework FormatDescriptorSimon Ogorodnik
2017-11-29Add test for wide range since kotlin versionsSimon Ogorodnik
2017-11-28Dokka platform changes needed to implement Devsite requirements.Douglas Sigelbaum
2017-11-28Remove JDK links test to pass build.Douglas Sigelbaum
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-22Add new "suppress" per-package option.Chris Rankin
2017-11-21Fix suppressing of companion when it implements some interfaceSimon Ogorodnik
2017-11-21Auto-expand type-aliases excluded from documentationSimon Ogorodnik
2017-11-21Fix find node by signature when referencing type parameterSimon Ogorodnik
2017-11-21Fix find node by signature when linking to extension with Type ParamSimon Ogorodnik
2017-11-20Support receiver referenceSimon Ogorodnik