Package com.jamierf.dropwizard.debpkg.filter

Examples of com.jamierf.dropwizard.debpkg.filter.StringMatchingFilter


import static org.junit.Assert.assertTrue;

public class StringMatchingFilterTest {

    private static boolean match(String a, String b) {
        return new StringMatchingFilter(a).apply(b);
    }
View Full Code Here

TOP

Related Classes of com.jamierf.dropwizard.debpkg.filter.StringMatchingFilter

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.