[ 原始碼: mockito ]
套件:libmockito-java(3.3.3-1)
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
mocking framework for Java
Mockito is a mocking library which lets you write tests with a clean and simple API.
It generates mocks using reflection, it records all mock invocations, including methods arguments.
其他與 libmockito-java 有關的套件
|
|
|
|
-
- dep: libbyte-buddy-java (>= 1.8.2-2~)
- Runtime code generation for the Java virtual machine
-
- dep: libhamcrest-java
- library of matchers for building test expressions
-
- dep: libobjenesis-java
- Java library to instantiate a new object of a particular class