]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing directory in integration tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 26 Jun 2015 18:17:54 +0000 (20:17 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 29 Jun 2015 09:03:33 +0000 (11:03 +0200)
35 files changed:
it/it-projects/testing/README.txt [new file with mode: 0644]
it/it-projects/testing/xoo-half-covered/pom.xml [new file with mode: 0644]
it/it-projects/testing/xoo-half-covered/sonar-project.properties [new file with mode: 0644]
it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/Covered.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/Covered.xoo.coverage [new file with mode: 0644]
it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo.coverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-it-coverage/sonar-project.properties [new file with mode: 0644]
it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo.itcoverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-overall-coverage/sonar-project.properties [new file with mode: 0644]
it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.coverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.itcoverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.overallcoverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-ut-coverage-no-condition/sonar-project.properties [new file with mode: 0644]
it/it-projects/testing/xoo-sample-ut-coverage-no-condition/src/main/xoo/sample/Sample.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-ut-coverage-no-condition/src/main/xoo/sample/Sample.xoo.coverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-ut-coverage/sonar-project.properties [new file with mode: 0644]
it/it-projects/testing/xoo-sample-ut-coverage/src/main/xoo/sample/Sample.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-ut-coverage/src/main/xoo/sample/Sample.xoo.coverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/sonar-project.properties [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/src/main/xoo/sample/Sample.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/src/main/xoo/sample/Sample2.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo.test [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo.testcoverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo.test [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo.testcoverage [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-tests-execution/sonar-project.properties [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-tests-execution/src/main/xoo/sample/Sample.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo.measures [new file with mode: 0644]
it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo.test [new file with mode: 0644]

diff --git a/it/it-projects/testing/README.txt b/it/it-projects/testing/README.txt
new file mode 100644 (file)
index 0000000..c21c5ec
--- /dev/null
@@ -0,0 +1,2 @@
+Note that if you expect "test_execution_time" greater than zero, then you should guarantee execution time at least in 1 second.
+So use Thread.sleep in order to have stable test.
diff --git a/it/it-projects/testing/xoo-half-covered/pom.xml b/it/it-projects/testing/xoo-half-covered/pom.xml
new file mode 100644 (file)
index 0000000..25b230c
--- /dev/null
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.sonarsource.it.exclusions</groupId>
+  <artifactId>java-half-covered</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>Sonar :: Integration Tests :: Java Half Covered</name>
+
+  <url>http://www.javahalfcovered.org</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/JAVAHALFCOVERED</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:git:git@github.com:SonarSource/javahalfcovered.git</connection>
+    <developerConnection>scm:git:git@github.com:SonarSource/javahalfcovered.git</developerConnection>
+    <url>https://github.com/SonarSource/javahalfcovered</url>
+  </scm>
+  
+  <properties>
+    <sonar.scm.disabled>true</sonar.scm.disabled>
+  </properties>
+
+  <ciManagement>
+    <system>bamboo</system>
+    <url>http://bamboo.ci.codehaus.org/browse/JAVAHALFCOVERED</url>
+  </ciManagement>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easytesting</groupId>
+      <artifactId>fest-assert</artifactId>
+      <version>1.4</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/it/it-projects/testing/xoo-half-covered/sonar-project.properties b/it/it-projects/testing/xoo-half-covered/sonar-project.properties
new file mode 100644 (file)
index 0000000..ea64e84
--- /dev/null
@@ -0,0 +1,5 @@
+sonar.projectKey=xoo-half-covered
+sonar.projectName=Sample IT Coverage
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src/main/xoo
+sonar.language=xoo
diff --git a/it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/Covered.xoo b/it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/Covered.xoo
new file mode 100644 (file)
index 0000000..fc6abc4
--- /dev/null
@@ -0,0 +1,8 @@
+package org.sonar.tests.halfcovered;
+
+public class Covered {
+
+       public int returnOne() {
+               return 1;
+       }
+}
diff --git a/it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/Covered.xoo.coverage b/it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/Covered.xoo.coverage
new file mode 100644 (file)
index 0000000..0f42ea6
--- /dev/null
@@ -0,0 +1 @@
+6:1
diff --git a/it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo b/it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo
new file mode 100644 (file)
index 0000000..25f413c
--- /dev/null
@@ -0,0 +1,8 @@
+package org.sonar.tests.halfcovered;
+
+public class UnCovered {
+
+       public int returnTwo() {
+               return 2;
+       }
+}
diff --git a/it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo.coverage b/it/it-projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo.coverage
new file mode 100644 (file)
index 0000000..126ba13
--- /dev/null
@@ -0,0 +1 @@
+6:0
diff --git a/it/it-projects/testing/xoo-sample-it-coverage/sonar-project.properties b/it/it-projects/testing/xoo-sample-it-coverage/sonar-project.properties
new file mode 100644 (file)
index 0000000..18e56c6
--- /dev/null
@@ -0,0 +1,5 @@
+sonar.projectKey=sample-it-coverage
+sonar.projectName=Sample IT Coverage
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src/main/xoo
+sonar.language=xoo
diff --git a/it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo b/it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo
new file mode 100644 (file)
index 0000000..41871e1
--- /dev/null
@@ -0,0 +1,16 @@
+package sample;
+
+public class Sample {
+       
+       public Sample(int i) {
+               int j = i++;
+       }
+       
+       private String myMethod() {
+               if (foo == bar) {
+                       return "hello";
+               } else {
+                       throw new IllegalStateException();
+               }
+       }
+}
diff --git a/it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo.itcoverage b/it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo.itcoverage
new file mode 100644 (file)
index 0000000..36860af
--- /dev/null
@@ -0,0 +1,4 @@
+6:2
+10:0:2:1
+11:1
+13:0
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-overall-coverage/sonar-project.properties b/it/it-projects/testing/xoo-sample-overall-coverage/sonar-project.properties
new file mode 100644 (file)
index 0000000..65fb9b6
--- /dev/null
@@ -0,0 +1,5 @@
+sonar.projectKey=sample-overall-coverage
+sonar.projectName=Sample Overall Coverage
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src/main/xoo
+sonar.language=xoo
diff --git a/it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo b/it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo
new file mode 100644 (file)
index 0000000..1674d45
--- /dev/null
@@ -0,0 +1,16 @@
+package sample;
+
+public class Sample {
+       
+       public Sample(int i) {
+               int j = i++;
+       }
+       
+       private String myMethod() {
+               if (foo == bar && biz > 1) {
+                       return "hello";
+               } else {
+                       throw new IllegalStateException();
+               }
+       }
+}
diff --git a/it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.coverage b/it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.coverage
new file mode 100644 (file)
index 0000000..1c244db
--- /dev/null
@@ -0,0 +1,4 @@
+6:2
+10:0:4:1
+11:1
+13:0
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.itcoverage b/it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.itcoverage
new file mode 100644 (file)
index 0000000..808d5b3
--- /dev/null
@@ -0,0 +1,4 @@
+6:2
+10:0:4:1
+11:0
+13:1
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.overallcoverage b/it/it-projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.overallcoverage
new file mode 100644 (file)
index 0000000..8202403
--- /dev/null
@@ -0,0 +1,4 @@
+6:2
+10:0:4:2
+11:1
+13:1
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-ut-coverage-no-condition/sonar-project.properties b/it/it-projects/testing/xoo-sample-ut-coverage-no-condition/sonar-project.properties
new file mode 100644 (file)
index 0000000..a931c4c
--- /dev/null
@@ -0,0 +1,5 @@
+sonar.projectKey=sample-ut-coverage
+sonar.projectName=Sample UT Coverage
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src/main/xoo
+sonar.language=xoo
diff --git a/it/it-projects/testing/xoo-sample-ut-coverage-no-condition/src/main/xoo/sample/Sample.xoo b/it/it-projects/testing/xoo-sample-ut-coverage-no-condition/src/main/xoo/sample/Sample.xoo
new file mode 100644 (file)
index 0000000..41871e1
--- /dev/null
@@ -0,0 +1,16 @@
+package sample;
+
+public class Sample {
+       
+       public Sample(int i) {
+               int j = i++;
+       }
+       
+       private String myMethod() {
+               if (foo == bar) {
+                       return "hello";
+               } else {
+                       throw new IllegalStateException();
+               }
+       }
+}
diff --git a/it/it-projects/testing/xoo-sample-ut-coverage-no-condition/src/main/xoo/sample/Sample.xoo.coverage b/it/it-projects/testing/xoo-sample-ut-coverage-no-condition/src/main/xoo/sample/Sample.xoo.coverage
new file mode 100644 (file)
index 0000000..5e59aed
--- /dev/null
@@ -0,0 +1,4 @@
+6:2
+10:0
+11:1
+13:0
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-ut-coverage/sonar-project.properties b/it/it-projects/testing/xoo-sample-ut-coverage/sonar-project.properties
new file mode 100644 (file)
index 0000000..a931c4c
--- /dev/null
@@ -0,0 +1,5 @@
+sonar.projectKey=sample-ut-coverage
+sonar.projectName=Sample UT Coverage
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src/main/xoo
+sonar.language=xoo
diff --git a/it/it-projects/testing/xoo-sample-ut-coverage/src/main/xoo/sample/Sample.xoo b/it/it-projects/testing/xoo-sample-ut-coverage/src/main/xoo/sample/Sample.xoo
new file mode 100644 (file)
index 0000000..41871e1
--- /dev/null
@@ -0,0 +1,16 @@
+package sample;
+
+public class Sample {
+       
+       public Sample(int i) {
+               int j = i++;
+       }
+       
+       private String myMethod() {
+               if (foo == bar) {
+                       return "hello";
+               } else {
+                       throw new IllegalStateException();
+               }
+       }
+}
diff --git a/it/it-projects/testing/xoo-sample-ut-coverage/src/main/xoo/sample/Sample.xoo.coverage b/it/it-projects/testing/xoo-sample-ut-coverage/src/main/xoo/sample/Sample.xoo.coverage
new file mode 100644 (file)
index 0000000..36860af
--- /dev/null
@@ -0,0 +1,4 @@
+6:2
+10:0:2:1
+11:1
+13:0
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/sonar-project.properties b/it/it-projects/testing/xoo-sample-with-coverage-per-test/sonar-project.properties
new file mode 100644 (file)
index 0000000..0f2415d
--- /dev/null
@@ -0,0 +1,6 @@
+sonar.projectKey=sample-with-tests
+sonar.projectName=Sample with tests
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src/main/xoo
+sonar.tests=src/test/xoo
+sonar.language=xoo
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/main/xoo/sample/Sample.xoo b/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/main/xoo/sample/Sample.xoo
new file mode 100644 (file)
index 0000000..b121097
--- /dev/null
@@ -0,0 +1,12 @@
+package sample;
+
+public class Sample {
+       
+       public Sample(int i) {
+               int j = i++;
+       }
+       
+       private String myMethod() {
+               return "hello";
+       }
+}
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/main/xoo/sample/Sample2.xoo b/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/main/xoo/sample/Sample2.xoo
new file mode 100644 (file)
index 0000000..ed09759
--- /dev/null
@@ -0,0 +1,12 @@
+package sample;
+
+public class Sample2 {
+       
+       public Sample2(int i) {
+               int j = i++;
+       }
+       
+       private String myMethod() {
+               return "hello";
+       }
+}
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo b/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo
new file mode 100644 (file)
index 0000000..fe2368f
--- /dev/null
@@ -0,0 +1,32 @@
+package sample;
+
+import org.hamcrest.CoreMatchers;
+import org.junit.Test;
+
+import static org.junit.Assert.assertThat;
+
+public class SampleTest {
+
+  @Test
+  @Ignore
+  public void skipped() {
+    Sample sample = new Sample(1);
+    assertThat(sample.getI(), CoreMatchers.is(1));
+  }
+
+  @Test
+  public void failure() {
+    fail();
+  }
+
+  @Test
+  public void error() {
+    throw new IllegalStateException("Foo");
+  }
+  
+  @Test
+  public void success() {
+    System.out.println("OK");
+  }
+  
+}
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo.test b/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo.test
new file mode 100644 (file)
index 0000000..9686b58
--- /dev/null
@@ -0,0 +1 @@
+another test:10:::OK:UT
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo.testcoverage b/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo.testcoverage
new file mode 100644 (file)
index 0000000..b7f3723
--- /dev/null
@@ -0,0 +1 @@
+another test;src/main/xoo/sample/Sample.xoo,6
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo b/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo
new file mode 100644 (file)
index 0000000..fe2368f
--- /dev/null
@@ -0,0 +1,32 @@
+package sample;
+
+import org.hamcrest.CoreMatchers;
+import org.junit.Test;
+
+import static org.junit.Assert.assertThat;
+
+public class SampleTest {
+
+  @Test
+  @Ignore
+  public void skipped() {
+    Sample sample = new Sample(1);
+    assertThat(sample.getI(), CoreMatchers.is(1));
+  }
+
+  @Test
+  public void failure() {
+    fail();
+  }
+
+  @Test
+  public void error() {
+    throw new IllegalStateException("Foo");
+  }
+  
+  @Test
+  public void success() {
+    System.out.println("OK");
+  }
+  
+}
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo.test b/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo.test
new file mode 100644 (file)
index 0000000..b025969
--- /dev/null
@@ -0,0 +1,4 @@
+skipped::::SKIPPED:UNIT
+failure:2:Failure::FAILURE:UNIT
+error:2:Error:The stack:ERROR:UNIT
+success:4:::OK:INTEGRATION
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo.testcoverage b/it/it-projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo.testcoverage
new file mode 100644 (file)
index 0000000..f6765cf
--- /dev/null
@@ -0,0 +1,2 @@
+success;src/main/xoo/sample/Sample.xoo,6,10;src/main/xoo/sample/Sample2.xoo,10
+failure;src/main/xoo/sample/Sample.xoo,6
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-with-tests-execution/sonar-project.properties b/it/it-projects/testing/xoo-sample-with-tests-execution/sonar-project.properties
new file mode 100644 (file)
index 0000000..0f2415d
--- /dev/null
@@ -0,0 +1,6 @@
+sonar.projectKey=sample-with-tests
+sonar.projectName=Sample with tests
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src/main/xoo
+sonar.tests=src/test/xoo
+sonar.language=xoo
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-with-tests-execution/src/main/xoo/sample/Sample.xoo b/it/it-projects/testing/xoo-sample-with-tests-execution/src/main/xoo/sample/Sample.xoo
new file mode 100644 (file)
index 0000000..b121097
--- /dev/null
@@ -0,0 +1,12 @@
+package sample;
+
+public class Sample {
+       
+       public Sample(int i) {
+               int j = i++;
+       }
+       
+       private String myMethod() {
+               return "hello";
+       }
+}
diff --git a/it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo b/it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo
new file mode 100644 (file)
index 0000000..fe2368f
--- /dev/null
@@ -0,0 +1,32 @@
+package sample;
+
+import org.hamcrest.CoreMatchers;
+import org.junit.Test;
+
+import static org.junit.Assert.assertThat;
+
+public class SampleTest {
+
+  @Test
+  @Ignore
+  public void skipped() {
+    Sample sample = new Sample(1);
+    assertThat(sample.getI(), CoreMatchers.is(1));
+  }
+
+  @Test
+  public void failure() {
+    fail();
+  }
+
+  @Test
+  public void error() {
+    throw new IllegalStateException("Foo");
+  }
+  
+  @Test
+  public void success() {
+    System.out.println("OK");
+  }
+  
+}
diff --git a/it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo.measures b/it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo.measures
new file mode 100644 (file)
index 0000000..095af4b
--- /dev/null
@@ -0,0 +1,5 @@
+tests:4
+test_execution_time:8
+skipped_tests:1
+test_errors:1
+test_failures:1
\ No newline at end of file
diff --git a/it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo.test b/it/it-projects/testing/xoo-sample-with-tests-execution/src/test/xoo/sample/SampleTest.xoo.test
new file mode 100644 (file)
index 0000000..b025969
--- /dev/null
@@ -0,0 +1,4 @@
+skipped::::SKIPPED:UNIT
+failure:2:Failure::FAILURE:UNIT
+error:2:Error:The stack:ERROR:UNIT
+success:4:::OK:INTEGRATION
\ No newline at end of file