snaag / TIL

https://github.com/snaag/todo3/issues
3 stars 0 forks source link

22-11-25-FRI #14

Open snaag opened 1 year ago

snaag commented 1 year ago
snaag commented 1 year ago

스프링 입문강의 > 회원 관리 예제 - 백엔드 개발

회원 서비스 개발

회원 서비스 테스트

전체 코드

snaag commented 1 year ago

IntelliJ

package hello.hellospring.service;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;

class MemberServiceTest {

    @Test
    void join() {
    }

    @Test
    void findMembers() {
    }

    @Test
    void findOne() {
    }
}