-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert vaadin tests to java (#7444)
Part of #7195 Resolves #7417 Vaadin tests often break with a new version of vaadin. To improve this tests were change to assert only the traces and spans that are common in all the versions.
- Loading branch information
Showing
19 changed files
with
440 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...mentation/vaadin-14.2/javaagent/src/vaadin142Test/groovy/test/vaadin/Vaadin142Test.groovy
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...c/vaadin142Test/java/io/opentelemetry/javaagent/instrumentation/vaadin/Vaadin142Test.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Copyright The OpenTelemetry Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package io.opentelemetry.javaagent.instrumentation.vaadin; | ||
|
||
public class Vaadin142Test extends AbstractVaadin14Test {} |
10 changes: 0 additions & 10 deletions
10
...vaadin-14.2/javaagent/src/vaadin14LatestTest/groovy/test/vaadin/Vaadin14LatestTest.groovy
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...tTest/java/test/io/opentelemetry/javaagent/instrumentation/vaadin/Vaadin14LatestTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* | ||
* Copyright The OpenTelemetry Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package test.io.opentelemetry.javaagent.instrumentation.vaadin; | ||
|
||
import io.opentelemetry.javaagent.instrumentation.vaadin.AbstractVaadin14Test; | ||
|
||
public class Vaadin14LatestTest extends AbstractVaadin14Test {} |
10 changes: 0 additions & 10 deletions
10
...rumentation/vaadin-14.2/javaagent/src/vaadin16Test/groovy/test/vaadin/Vaadin16Test.groovy
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...src/vaadin16Test/java/io/opentelemetry/javaagent/instrumentation/vaadin/Vaadin16Test.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Copyright The OpenTelemetry Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package io.opentelemetry.javaagent.instrumentation.vaadin; | ||
|
||
public class Vaadin16Test extends AbstractVaadin16Test {} |
10 changes: 0 additions & 10 deletions
10
...ion/vaadin-14.2/javaagent/src/vaadinLatestTest/groovy/test/vaadin/VaadinLatestTest.groovy
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...inLatestTest/java/io/opentelemetry/javaagent/instrumentation/vaadin/VaadinLatestTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Copyright The OpenTelemetry Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package io.opentelemetry.javaagent.instrumentation.vaadin; | ||
|
||
public class VaadinLatestTest extends AbstractVaadin16Test {} |
91 changes: 0 additions & 91 deletions
91
instrumentation/vaadin-14.2/testing/src/main/groovy/test/vaadin/AbstractVaadin14Test.groovy
This file was deleted.
Oops, something went wrong.
181 changes: 0 additions & 181 deletions
181
instrumentation/vaadin-14.2/testing/src/main/groovy/test/vaadin/AbstractVaadin16Test.groovy
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.