Class MethodExtensions

java.lang.Object
org.opendaylight.yangtools.testutils.mockito.MethodExtensions

public final class MethodExtensions extends Object
Nicer shorter toString() for Method than it's default.

Without modifiers, return type, FQN of class and exceptions; instead with parameter names (if javac -parameters).

Author:
Michael Vorburger
  • Method Details