Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XML ファイルから MySQL データベースにデータをインポートする単純なプログラムを実装する必要があります。
問題は、実装中に TDD (テスト駆動開発) を使用する必要があることです。たとえば、コードを記述する前にテストを作成する必要があります。
データベースへのデータの挿入、接続などをテストする必要があります。
データベースはMySQLデータベースです。
db テスト用の Eclipse に最適な TDD ツールはどれですか?