File: README

package info (click to toggle)
sbt-test-interface 1.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 280 kB
  • sloc: java: 369; xml: 49; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
To build, run 'sbt package'

For test framework authors, the interfaces to implement are:
 * Framework
 * Runner2
 * Fingerprint (one of SubclassFingerprint or AnnotatedFingerprint)

For test framework clients, Logger and EventHandler must be implemented.