We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
parser.rsの単体テストで、都道府県マスタ/市区町村マスタの取得に失敗した時のテストを書きたいが、現状ではAPIの失敗を自動テストの中で再現することができないので、モックライブラリを用いてAPIをモックしたい。
parser.rs
https://docs.rs/mockito/latest/mockito/
The text was updated successfully, but these errors were encountered:
parser::parse()からapiを直接使うのではなく、間にrepositoryをかませたほうがよさそう
ライブラリ利用者から見て、repositoryは意味が伝わりにくいので、apiという名称をそのまま使うことにした
repository
api
Sorry, something went wrong.
server_urlを適当なものに変えれば404エラーを作ることはできるので、モックライブラリを導入しなくてもできそう
server_url
YuukiToriyama
Successfully merging a pull request may close this issue.
parser.rs
の単体テストで、都道府県マスタ/市区町村マスタの取得に失敗した時のテストを書きたいが、現状ではAPIの失敗を自動テストの中で再現することができないので、モックライブラリを用いてAPIをモックしたい。https://docs.rs/mockito/latest/mockito/
The text was updated successfully, but these errors were encountered: