commit | b15631f0729bdb48a0f9f494c2a4070728661bf4 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Thu May 02 13:00:23 2019 +0200 |
committer | Alice Kober-Sotzek <aliceks@google.com> | Thu May 02 16:36:35 2019 +0000 |
tree | 3c6875044498a8d283576d2e80d779bf62ba4462 | |
parent | 384007438cd473dc3f61eb8424c2b0e40722ee13 [diff] |
Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). Change-Id: I3d7d45e01f6eaaae979d78d68bb48016c58cb145
Gerrit plugin to provide simple submit rules and a rest API to configure them.
By simple, we mean any rule that can be described in one sentence. Or fits in a tweet.
Having a set of simple rules makes composition easier, thus allowing harder rules to be defined ... in a simple way :)
Of course, this plugin can't contain all the simple rules one can think of, and will only contain rules that seem popular or interesting to have.