인프런 커뮤니티 질문&답변

minhyuck WOO님의 프로필 이미지
minhyuck WOO

작성한 질문수

스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술

회원 리포지토리 테스트 케이스 작성

test가 작동하지 않아요

작성

·

808

0

Run 하는 부분부터 선생님이랑 뜨는 메뉴도 다르고 

save() run 이라고 표시되지도 않아요

오류 창에는 

C:\Users\user\OneDrive - (  ) ̳ ׷ \     ȭ  \hello-spring\src\test\java\hello\hellospring\HelloSpringApplicationTests.java:4: error: package org.springframework.boot.test.context does not exist

import org.springframework.boot.test.context.SpringBootTest;

                                            ^

C:\Users\user\OneDrive - (  ) ̳ ׷ \     ȭ  \hello-spring\src\test\java\hello\hellospring\HelloSpringApplicationTests.java:6: error: cannot find symbol

@SpringBootTest

 ^

  symbol: class SpringBootTest

2 errors

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':compileTestJava'.

> Compilation failed; see the compiler error output for details.

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s

3 actionable tasks: 1 executed, 2 up-to-date

이런식으로 뜨는데 오류내용을 아무리 검색해봐도 비슷한것도 나오질 않아요 어떻게 해야하나요?

답변 3

0

안녕하세요. minhyuck WOO님, 공식 서포터즈 OMG입니다.

프로젝트 확인해보았습니다 .두 가지 문제점이 보입니다.

1)

EqualsTo가 아니라 EqualTo입니다.

2)

dependencies 안의 implementation 'org.springfram~ : 버전 을 작성하지 않으셔도 됩니다.

현재 최상단의 스프링부트와 버전 차이가 나지 않도록 해주세요.

build.gradle 수정하여assertj 가 들어오지 않는 것으로 보입니다.

그리고 현재 스프링부트 프로젝트 생성 가능한 버전이 강의 제작 시점과 다른데요,

2.5.x 대에서 뒤에 영문자가 없는 버전을 고르시면 됩니다.(2.5.4 버전)

프로젝트 새로 만드시고 기존 코드 옮기시면 될 것 같습니다. 오타에 유의하시구요.

감사합니다.

0

minhyuck WOO님의 프로필 이미지
minhyuck WOO
질문자

https://drive.google.com/file/d/1iNHUMXk-M8xDaSYwLpZAtwUtSkk0s-Ry/view?usp=sharing

1. 인텔리 J로 실행하고 있습니다.

2. local실행은 잘되는데 test 실행시 

Could not find org.springframework.boot:spring-boot-stater-test:.

Required by:

    project :

Possible solution:

 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

와 같은 오류가 발생하는데 검색해보니까 의존성을 찾을 수 없는 오류라고 하여 해결법을 따라해 보았지만 여전히 같은 상황이 반복되고있고 

또한 

Assertions.assertEquals(result, member);

        Assertions.assertThat(member).isEqualsTo(result);

        Assertions.assertThat(); 구문에서 자꾸 오류가 발생하여 다른 학습자분께 답해주신걸 참고하여  

import org.assertj.core.api.Assertions;

를 추가하라고 하신것을 찾았으나 제 프로젝트에 똑같이 작성하였는데도 여전히 import 되지 않고 있는게 문제입니다.

0

김영한님의 프로필 이미지
김영한
지식공유자

안녕하세요. minhyuck WOO님

전체 프로젝트를 압축해서 구글 드라이브로 공유해서 링크를 남겨주세요.

구글 드라이브 업로드 방법은 다음을 참고해주세요.

https://bit.ly/3fX6ygx

추가로 다음 내용도 코멘트 부탁드립니다.

1. 실행 방법을 알려주세요.

2. 어떻게 문제를 확인할 수 있는지 자세한 설명을 남겨주세요.

감사합니다.

minhyuck WOO님의 프로필 이미지
minhyuck WOO

작성한 질문수

질문하기