Package org.assertj.core.error
Class AssertionErrorMessagesAggregator
- java.lang.Object
-
- org.assertj.core.error.AssertionErrorMessagesAggregator
-
public class AssertionErrorMessagesAggregator extends Object
- Since:
- 3.17.0
-
-
Constructor Summary
Constructors Constructor Description AssertionErrorMessagesAggregator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
aggregateErrorMessages(List<String> errors)
private static void
countAssertions(List<String> errors, StringBuilder msg)
-