🌟 | 現在、 鉄壁ヘッドショットには対応済みです。 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。 |
モジュール・トーク:Utility/StringBuilder/testcases
ナビゲーションに移動
検索に移動
Test name テスト名 | Status 成否 | Expected value 期待値 | Result 結果 | Message メッセージ |
---|---|---|---|---|
IFでfalseなテスト | ✔️ | Test result is passed. | ||
複数の引数を持つ場合のテスト | ✔️ | test2 <- this is number | test2 <- this is number | Test result is passed. |
IFでtrueなテスト | ✔️ | true | true | Test result is passed. |
単純なテスト | ✔️ | test | test | Test result is passed. |
文字列をフォーマットする場合のテスト | ✔️ | count: 42 | count: 42 | Test result is passed. |