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

テスト #42

Open
20 tasks done
friendbear opened this issue Aug 24, 2023 · 0 comments
Open
20 tasks done

テスト #42

friendbear opened this issue Aug 24, 2023 · 0 comments
Assignees
Labels
learning Books and other studies

Comments

@friendbear
Copy link
Owner

friendbear commented Aug 24, 2023

#Lang/Rust

テスト

テストの基本

  • テストターゲット
  • #[cfg()アトリビュート]
  • superキーワード

#[test]/#[ignore]アトリビュート

  • #[test]アトリビュート
  • #[ignore]アトリビュート

テストドライバの実装

  • 評価マクロ
  • assert!() マクロを利用した検証
  • assert_eq!()マクロを利用した検証
  • assert_ne!()マクロを利用した検証
  • エラーを検証する
  • 非公開メソッドのテスト
  • #[should_panic]アトリビュート
  • dbg!()マクロ

ドキュメントテスト

  • ドキュメントテストの構文
/// ```ドキュメントテストの構文
/// テストコード
/// テストコード
/// ```
  • ドキュメントテストの記述

外部クレートの利用

  • simplle_test_case crate

  • 外部クレートの定義

  • #[test_case]アトリビュート

テストの分離

  • testsディレクトリ
  • サンプルコードの構成
  • testsディレクトリの利用
@friendbear friendbear added the learning Books and other studies label Aug 24, 2023
@friendbear friendbear mentioned this issue Aug 25, 2023
@friendbear friendbear self-assigned this Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
learning Books and other studies
Projects
None yet
Development

No branches or pull requests

1 participant