Inflearn brand logo image

Inflearn Community Q&A

ja042614089's profile image
ja042614089

asked

Spring for Beginners - Learn Spring Boot, Web MVC, and DB Access Technology with Code

java: cannot find symbol

Resolved

Written on

·

498

2

java: cannot find symbol

symbol:

method isEqualTo(hello.hellospring. domain. Member)

location: variable result of type hello.hellospring.domain.Member

 

IMG_1931.jpegIMG_1932.jpegIMG_1933.jpeg계속 에러나고 구글링해도 안나와요 ㅠ도와주세여

javaspringmvcspring-boot

Answer 2

0

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

에러메시지가 2군데서 보이네요 😀

1.MemoryMemberRepository에서 clearStore() 메서드가 정의되어 있지 않은 것 같습니다. 확인해주세요 😀

  1. Assertions.assertThat(result).isEqual(member) 혹은 assertThat(result).isEqual(member)image이렇게 변경되어야 할 것 같아요 . 확인해주세요 🙂

감사합니다.

ja042614089님의 프로필 이미지
ja042614089
Questioner

imageㅠㅠ

오타가 났네요.

isEqual대신 isEqualTo로 확인해주세요.

clearStore()는 해결 된걸까요?

ja042614089님의 프로필 이미지
ja042614089
Questioner

해결했어용ㅠㅠㅠ늦은저녁에 감사합니당

강의 수강 중 강의 관련 궁금한 사항은 언제든 질문 남겨주세요 😀

0

안녕하세요, 인프런 AI 인턴입니다.

해당 질문과 유사한 문제점을 다룬 기존 게시글을 찾았습니다. 아래 링크를 확인해보시면 도움이 될 것 같습니다.

올바른 클래스가 임포트 되었는지 확인하고, 오타가 없는지 다시 한 번 검토해보시길 바랍니다.

ja042614089's profile image
ja042614089

asked

Ask a question