Interface EqualsHashCodeTestUtils.MutateFunction<T>

Enclosing class:
EqualsHashCodeTestUtils

public static interface EqualsHashCodeTestUtils.MutateFunction<T>
A function that creates a copy of its input argument that is different from its input in exactly one aspect (e.g. one parameter of a class instance should change)
  • Method Summary

    Modifier and Type Method Description
    T mutate​(T t)  
  • Method Details

    • mutate

      T mutate​(T t) throws java.io.IOException
      Throws:
      java.io.IOException