|
|
@ -22,9 +22,7 @@ import com.couchbase.client.java.CouchbaseBucket;
|
|
|
|
import com.couchbase.client.java.cluster.ClusterInfo;
|
|
|
|
import com.couchbase.client.java.cluster.ClusterInfo;
|
|
|
|
import com.couchbase.client.java.env.CouchbaseEnvironment;
|
|
|
|
import com.couchbase.client.java.env.CouchbaseEnvironment;
|
|
|
|
import com.couchbase.client.java.env.DefaultCouchbaseEnvironment;
|
|
|
|
import com.couchbase.client.java.env.DefaultCouchbaseEnvironment;
|
|
|
|
import org.junit.Rule;
|
|
|
|
|
|
|
|
import org.junit.Test;
|
|
|
|
import org.junit.Test;
|
|
|
|
import org.junit.rules.ExpectedException;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration;
|
|
|
|
import org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration;
|
|
|
|
import org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration;
|
|
|
|
import org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration;
|
|
|
@ -35,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
import static org.mockito.Mockito.mock;
|
|
|
|
import static org.mockito.Mockito.mock;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Tests for {@link CouchbaseAutoConfiguration}
|
|
|
|
* Tests for {@link CouchbaseAutoConfiguration}.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @author Eddú Meléndez
|
|
|
|
* @author Eddú Meléndez
|
|
|
|
* @author Stephane Nicoll
|
|
|
|
* @author Stephane Nicoll
|
|
|
@ -43,9 +41,6 @@ import static org.mockito.Mockito.mock;
|
|
|
|
public class CouchbaseAutoConfigurationTests
|
|
|
|
public class CouchbaseAutoConfigurationTests
|
|
|
|
extends AbstractCouchbaseAutoConfigurationTests {
|
|
|
|
extends AbstractCouchbaseAutoConfigurationTests {
|
|
|
|
|
|
|
|
|
|
|
|
@Rule
|
|
|
|
|
|
|
|
public ExpectedException thrown = ExpectedException.none();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
public void bootstrapHostsIsRequired() {
|
|
|
|
public void bootstrapHostsIsRequired() {
|
|
|
|
load(null);
|
|
|
|
load(null);
|
|
|
|