Fix pgcopy-sink tests

- Update build steps in README.adoc
- Remove junit4 usages across project
- Replace postgres ClassRule w/ Extension
This commit is contained in:
Chris Bono
2022-10-25 23:11:47 -05:00
parent cb0a9276cc
commit 42cb06306d
15 changed files with 227 additions and 224 deletions

View File

@@ -16,7 +16,7 @@
package org.springframework.cloud.stream.app.source.rabbit;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.BeanCreationException;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
@@ -31,7 +31,7 @@ import org.springframework.validation.FieldError;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.instanceOf;
import static org.junit.Assert.fail;
import static org.junit.jupiter.api.Assertions.fail;
/**
* Tests for RabbitSource with invalid config.