-
#### Summary
After upgrading from 3.20.2 -> 3.21.0, `describedAs` no longer works correctly with `Set`. It instead requires both the actual and expected sets to first be converted to lists. This ha…
-
```
options(repos=c(CRAN="https://packagemanager.posit.co/cran/latest"))
pk system("find pkgs")
pkgs
pkgs/94f6afe-assertthat_0.2.1.tar.gz-ok
pkgs/94f6afe-assertthat_0.2.1.tar.gz-t
pkgs/94f6afe-…
-
The `@Spy` annotated fields initalized by `closable = MockitoAnnotations.openMocks(this)` is not cleared by `closable.close()`
ex:
```java
package example.package;
import static org.assertj.co…
-
#### Feature summary
So, I'm noticing that my attempts to validate that this `toString()` and `getVersion` are returning the same thing is kind of painful.
#### Example
```java
// using sem…
-
- [ ] Update docs
- [ ] Remove spring-boot-integration/pg-index-health-test-starter/src/main/resources/META-INF/spring.factories
-
#### Feature summary
A method `isInFloatingPointFormat` to assert that a `BigDecimal` has been specified in floating point syntax using a decimal dot or the exponential "e".
A complementary met…
-
```
What steps will reproduce the problem?
1. Download GallioBundle-3.3.458.0.zip
2. Create a test project in VS.NET that is opened late in mono 2.8.4.2
3. Run the project, get the error method not f…
-
# Feature Summary
## Origin Of The Problem
Assertion of cron expressions in a project is also very important, and a programmer writing a wrong cron expression in a project can even cause a disas…
-
The following test will throw an exception:
```java
public static class TemporalAdjusterImpl implements TemporalAdjuster {
private final String value;
public TemporalAdjusterImpl(String …
Nylle updated
1 month ago
-
**Describe the bug**
It appears that it's not possible to use AssertProvider with SoftAssertions.assertThat
* assertj core version: 3.23.1
* java version: 8
**Test case reproducing the bug**
…