Class DescriptionUtils

java.lang.Object
org.axonframework.test.util.DescriptionUtils

public abstract class DescriptionUtils extends Object
Utility class for creating a description.
Since:
1.1
Author:
Allard Buijze
  • Method Details

    • describe

      public static void describe(List<?> list, org.hamcrest.Description description)
      Describe the contents of the given list in the given description.
      Parameters:
      list - The list to describe
      description - The description to describe to