-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ 【第9章 歩幅の調整】 Dollar, Franc が同じものであると判定するためにテストを修正する
・Factory メソッドから作成したものでテストを行うようにする ・Factory メソッドが Money クラスを返すため同じオブジェクトと判定できるようになる
- Loading branch information
1 parent
0ce7c6f
commit c5cbe96
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
- [x] equalsの一般化 | ||
- [ ] timesの一般化 | ||
- [x] FrancとDollarの比較 | ||
- [ ] 通貨の概念 | ||
- [x] 通貨の概念 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters