summaryrefslogtreecommitdiff
path: root/test/scaladoc/scalacheck/IndexScriptTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7349 Partest supports test-interfaceSom Snytt2013-04-301-4/+10
| | | | | | | | 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.
* Moved scaladoc sources into separate directory.Paul Phillips2013-03-091-1/+1
| | | | | | | | This change is not externally visible. It moves the scaladoc sources into src/scaladoc and adds an ant target for building them. The compilation products are still packaged into scala-compiler.jar as before, but with a small change to build.xml a separate jar can be created instead.
* Fixes SI-5373Vlad Ureche2012-03-271-0/+52
And adds basic support for scaladoc model tests (class partest.ScaladocModelTest)