- Notifications
You must be signed in to change notification settings - Fork3
ThoughtWorksInc/sbt-example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
sbt-example is an sbt plug-in for creating unit tests from examples in Scaladoc.
The previous version of this project is the macro annotation@example, which isdeprecated and does not support Scala 2.12.5+ version.
- AsynchronousPool - an asynchronous resource pool, whose Scaladoc contains tests written inScalaTest andScalaMock
- Factory - a dependent-type type class for dependency injection, whose Scaladoc contains a huge number of small usecases.
- PartialApply - a dependent-type type class for partial applying a function, whose Scaladoc is written inGiven-When-Then style.
- NullSafe - a library to provide Kotlin / Groovy flavored null-safe
?operator in Scala. - scalajs-all-in-one-template - a project template for Scala.js static web projects, whose Scaladoc contains examples executed injsdom.
(Feel free to add your Scaladoc here)
- Documentation of sbt-example - sbt-example eats its own dog food. The tests of sbt-example are generated by sbt-example itself from Scaladoc, which can be also considered as the documentation for using sbt-example.
- Sbt 1.x
About
Run Scaladoc as unit tests
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.