11-14-2016 05:44 AM
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"/activiti.cfg.xml"})
public class ActivitiWorkflowTest {
@Autowired
IdentityService identityService;
@Autowired…..
[code]
Is there a way to test such processes without using Spring? I mean the RunWith and Autowiring?
11-23-2016 07:54 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.