Wednesday, November 15, 2017

Junit 5


  • Junit 5 is rewritten in Java 8.
  • Junit 5 also called as Junit Lambda.
  • Junit 5 Support till Junit 3.8 and above.

No comments:

Junit 5 Architecture

Modules in JUnit 5 : •         junit-jupiter-api: This module defines the API that you need to write your tests. •         ...