Skip to content

tim-jones3560/vertx-unit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Test for Vert.x

Build Status

Async polyglot unit testing for Vert.x.

Documentation

See https://github.com/vert-x3/vertx-unit/blob/master/src/main/asciidoc/java/index.adoc

Todo

  • find a way to configure junit runner timeout
  • when asserting
    • check the same context is used when running with a context (configurable)
    • ensure that any assert is done before the completion of a test, at the moment we are doing that but only in the case of failure
  • provide subtest programming model (i.e add a tests in a test)
  • consider making TestResult an @DataObject instead
  • add closeable resource to register for automatic cleanup or do something like this
  • see how to extend state sharing to non json / non basic
  • filtering
  • handle reporter/formatter failures
  • same name test replaces previous ?
  • json stream reporter
  • reporters

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 68.1%
  • Groovy 11.4%
  • JavaScript 11.2%
  • Ruby 9.3%