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

e.artemis.artemis-core.2.0.source-code._template_.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="utf-8" ?>

<!DOCTYPE artemis PUBLIC "-//Devocative.Org//Artemis 1.0//EN"
		"https://devocative.org/dtd/artemis-2.0.dtd">

<artemis>

	<!-- Global-Scope Variable -->
	<vars>
		<var name="" value=""/>
	</vars>

	<scenario id="">

		<!-- Scenario-Scope Variable -->
		<vars>
			<var name="" value=""/>
		</vars>

		<!-- Method `<ID_VALUE>(Context)` is called in associated groovy file, if `call="true"` -->
		<get id="" url="/" call="true">

			<!-- Request-Scope Variable -->
			<vars>
				<var name="" value=""/>
			</vars>

			<!-- Method `assertRs_<ID_VALUE>(Context, Map|List)` is called in associated groovy file, if `call="true"` -->
			<assertRs status="200" properties="" call="true"/>
		</get>

		<post id="" url="/">
			<body><![CDATA[
{
	"": ""
}
			]]></body>

			<assertRs status="201"/>
		</post>

	</scenario>

</artemis>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy