Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2012-01-30 15:05:42 +0000
committerThomas Schuetz2012-01-30 15:05:42 +0000
commitd5afc9c0c42138ac147199ae60193899953869cb (patch)
treec27b93e12a6cd508f5486a1a2a78f064663f3469 /tests/org.eclipse.etrice.generator.c.tests/tmp/testlog
parent17c0786b480e757f538d5e334e6e5c93f6751a4a (diff)
downloadorg.eclipse.etrice-d5afc9c0c42138ac147199ae60193899953869cb.tar.gz
org.eclipse.etrice-d5afc9c0c42138ac147199ae60193899953869cb.tar.xz
org.eclipse.etrice-d5afc9c0c42138ac147199ae60193899953869cb.zip
[generator.c.tests] moved testcases for C-generator to generator.c.tests
Diffstat (limited to 'tests/org.eclipse.etrice.generator.c.tests/tmp/testlog')
-rw-r--r--tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCGenerator.xml6
-rw-r--r--tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCRuntime.xml18
-rw-r--r--tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestEtUnitSpecial.xml5
3 files changed, 29 insertions, 0 deletions
diff --git a/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCGenerator.xml b/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCGenerator.xml
new file mode 100644
index 000000000..160ccd2bf
--- /dev/null
+++ b/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCGenerator.xml
@@ -0,0 +1,6 @@
+<testsuites name="TestCGenerator" tests="0" failures="0" errors="0" time="0">
+ <testsuite name="TestDataClass" tests="0" failures="0" errors="0" time="0">
+ <testcase name="TestDataClass_Operations" time="0"/>
+ <testcase name="TestDataClass_testDataClassDeepCopy" time="0"/>
+ </testsuite>
+</testsuites>
diff --git a/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCRuntime.xml b/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCRuntime.xml
new file mode 100644
index 000000000..a5a4ad3d9
--- /dev/null
+++ b/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestCRuntime.xml
@@ -0,0 +1,18 @@
+<testsuites name="TestCRuntime" tests="0" failures="0" errors="0" time="0">
+ <testsuite name="TestMessage" tests="0" failures="0" errors="0" time="0">
+ <testcase name="TestEtMessage_testBasicMessage" time="0"/>
+ </testsuite>
+ <testsuite name="TestEtMessageQueue" tests="0" failures="0" errors="0" time="0">
+ <testcase name="TestEtMessageQueue_testPushPop" time="0"/>
+ <testcase name="TestEtMessageQueue_testMassiveMessaging" time="0"/>
+ </testsuite>
+ <testsuite name="TestEtMessageService" tests="0" failures="0" errors="0" time="0">
+ <testcase name="TestEtMessageService_init" time="0"/>
+ <testcase name="TestEtMessageService_GetPushPopReturn" time="0"/>
+ <testcase name="TestEtMessageService_GetReturn" time="0"/>
+ </testsuite>
+ <testsuite name="TestEtUnit" tests="0" failures="0" errors="0" time="0">
+ <testcase name="TestEtUnit_Expect_Order" time="0"/>
+ <testcase name="TestEtUnit_Expect" time="0"/>
+ </testsuite>
+</testsuites>
diff --git a/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestEtUnitSpecial.xml b/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestEtUnitSpecial.xml
new file mode 100644
index 000000000..f319d0648
--- /dev/null
+++ b/tests/org.eclipse.etrice.generator.c.tests/tmp/testlog/TestEtUnitSpecial.xml
@@ -0,0 +1,5 @@
+<testsuites name="TestEtUnitSpecial" tests="0" failures="0" errors="0" time="0">
+ <testsuite name="etUnit" tests="0" failures="0" errors="0" time="0">
+ <testcase name="openAll and closeAll" time="0"/>
+ </testsuite>
+</testsuites>

Back to the top