|
Change Return Type AbstractMapAssert<?,? extends Map<K,V>,K,V> to MapAssert<K,V> in method public assertThat(actual Map<K,V>) : MapAssert<K,V> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Change Return Type AbstractIterableAssert<?,Iterable<? extends T>,T,ObjectAssert<T>> to IterableAssert<T> in method public assertThat(actual Iterator<? extends T>) : IterableAssert<T> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Change Return Type AbstractListAssert<?,List<? extends T>,T,ObjectAssert<T>> to ListAssert<? extends T> in method public assertThat(actual List<? extends T>) : ListAssert<? extends T> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Change Return Type AbstractIterableAssert<?,Iterable<? extends T>,T,ObjectAssert<T>> to IterableAssert<T> in method public assertThat(actual Iterable<? extends T>) : IterableAssert<T> in class org.assertj.core.api.WithAssertions |
From |
To |