Package jp.vmi.junit.result.JUnitResultTest

Examples of jp.vmi.junit.result.JUnitResultTest.RegexMatcher


        public void describeTo(Description description) {
            description.appendText("matches regex=");
        }

        public static RegexMatcher matches(String regex) {
            return new RegexMatcher(regex);
        }
View Full Code Here

TOP

Related Classes of jp.vmi.junit.result.JUnitResultTest.RegexMatcher

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.