Class org.gecko.rsa.model.RSAEndpointDescriptionTest
Tests
Test |
Duration |
Result |
testCreateDescription |
0.153s |
passed |
testReadDescription |
0.030s |
passed |
Standard output
Temp Folder is : /var/lib/jenkins
Resource URI is : /var/lib/jenkins/ed.xml
<?xml version="1.0" encoding="ASCII"?>
<rsa:endpoint-descriptions xmlns:rsa="http://www.osgi.org/xmlns/rsa/v1.0.0">
<rsa:endpoint-description>
<rsa:property name="objectClass"><rsa:array>
<rsa:value>Hallo Welt</rsa:value>
</rsa:array></rsa:property>
<rsa:property name="osgi.remote.requires.intents"><rsa:list>
<rsa:value>confidentiality</rsa:value>
<rsa:value>async</rsa:value>
</rsa:list></rsa:property>
<rsa:property name="endpoint.id">http://localhost:123</rsa:property>
<rsa:property name="service.imported.configs" value="gecko.rsa" value-type="java.lang.String"/>
</rsa:endpoint-description>
</rsa:endpoint-descriptions>