パッケージ: libpowermock-java (1.6.6-1)
libpowermock-java に関するリンク
Trisquel の資源:
powermock ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Debian Java Maintainers (メールアーカイブ)
- Emmanuel Bourg
外部の資源:
- ホームページ [www.powermock.org]
類似のパッケージ:
PowerMock testing framework for Java
PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more. PowerMock works by bytecode manipulation. PowerMock also contain some utilities that gives you easier access to an objects internal state. PowerMock can be used to test otherwise untestable code and also to achieve a cleaner separation between test and production code.
その他の libpowermock-java 関連パッケージ
|
|
|
-
- dep: libcglib-nodep-java
- Code generation library for Java (without dependencies)
-
- dep: libhamcrest-java
- library of matchers for building test expressions
-
- dep: libjavassist-java
- library for editing bytecodes in Java
-
- dep: libmockito-java
- mocking framework for Java
-
- dep: libobjenesis-java
- Java library to instantiate a new object of a particular class
-
- dep: libxstream-java
- Java library to serialize objects to XML and back again
-
- dep: testng
- testing framework for Java