-
I propose to add two new methods to ReceiveMessageBuilder in the Java DSL: validateXpath and validateJsonPath, which accept Maps as arguments. (see lines 585-604)
Here is the motivation... I have m…
-
There are `not*` assertions for lots of methods, but there isn't one for `notInArray`. I need this assertion for a project I'm working on, and, at the moment, I'm having to do this manually unless the…
-
With version openjml OpenJML-0.8.52-20210212.
[FreshBugs.java.gz](https://github.com/OpenJML/OpenJML/files/6253808/FreshBugs.java.gz)
```
(base) Mahopac-2021:src vijaysaraswat$ time /Library/Java…
-
#### Summary
For reasons of historical necessity, AssertJ has used abstract classes to form the backbone of the assertion class hierarchy. There are a couple of disadvantages to this:
1. Harder …
-
I was getting an error trying to understand how to use the actor methods and I got an assertion error without much info.
Looking at the [code](https://github.com/ray-project/ray/blob/7b1c5dbe0a521…
-
Currently all the methods' API docstring are not up to date with behaviour. I saw some assertions that are for validation but their behaviour is not reflected in methods' api comments.
-
I'm a big fan of how BDD strives for readability in tests. For example:
```
expect(favouriteLibrariesOf(self)).to.contain('redux-saga-test-plan');
```
I have the impression that this library wants…
-
By far, Most of the time you want to make sure that an assertion is eventually true over the timeout period. In other words, it can fail any number of time up until the timeout, but the moment it pass…
-
It appears that the stack size in WebKit isn't large enough and crashes when executing.
## Links
- https://emscripten.org/docs/getting_started/FAQ.html#why-do-i-get-a-stack-size-error-when-opt…
-
Intellij can generate null checks for annotation - see option "Add runtime assertions for not-null annotated methods and parameters" in Compiler options https://www.jetbrains.com/help/idea/2016.3/comp…