+ d + "' contains '" + notInDirname + "' when it shouldn't");
}
+ /**
+ * these need to be maintained as jalview's source base grows
+ * @return
+ */
@DataProvider(name = "patternsAndMinNumFiles")
public Object[][] patternsAndMinNumFiles()
{
{ "test/jalview/**/F*.java", 18, 30 }, // 20 at time of writing
{ "test/jalview/util/F**.java", 1, 5 }, // 2 at time of writing
{ "src/jalview/b*/*.java", 14, 19 }, // 15 at time of writing
- { "src/jalview/b**/*.java", 20, 25 }, // 22 at time of writing
+ { "src/jalview/b**/*.java", 23, 26 }, // 22 at time of writing
};
}