Skip to content

Commit

Permalink
chore(1.41): Revert "feat(junit-playwright) (#1412)" (#1452)
Browse files Browse the repository at this point in the history
Revert "feat(junit-playwright) (#1412)"

This reverts commit f28ca44.
  • Loading branch information
yury-s authored Jan 17, 2024
1 parent bc28570 commit eefb9b6
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 534 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

import static com.microsoft.playwright.impl.Serialization.toJsonArray;

public class Utils {
class Utils {
static <F, T> T convertType(F f, Class<T> t) {
if (f == null) {
return null;
Expand Down Expand Up @@ -80,7 +80,7 @@ static <F, T> T convertType(F f, Class<T> t) {
}
}

public static <T> T clone(T f) {
static <T> T clone(T f) {
if (f == null) {
return f;
}
Expand Down
112 changes: 0 additions & 112 deletions playwright/src/main/java/com/microsoft/playwright/junit/Options.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit eefb9b6

Please sign in to comment.