Skip to content

OLD Programming Model

Johannes Link edited this page Jan 12, 2016 · 2 revisions

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