OLD Programming Model - junit-team/junit-framework GitHub Wiki

Overview

This page incorporates ideas of what the JUnit Lambda programming model could look like, decoupled from implementation details of the test execution.

Asynchronous Test Execution & Assertions

  • Support Assert.xyz(...) methods in asynchronous flows / threads. - @hoegertn
  • See also: Assertion API