タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

javaとtestingとjunitに関するatottoのブックマーク (2)

  • JUnit 5 tutorial - Learn how to write unit tests

    Lars Vogel, (©) 2007 - 2026 vogella GmbH version unspecified This comprehensive tutorial covers unit testing with JUnit 5 (Jupiter), the latest version of the popular Java testing framework. You’ll learn how to write effective unit tests, use modern JUnit 5 features like dynamic tests and parameterized tests, and integrate JUnit with build systems like Maven and Gradle. While examples use Eclipse

    atotto
    atotto 2012/02/21
  • JUnit のセカイ #JJUG - やさしいデスマーチ

    このエントリーは、@cero-tさんのエントリーの次で、Java Advent Calendar 2011の6番目のエントリーです。自分自身の今年のメインテーマがTDD(テスト駆動開発)と言う事もあり、関連エントリーとしてJUnitについて書きたいかと思います。今更JUnit?と思われた方も普段からJUnitを使っていあなたも気軽にお読みください。尚、色々な話題を駆け足で紹介するので、どれも簡単な紹介程度になってしまいますが、ご了承願います。 JUnit4 スタイル JUnitがアノテーションに対応し結構な月日が流れましたが、古いコーディング規約のままでテストコードを書いていませんか?JUnit4では、アノテーションとアサーションを使ったテストコードを書くことが基スタイルです。かつては、TestCaseのサブクラスを作り、testではじまるメソッドを定義していましたが、今は Testアノ

    JUnit のセカイ #JJUG - やさしいデスマーチ
  • 1