-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DAT-17450] Add unit tests #295
Conversation
FOSSA Snippets Detection 🤖
|
FOSSA Test 🧪
|
import static org.junit.jupiter.api.Assertions.assertEquals; | ||
import static org.junit.jupiter.api.Assertions.assertInstanceOf; | ||
|
||
class BigQueryMergeColumnChangeTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
import static org.junit.jupiter.api.Assertions.assertEquals; | ||
import static org.junit.jupiter.api.Assertions.assertTrue; | ||
|
||
class BigqueryDatabaseUnitTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class BigQueryAddColumnGeneratorTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.assertEquals; | ||
|
||
class BigQueryAddForeignKeyConstraintGeneratorTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.assertEquals; | ||
|
||
class BigQueryAddPrimaryKeyConstraintGeneratorTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class BigQuerySetNullableGeneratorTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class BigQueryUpdateGeneratorTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class BigqueryCreateDatabaseChangeLogLockTableGeneratorTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class BigQueryModifyDataTypeGeneratorTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class BigqueryDeleteGeneratorTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
FOSSA Snippets Detection 🤖
|
FOSSA Test 🧪
|
import static org.junit.jupiter.api.Assertions.assertEquals; | ||
import static org.junit.jupiter.api.Assertions.assertNotNull; | ||
|
||
class BignumericDataTypeBigQueryTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
import static org.junit.jupiter.api.Assertions.assertEquals; | ||
import static org.junit.jupiter.api.Assertions.assertNotNull; | ||
|
||
class BoolDataTypeBigQueryTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class Float64DataTypeBigQueryTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class GeographyDataTypeBigQueryTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class Int64DataTypeBigQueryTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class NumberDataTypeBigQueryTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
||
import static org.junit.jupiter.api.Assertions.*; | ||
|
||
class StringDataTypeBigQueryTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
|
New unit tests are green https://github.com/liquibase/liquibase-bigquery/actions/runs/8848203239/job/24297605434?pr=295#step:9:104 |
Thanks @vitaliimak ! We can hold this on a bit until we make the move on core. |
Superseded by liquibase/liquibase#5896 |
|
No description provided.