Package com.calclab.suco.testing.events.internal

Examples of com.calclab.suco.testing.events.internal.Listener0Matcher


    public static <T> Listener<T> anyListener(final Class<T> listenerParamType) {
  return Mockito.argThat(new ListenerMatcher<T>(currentParam));
    }

    public static Listener0 anyListener0() {
  return Mockito.argThat(new Listener0Matcher(currentParam));
    }
View Full Code Here

TOP

Related Classes of com.calclab.suco.testing.events.internal.Listener0Matcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.