cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ import jef.serializable.SerializableObject;
|
|||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.*;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
|
|
||||||
class KeyBuilderPrimaryDropRelatedForeignKeyDropTest {
|
class KeyBuilderPrimaryDropRelatedForeignKeyDropTest {
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ import org.junit.jupiter.api.Test;
|
|||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
import static org.junit.jupiter.api.Assertions.assertThrowsExactly;
|
import static org.junit.jupiter.api.Assertions.assertThrowsExactly;
|
||||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
|
||||||
|
|
||||||
class ForeignKeyProcessorInvalidFieldTypeTest {
|
class ForeignKeyProcessorInvalidFieldTypeTest {
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
@@ -11,9 +11,7 @@ import lombok.Getter;
|
|||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertThrowsExactly;
|
import static org.junit.jupiter.api.Assertions.assertThrowsExactly;
|
||||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
|
||||||
|
|
||||||
class ForeignKeyProcessorMissingPrimaryKeyTest {
|
class ForeignKeyProcessorMissingPrimaryKeyTest {
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
@@ -11,9 +11,7 @@ import lombok.Getter;
|
|||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertThrowsExactly;
|
import static org.junit.jupiter.api.Assertions.assertThrowsExactly;
|
||||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
|
||||||
|
|
||||||
class ForeignKeyProcessorNonExistingFieldOrGetterTest {
|
class ForeignKeyProcessorNonExistingFieldOrGetterTest {
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
@@ -181,8 +181,6 @@ public class MigrationCreatorRenameFieldConstraintsTest extends MigrationCreator
|
|||||||
public static class Ctx extends DbContext {
|
public static class Ctx extends DbContext {
|
||||||
@Clazz(TestClass2.class)
|
@Clazz(TestClass2.class)
|
||||||
private DbSet<TestClass2> objects1;
|
private DbSet<TestClass2> objects1;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
|
|||||||
Reference in New Issue
Block a user