All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.examples.powermock-examples-spring-mockito-xml-agent.1.5.3.source-code.employees.xml Maven / Gradle / Ivy

Go to download

Example showing how to use the PowerMock in a Spring Integration Test with PowerMock java agent bootstrap

There is a newer version: 1.6.4
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy