Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WMS-1 | 상품 등록 기능 개발 #1

Merged
merged 15 commits into from
Jul 30, 2023
Prev Previous commit
Next Next commit
2.create test case registerProduct
  • Loading branch information
이중석/백엔드개발팀 committed Jul 30, 2023
commit e6aaa62944547d2980996bd4f8f4874edd6ffbd7
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
package com.ejoongseok.wmslive.product.feature;

import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;

class RegisterProductTest {

@Test
@DisplayName("상품을 등록한다.")
void registerProduct() {


}
}