333435363738394041
public final void testLocate() throws Exception { final FileLocator locator = mock(FileLocator.class); new FixedPathFileLocator(locator, "file").locate("any"); verify(locator).locate("file"); }