use of org.finos.symphony.toolkit.workflow.sources.symphony.elements.FormConverter in project spring-bot by finos.
the class TestFormConverter method before.
@BeforeEach
public void before() {
Mockito.when(rooms.loadUserById(Mockito.eq(345315370602462l))).thenReturn(new SymphonyUser(345315370602462l, "Some Guy", "sg@example.com"));
fc = new FormConverter(rooms);
}
Aggregations