generated from liquibase/liquibase-extension-example
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: restore Oleh changes; move tests to java + add slf4j api
- Loading branch information
1 parent
e5bc589
commit 925aa2c
Showing
8 changed files
with
72 additions
and
119 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
6 changes: 0 additions & 6 deletions
6
src/test/groovy/liquibase/ext/databricks/AdvancedExtensionHarnessTestSuite.groovy
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/test/groovy/liquibase/ext/databricks/ContributedExtensionHarnessTestSuite.groovy
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/test/groovy/liquibase/ext/databricks/FoundationalExtensionHarnessTestSuite.groovy
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
src/test/java/liquibase/ext/databricks/AdvancedExtensionHarnessTestSuite.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,6 @@ | ||
package liquibase.ext.databricks; | ||
|
||
import liquibase.harness.AdvancedHarnessSuite; | ||
|
||
public class AdvancedExtensionHarnessTestSuite extends AdvancedHarnessSuite { | ||
} |
6 changes: 6 additions & 0 deletions
6
src/test/java/liquibase/ext/databricks/ContributedExtensionHarnessTestSuite.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,6 @@ | ||
package liquibase.ext.databricks; | ||
|
||
import liquibase.harness.BaseHarnessSuite; | ||
|
||
public class ContributedExtensionHarnessTestSuite extends BaseHarnessSuite { | ||
} |
6 changes: 6 additions & 0 deletions
6
src/test/java/liquibase/ext/databricks/FoundationalExtensionHarnessTestSuite.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,6 @@ | ||
package liquibase.ext.databricks; | ||
|
||
import liquibase.harness.FoundationalHarnessSuite; | ||
|
||
public class FoundationalExtensionHarnessTestSuite extends FoundationalHarnessSuite { | ||
} |
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