.examples.powermock-examples-spring-mockito-xml-agent.1.5.3.source-code.employees.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powermock-examples-spring-mockito-xml-agent Show documentation
Show all versions of powermock-examples-spring-mockito-xml-agent Show documentation
Example showing how to use the PowerMock in a Spring Integration Test with PowerMock java agent bootstrap
<?xml version="1.0"?> <company> <employee> <firstname>John</firstname> <lastname>Doe</lastname> </employee> <employee> <firstname>Paul</firstname> <lastname>Anderson</lastname> </employee> <employee> <firstname>Jane</firstname> <lastname>Doe</lastname> </employee> </company>