-
There is a potential use case where sub-trees in the object graph need to be matched independently. It would be much easier to accomplish this if `Matcher` supported sub-Matchers.
This would look som…
-
I am using a different management port with `management.server.base-path: '/management'` and `management.endpoints.web.base-path: '/'`.
When setting up security as `.requestMatchers(EndpointRequest…
-
### Describe the issue
Consider the following example
```C++
MATCHER(MatchSomething, "")
{
*result_listener
-
It would be nice to have a lint to catch uses of the `expect` from `package:test` where the expected and actual arguments do not have compatible types. Right now both parameters are typed as `dynamic`…
-
This is more-or-less a continuation of issue #25 (most of which is actually [here](https://github.com/rust-lang/rust/issues/14015)).
# Preface
I don't personally have an urgent need for this fun…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ /usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8u-ysd/hot…
-
### Why?
This rules helps ensure that we use getBy matchers when we want to assert element exists, are check, are accessible etc and queryBy only when elements don't exist. This is our standard for…
-
The equality matcher `eq` currently only checks the contents (via `==` semantics). It does not take into account the actual data type unless the `==` implementation validates that explicitly.
An ex…
-
The Accord testkit (for both Specs2 and ScalaTest) is both woefully underpowered and fails the DRY principle. Specifically, it makes it very hard to use native matchers, and impossible to compose rule…
-
I'm not sure why I'm getting this error when I run the code. What helps is if I find the file in question and then "resize" the file (but putting 100% in the dimensions so I'm not actually resizing it…