139140141142143144145146
final String path = (String) data[2]; Assert.assertEquals( "expects " + expected + " path '" + path + "' matches '" + pattern + "'", expected, new AntPath(pattern).matches(path)); } }
155156157158159160161162
171172173174175176177178