I am writing test case for my webflow using org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
public class MyFlowExecutionTests extends AbstractXmlFlowExecutionTests { }
...
Type: Posts; User: josephantonyaruja; Keyword(s):
I am writing test case for my webflow using org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
public class MyFlowExecutionTests extends AbstractXmlFlowExecutionTests { }
...
If the MBeans are configured through declarative approach, it creates a SpringModelMBean which extends RequiredModelMBean.
But when we directly use their MBeanExporter it creates a...