"interfaces/FooImpl",
"interfaces/BaseFoo");
}
public void testMappedNativeInterfacesOtherCompilationUnit() throws Throwable {
Configuration configuration = newNativeInterfacesConfiguration();
configuration.mapNamespace("interfaces", "What.Ever");
runBatchConverterTestCase(
configuration,
"interfaces/MappedFooImpl",
"interfaces/MappedBaseFoo");
}