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

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


    }

    private static ParamHolder currentParam;

    public static Listener anyListener() {
  return (Listener) Mockito.argThat(new ListenerMatcher(currentParam));
    }
View Full Code Here

TOP

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

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.