- create stucture for functional test
- implementation of first test
This commit is contained in:
parent
2185408cfa
commit
9be39fb628
12 changed files with 269 additions and 13 deletions
13
test/functional/Test1/TestAppIntro.xml
Normal file
13
test/functional/Test1/TestAppIntro.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" ?>
|
||||
<node name="/DBusCpp/Test/Com/Intro">
|
||||
<interface name="DBusCpp.Test.Com.Intro">
|
||||
|
||||
<method name="test1">
|
||||
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
||||
</method>
|
||||
|
||||
<signal name="test1Result">
|
||||
</signal>
|
||||
|
||||
</interface>
|
||||
</node>
|
Loading…
Add table
Add a link
Reference in a new issue