This repository was archived by the owner on Mar 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/test/java/io/projectriff/invoker Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717package io .projectriff .invoker ;
1818
19- import static org .hamcrest .Matchers .containsString ;
20- import static org .hamcrest .Matchers .is ;
21- import static org .junit .Assert .assertThat ;
22-
2319import java .util .function .Consumer ;
2420import java .util .function .Function ;
2521import java .util .function .Supplier ;
3127import org .springframework .beans .factory .annotation .Autowired ;
3228import org .springframework .boot .test .context .SpringBootTest ;
3329import org .springframework .boot .test .rule .OutputCapture ;
34- import org .springframework .cloud .function .context .InMemoryFunctionCatalog ;
30+ import org .springframework .cloud .function .context .catalog . InMemoryFunctionCatalog ;
3531import org .springframework .cloud .function .core .FunctionCatalog ;
3632import org .springframework .test .annotation .DirtiesContext ;
3733import org .springframework .test .context .TestPropertySource ;
3834import org .springframework .test .context .junit4 .SpringRunner ;
3935
36+ import static org .hamcrest .Matchers .containsString ;
37+ import static org .hamcrest .Matchers .is ;
38+ import static org .junit .Assert .assertThat ;
39+
4040@ RunWith (SpringRunner .class )
4141@ SpringBootTest (classes = { FunctionConfiguration .class , FunctionProperties .class ,
4242 InMemoryFunctionCatalog .class })
You can’t perform that action at this time.
0 commit comments