Skip to content

Commit

Permalink
ファイル名を慣習に沿った形へ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiryu-go committed Nov 11, 2023
1 parent 929fe1d commit fed0d79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
このテストクラスでは、このSQlの処理を行なったデータベースに対してアクセスを行う。
*/
@Sql("TestTodoListRepository.sql")
public class TestTodoListRepository {
public class TodoListRepositoryTest {
/*
今回はjdbcTestを使用します。
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import static org.mockito.Mockito.doReturn;

@ExtendWith(MockitoExtension.class)
public class TestToDoLiseService {
public class ToDoLiseServiceTest {
/*
Mockを注入するためのアノテーション。
これを仕様することで、Serviceクラスの依存性を自動的に解決してくれる。
Expand Down

0 comments on commit fed0d79

Please sign in to comment.