当前位置: 首页 > 文档资料 > JUnit 5 用户指南 >

1.2.5.1 概述

优质
小牛编辑
117浏览
2023-12-01

In contrast to the competing Runner, TestRule, and MethodRule extension points in JUnit 4, the JUnit Jupiter extension model consists of a single, coherent concept: the Extension API. Note, however, that Extension itself is just a marker interface.