タグ

ブックマーク / jmockit.dev.java.net (1)

  • jmockit: JMockit Home Page

    The JMockit Testing Toolkit JMockit is open-source software licensed under the MIT License. It is a collection of tools for use in developer testing, that is, tests written by developers using a testing framework such as JUnit or TestNG. The tools rely on the Java 5 SE instrumentation feature (the java.lang.instrument package), internally using the ASM library to modify bytecode at runtime. There

    penult
    penult 2009/06/06
    finalクラス、他クラス内部でnewされているオブジェクト、staticメソッドなどのモックを作成できるテスティングライブラリ。instrumentationでクラスを再定義しているらしい。
  • 1