move code
This commit is contained in:
		
							parent
							
								
									b94dedadd5
								
							
						
					
					
						commit
						78db505e7b
					
				| @ -25,6 +25,11 @@ | ||||
|             <groupId>org.springframework.boot</groupId> | ||||
|             <artifactId>spring-boot-starter-data-mongodb</artifactId> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>de.flapdoodle.embed</groupId> | ||||
|             <artifactId>de.flapdoodle.embed.mongo</artifactId> | ||||
|             <scope>test</scope> | ||||
|         </dependency> | ||||
|         <!-- JUnit Jupiter dependencies --> | ||||
|         <dependency> | ||||
|             <groupId>org.junit.jupiter</groupId> | ||||
| @ -102,4 +107,4 @@ | ||||
|     </profiles> | ||||
| 
 | ||||
| 
 | ||||
| </project> | ||||
| </project> | ||||
|  | ||||
| @ -2,7 +2,6 @@ package com.baeldung.mongodb; | ||||
| 
 | ||||
| import static org.assertj.core.api.Assertions.assertThat; | ||||
| 
 | ||||
| import org.baeldung.boot.Application; | ||||
| import org.junit.jupiter.api.DisplayName; | ||||
| import org.junit.jupiter.api.Test; | ||||
| import org.junit.jupiter.api.extension.ExtendWith; | ||||
| @ -12,10 +11,11 @@ import org.springframework.data.mongodb.core.MongoTemplate; | ||||
| import org.springframework.test.context.ContextConfiguration; | ||||
| import org.springframework.test.context.junit.jupiter.SpringExtension; | ||||
| 
 | ||||
| import com.baeldung.SpringBootPersistenceApplication; | ||||
| import com.mongodb.BasicDBObjectBuilder; | ||||
| import com.mongodb.DBObject; | ||||
| 
 | ||||
| @ContextConfiguration(classes = Application.class) | ||||
| @ContextConfiguration(classes = SpringBootPersistenceApplication.class) | ||||
| @DataMongoTest | ||||
| @ExtendWith(SpringExtension.class) | ||||
| public class MongoDbSpringIntegrationTest { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user