在Android Studio中运行单元测试时,有没有办法很好地查看ErrorCollector规则收集的所有错误? 我只能在junitRunner的右窗格中看到最后一个错误。logcat工具显示了第一个错误,但使用起来比单元测试运行器方便得多。
这是我目前使用ErrorCollector的方式:
<mat-paginator
[length]="length"
[pageSize]="pageSize"
[pageSizeOptions]="pageSizeOptions"
[showFirstLastButtons]="true">
</mat-paginator>