aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/format
AgeCommit message (Collapse)Author
2020-04-07Fix formatting for deprecation warnings, and add a test. Doesn't fix ↵androidx-swiperefreshlayout-releaseOwen Gray
replacement links. Bug: b/149580603 Test: new test (gw test) Change-Id: Ic167dd3e14a1e444985a61a941b3c46b93d521f5
2020-02-13Add support for Kotlin input in dac tests.Aurimas Liutikas
Test: Added a kotlin class to javaSeeTag test Change-Id: Iae187d294f7432893600ef0a489c6ce6c30c4876
2020-02-05Refactor dac tests to use the same source for dac and dac-as-java testsAndrea Falcone
BUG: 144855335 Test: Dac tests from IDE Change-Id: I9755016a6ea176ed4ae8e98985532fb844dd68b3
2020-02-04Add tests for links to other classes in method return or parameters.android-r-preview-1Aurimas Liutikas
Bug: 136558221 Test: Newly added tests Change-Id: I66a2d9fa135ec9515f2b5dc140b94497c118c0d2
2020-01-31Rewrite how DAC tests are structured.Aurimas Liutikas
Update the test structure to allow to pass in multiple input files for a single test. Test: existing tests still pass Change-Id: I3944eae55bd8fc71528c91d9c3c6d37f90531729
2020-01-29Start showing visibility modifiers in full method details.Aurimas Liutikas
This matches how doclava and koltin html output handles it. The logic closely matches KotlinLanguageService#renderFunction Bug: 146661040 Test: Modified test data for DacAsJavaFormatTest to match the new expectation of having new visibility modifiers in the method description. Alsod added a new test to test all method visibilities Change-Id: Ie2e15fa9f915f20b2b1ff9b72b2e1e55f60d2f17
2019-12-12Implement display of Java default constructorsAndrea Falcone
PsiClass does not include methods which are not present in the text of the code. So when there are no constructors in a java class this represents a class that only has a default constructor. The fix is to create one for documentation. BUG: 136499372 Test: All tests via IntelliJ Change-Id: I8e7050fb6ac51d289a1a1e4f61a7581f72b240fc
2019-12-10Add 2 tests for existing dac formatAndrea Falcone
Extract common dac format testing logic To enable more testing and bug fixing BUG: 136499372 Test: DacFormatTest from Intellij Change-Id: If65b2ab07f45baefbff876123f981510f08c1ce3
2019-12-02Add a test to cover Java constructorAndrea Falcone
Test: ran tests in IntelliJ Change-Id: I4d6217a70ea7cea1f4deccc2d955fecd462a83e0
2019-11-25Updated test for dac-as-java format to use the full dac formatAndrea Falcone
Test: tested in IDE Change-Id: If0cea9248810090433231f976a83b6bdf6a6d777
2019-11-22Add a test for dac-as-java formatAndrea Falcone
Test: tested in IDE Change-Id: Ibb46ceb7e4bedd10317094776a058696819d246e
2019-07-10Adding Dokka source to AOSPTiem Song
This is taken from commit 4ff3d4153ca344398bffcdaaa28f1a1f6e76f6ad from https://github.com/google/dokka, which is Google's customized fork of Dokka (https://github.com/Kotlin/dokka). Bug: 135767980 Test: ./gradlew :core:cleanTest :core:test Test: ./gradlew :runners:gradle-integration-tests:clean :runners:gradle-integration-tests:test Change-Id: I332d0b522706e353c3837f6308aac1a8340d71d3
2018-06-19Replace Dokka source with a Dokka maven repo (see ./maven).Doug Sigelbaum
Artifacts pulled from https://teamcity.jetbrains.com/viewLog.html?tab=artifacts&buildId=1485600. Bug: 72394196 Change-Id: I36ba18127bec9a2c393a9a7740623b98500f2d73
2018-02-06Merge remote-tracking branch 'upstream/java-layout-html-format' into ↵Douglas Sigelbaum
devsite-with-java-layout-html
2018-02-02Take See Also into additional section, fix section headersSimon Ogorodnik
Looks like Returns section minor broken (doesn't contain return type)
2018-02-01Merge remote-tracking branch 'upstream/java-layout-html-format' into ↵Douglas Sigelbaum
devsite-with-java-layout-html
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 ↵Douglas Sigelbaum
devsite-with-java-layout-html
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
Now without value
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-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-11-29Add test for wide range since kotlin versionsSimon Ogorodnik
2017-11-28Remove JDK links test to pass build.Douglas Sigelbaum
2017-11-27Add language version argumentsSimon Ogorodnik
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
2017-11-02#228: Correctly render multiline indented code blocksSimon Ogorodnik
Fix #228
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
#167 #KT-18213 fixed
2017-05-18Support reference-style markdown links in KDocSimon Ogorodnik
#KT-17924 fixed
2017-05-18Fix invalid line breaks in table cells for markdown formatsSimon Ogorodnik
#KT-16234 fixed
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-11Resolve links in package docs in whole moduleSimon Ogorodnik
#KT-16485 fixed
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
2017-05-02Fix missing whitespace around links and tokens in Markdown formatted textAlex Waters