added com.sap.sse.test fragment that contains a test asserting that it is possible to cancel a task scheduled at fixed rate in a ScheduledExecutorService

Change-Id: I40f9f66076f2ea7715abb3b93ffd6fc3efd5a999
This commit is contained in:
Axel Uhl
2016-08-17 15:00:52 +02:00
parent 7b735e3f89
commit a33d5464dd
9 changed files with 115 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.sap.sse.test</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>