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
    mutate(T t)