GH-355 Added support for deffered initialization of Function Catalog

Resolves #355
This commit is contained in:
Oleg Zhurakousky
2019-04-11 16:55:16 +02:00
parent 5256ee177c
commit cd0ca2f7dc
3 changed files with 37 additions and 13 deletions

View File

@@ -297,6 +297,7 @@ public class ContextFunctionCatalogAutoConfigurationTests {
@Test(expected = IllegalArgumentException.class)
public void monoToMonoNonVoidFunction() {
create(MonoToMonoNonVoidConfiguration.class);
this.catalog.lookup("anything-doesn't-matter");
}
@Test