テスティングフレームワークのドキュメントでJUnit 5を既定の案内にする - #713
Open
kumagoro1202 wants to merge 1 commit into
Open
Conversation
- 06_TestFWGuide の toctree で JUnit 5用拡張機能のページを概要の直後へ移動 - 01_Abstract の特徴「JUnit4ベース」を「JUnit 5で利用可能(推奨)+JUnit 4資産と互換」へ改訂 - 01_Abstract のテストメソッド記述方法を JUnit 5(org.junit.jupiter.api.Test)ベースへ更新 - テスティングフレームワークの入口ページに新規プロジェクト/既存プロジェクトの分岐案内を追加 - 昇格に合わせて JUnit5_Extension のページ題名を「JUnit 5での利用方法」へ変更 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
テスティングフレームワークのドキュメントについて、新規開発者の既定パスをJUnit 5前提に変更します。コード変更はありません。
マージ順序について: 本PRは、テスティングフレームワークのドキュメントをJUnit 5前提へ改訂する連続PR(1-1〜1-8・スタック構成)の1本目です。マージ順序は 1-1 → 1-2 → 1-3 → 1-4 → 1-5 → 1-6 → 1-7 → 1-8 を厳守してください。