Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kazurayam committed Mar 19, 2019
2 parents 81002ee + aaf4c76 commit 8502b93
Show file tree
Hide file tree
Showing 27 changed files with 59 additions and 429 deletions.
Binary file added Drivers/junit4ks-all.jar
Binary file not shown.

This file was deleted.

310 changes: 0 additions & 310 deletions Keywords/com/kazurayam/junit4ks/JUnitCustomKeywords.groovy

This file was deleted.

3 changes: 3 additions & 0 deletions Keywords/katalon-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"keywords":['com.kazurayam.ksbackyard.ScreenshotDriver']
}
16 changes: 0 additions & 16 deletions Libs/CustomKeywords.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import org.openqa.selenium.WebDriver

import org.openqa.selenium.WebElement

import java.lang.Class

import java.util.List


Expand Down Expand Up @@ -402,20 +400,6 @@ def static "com.kazurayam.ksbackyard.YouTubeVideoVerifier.verifyVideoStartsStill
video)
}

def static "com.kazurayam.junit4ks.JUnitCustomKeywords.runWithJUnitRunner"(
Class junitRunnerClass
, FailureHandling flowControl ) {
(new com.kazurayam.junit4ks.JUnitCustomKeywords()).runWithJUnitRunner(
junitRunnerClass
, flowControl)
}

def static "com.kazurayam.junit4ks.JUnitCustomKeywords.runWithJUnitRunner"(
Class junitRunnerClass ) {
(new com.kazurayam.junit4ks.JUnitCustomKeywords()).runWithJUnitRunner(
junitRunnerClass)
}

def static "com.kazurayam.ksbackyard.TestObjectSupport.toJson"(
TestObject testObject ) {
(new com.kazurayam.ksbackyard.TestObjectSupport()).toJson(
Expand Down

This file was deleted.

Loading

0 comments on commit 8502b93

Please sign in to comment.