package
0.0.0-20200921135858-6acd2991c961
Repository: https://github.com/gcp-kit/line-bot-boilerplate-go.git
Documentation: pkg.go.dev

# Functions

AssertDeepEquals 実値と期待値が同値か判定を実施する.
AssertEquals 実値と期待値が同値か判定を実施する.
AssertMatches 文字列が正規表現にマッチするか判定する.
AssertStringContains 実値文字列が期待値文字列を含むかどうか判定する.
AssertStringExist 実値が存在するか判定を実施する.
AssertTimeEquals time.Time型の実値と期待値が同値か判定を実施する.