43.4.3 OutputCapture
OutputCapture
是JUnit的一个Rule
,用于捕获System.out
和System.err
输出。你可以将@Rule
注解capture,然后在断言中调用toString()
。如下所示:
最后更新于
OutputCapture
是JUnit的一个Rule
,用于捕获System.out
和System.err
输出。你可以将@Rule
注解capture,然后在断言中调用toString()
。如下所示:
最后更新于