aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
AgeCommit message (Expand)Author
2020-09-08Apply requested changesAndrzej Ratajczak
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to itsebastian.sellmair
2020-08-17Implement CompositeSourceSetID.plus APIsebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are expected...sebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-07-20Align json representation of filepathssebastian.sellmair
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-06-15Fix testsKamil Doległo
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-03-18Add default values for parametersSzymon Świstun
2020-03-18testsSzymon Świstun
2020-02-18Moves all core tests to base pluginPaweł Marks
2020-02-17Fix descriptor visiting, add test for DRI clash on JSKamil Doległo
2020-02-12Fixes infinite recursion bug for immediate nullable self typesPaweł Marks
2020-02-12Fixes infinite recursion in DRI expansion caused by bounds on nullable parame...Paweł Marks
2020-02-12Added Br handlingAndrzej Ratajczak
2020-02-12Removes unnecessary white spaceAndrzej Ratajczak
2020-02-12Adds requested changesAndrzej Ratajczak
2020-02-12Implements tests for MarkdownParser and fixes some bugs related to itsAndrzej Ratajczak
2020-02-12renameSzymon Świstun
2020-02-12page merger strategy with testsSzymon Świstun
2020-02-12testSzymon Świstun
2020-02-10testsSzymon Świstun
2020-02-10contentForClass fixed and testsSzymon Świstun
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo
2020-01-22tests moved to :testApi moduleSzymon Świstun
2020-01-17Fix TestRunner after the refactoring of DokkaGenerator pipelineKamil Doległo
2020-01-15Fix the test frameworkKamil Doległo
2020-01-15Add testing utils and examplesSzymon Świstun
2020-01-15Information about generics and nullability is no longer lostPaweł Marks
2019-12-13Add abstract structure for MD/HTML comments and MD parserBarkingBad
2019-11-26Rework DRIs to handle genericsKamil Doległo
2019-11-05Add merger (sort of)Kamil Doległo
2019-11-04Some parsing for markdown linksPaweł Marks
2019-11-04[WIP] intergraph transformerKamil Doległo
2019-10-31Add markdown content builderKamil Doległo
2019-10-31Remove all unnecessary filesKamil Doległo
2019-10-31[WIP] commit before rebaseKamil Doległo
2019-10-29[WIP] new modelKamil Doległo
2019-10-10Extract testApi from coreKamil Doległo
2019-10-10WIP on restructuringKamil Doległo
2019-10-03Fix the testsKamil Doległo
2019-08-27Fix for missing colon in links to external sites, https://github.com/Kotlin/d...Kamil Doległo
2019-06-21Fix groupNode tests, expected needs checkingKamil Doległo
2019-05-29remove ignore from kotlin website html testsKrystianUjma