summaryrefslogtreecommitdiff
path: root/test/scaladoc/scalacheck/HtmlFactoryTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7349 Partest supports test-interfaceSom Snytt2013-04-301-6/+11
| | | | | | | | Partest uses test-interface API to invoke ScalaCheck. This obviates ad hoc output checking for result status. The context class loader is set to a loader that the scaladoc scalacheck tests can use.
* Scaladoc cleanup.Eugene Vigdorchik2012-09-191-1/+1
| | | | Review by @VladUreche.
* SI-3314 SI-4888 Scaladoc: Relative type prefixesVlad Ureche2012-07-161-53/+20
| | | | | | | | | | | | And adds support for linking to class members, only usable from the model factory now, so no links to members from the doc comment yet, sorry. But it fixes the Enumeration problem once and for all! Also corrected the inTpl for members obtained by implicit conversions, so they're in the correct template and the comment variable expansion is done from the correct (but different) template. Review by @kzys.
* Fixes SI-5373Vlad Ureche2012-03-271-0/+730
And adds basic support for scaladoc model tests (class partest.ScaladocModelTest)