yugabyte/yugabyte-db

Log assertions as soon as they happen in Java tests

Open

#230 创建于 2018年4月23日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)C (1,003 fork)batch import
help wantedkind/enhancement

仓库指标

Star
 (8,229 star)
PR 合并指标
 (平均合并 17天 21小时) (30 天内合并 92 个 PR)

描述

In our Java tests, assertions get thrown as exceptions and show up much later at the end of the test. We can create our own set of assertFoo functions that would print a conspicuous log message before throwing an exception.

贡献者指南