Popularity
2.5
Stable
Activity
0.0
-
32
22
2
Description
sbt-example is an sbt plug-in for creating unit tests from examples in Scaladoc
Programming language: Scala
License: Apache License 2.0
Latest version: v7.0.1
sbt-example alternatives and similar packages
Based on the "Sbt plugins" category.
Alternatively, view sbt-example alternatives based on common mentions on social networks and blogs.
-
sbt-ensime
DISCONTINUED. Generates .ensime config files for SBT projects http://ensime.org/build_tools/sbt -
sbt-dependency-check
SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). :rainbow: -
sbt-unidoc
sbt plugin to create a unified Scaladoc or Javadoc API document across multiple subprojects. -
sbt-classfinder
SBT plugin for retrieving runtime information about the classes and traits in a project
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of sbt-example or a related project?
README
sbt-example
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 is deprecated and does not support Scala 2.12.5+ version.
Showcases
- AsynchronousPool - an asynchronous resource pool, whose Scaladoc contains tests written in ScalaTest and ScalaMock
- 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 in Given-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 in jsdom.
(Feel free to add your Scaladoc here)
Dogfooding
- 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.
Requirements
- Sbt 1.x