Alessandro Ciccimarra

Results 4 issues of Alessandro Ciccimarra

#### Check List: * Unit tests : YES * Javadoc with a code example (on API only) : NA * PR meets the [contributing guidelines](https://github.com/assertj/assertj/blob/main/CONTRIBUTING.md) Calling the `description()` method of...

It can be useful to be able to specify the `outputsize` when getting StockTimeSeries. I've added it as an optional param. Thanks for the project!

When creating a nested assertion using `with` passing a lambda, the property description is incorrect: ```kotlin val subject = Person("David", LocalDate.of(1947, 1, 8)) expectThat(subject) { with({ birthDate }) { get...

It can be sometimes useful having different timers on a method to avoid failing events to falsify the overall timing statistics. The @CompositeTimed annotation adds 3 timers on a method...