<?xml version="1.0" encoding="ASCII"?> | |
<TestSuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://eclipse.org/ease/unittest/testsuite/1.0" version="1.0"> | |
<description><h2>Hello testsuite</h2> | |
this is a simple suite to show the features of <b>EASE</b> | |
</description> | |
<includeFilter>project://demo/04**.js | |
</includeFilter> | |
<excludeFilter> | |
</excludeFilter> | |
<disabledResource>/workspace/JavaScript Unittest/Javascript Testrunner.js</disabledResource> | |
<disabledResource>/workspace/EclipseCon Europe 2017/demo/04 Unit Testing/real examples/I2C device.js</disabledResource> | |
<disabledResource>/workspace/EclipseCon Europe 2017/demo/04 Unit Testing/real examples/Web Service.js</disabledResource> | |
<variable fullName="/myVariable"> | |
<content>hi there</content> | |
</variable> | |
<flag key="PROMOTE_FAILURE_TO_ERROR" value="false"/> | |
<flag key="PREFERRED_ENGINE_ID" value="org.eclipse.ease.javascript.rhinoDebugger"/> | |
</TestSuite> |