public abstract class DescriptionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
describe(List<?> list,
org.hamcrest.Description description)
Describe the contents of the given
list in the given description . |
public static void describe(List<?> list, org.hamcrest.Description description)
list
in the given description
.list
- The list to describedescription
- The description to describe toCopyright © 2010–2022. All rights reserved.