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

com.consol.citrus.util.test-template.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<spring:beans xmlns="http://www.citrusframework.org/schema/testcase" 
              xmlns:jms="http://www.citrusframework.org/schema/jms/testcase"
              xmlns:ws="http://www.citrusframework.org/schema/ws/testcase"
              xmlns:spring="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd 
                  http://www.citrusframework.org/schema/jms/testcase http://www.citrusframework.org/schema/jms/testcase/citrus-jms-testcase.xsd
                  http://www.citrusframework.org/schema/ws/testcase http://www.citrusframework.org/schema/ws/testcase/citrus-ws-testcase.xsd
                  http://www.citrusframework.org/schema/testcase http://www.citrusframework.org/schema/testcase/citrus-testcase.xsd">
    
    <testcase name="@test.name@">
        <meta-info>
            <author>@test.author@</author>
            <creationdate>@test.creation.date@</creationdate>
            <status>DRAFT</status>
            <last-updated-by>@test.author@</last-updated-by>
            <last-updated-on>@test.updatedon.datetime@</last-updated-on>
        </meta-info>
        
        <description>@test.description@</description>
        
        <actions>
            <echo>
                <message>TODO: Code the test @test.name@</message>
            </echo>
        </actions>
    </testcase>
</spring:beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy