Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 06d60be32a34c920d8eeac7d816074f2208c1412 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<compositeCheatsheet name="Test Guide">
    <taskGroup kind="set" name= "Task name">
        <task kind = "ua.junit" name="This is Task1" id = "task1" skip = "true"/>
        <task kind = "ua.junit" name="This is Task2" id = "task2" skip = "false"> 
            <dependsOn task = "task1"/>
        </task>
    </taskGroup>
</compositeCheatsheet>

Back to the top