Commit Graph

369 Commits

Author SHA1 Message Date
金戟
d75fdcd4e9 update docs and release 0.3.1 2020-11-24 23:18:12 +08:00
金戟
df9da81f75 use docsify generate doc page 2020-11-22 22:12:51 +08:00
金戟
a8ed46e60d add introduction doc 2020-11-22 10:25:44 +08:00
金戟
47115b22af remove spring framework from demos 2020-11-22 00:46:50 +08:00
金戟
b8b4844c38 add testcase for inherition 2020-11-21 22:53:32 +08:00
金戟
2ae34e0b41 update release note 2020-11-18 11:03:53 +08:00
金戟
401b5f83d7 support enable diagnose log by test class 2020-11-18 10:31:33 +08:00
金戟
5770a702cc add test for times method 2020-11-18 10:29:44 +08:00
金戟
15c7e9c48d add matcher doc, add kotlin matcher test case 2020-11-17 19:47:21 +08:00
金戟
0657c19da3 set to next snapshot version 2020-11-17 19:45:31 +08:00
金戟
b275f32e44 bump version to 0.3.0, fix javadoc 2020-11-17 15:33:39 +08:00
金戟
85276e1c55 maven plugin is usually required 2020-11-17 14:08:14 +08:00
金戟
c68289920f move verify method to verifier class 2020-11-17 14:06:59 +08:00
金戟
7e77f77fa2 print count of mock method found 2020-11-17 13:09:34 +08:00
金戟
40a1a999a7 use variable length args 2020-11-17 13:07:53 +08:00
金戟
7d2dd83410 consider return type when calculating stack change 2020-11-16 23:13:45 +08:00
金戟
43cd4aeeec add test case for matchers 2020-11-16 21:53:32 +08:00
金戟
525e252f96 skip type comparation for macher 2020-11-16 19:19:02 +08:00
金戟
f63b694b0c move matchers to standalone package 2020-11-16 19:11:31 +08:00
金戟
809b1aa57f let's handle invoke and array correctly 2020-11-16 19:01:29 +08:00
金戟
f7dba2d33d add instrument process debug log 2020-11-16 14:47:49 +08:00
金戟
36e260688e need to increase stack by 1 2020-11-16 14:25:20 +08:00
金戟
648e4aa9cc print code location in warning message 2020-11-16 14:16:58 +08:00
Fan Lin
80499f0da2 update release note 2020-11-15 14:37:44 +08:00
Fan Lin
d7ffbcbc32 remove unused mock type 2020-11-15 14:36:57 +08:00
Fan Lin
e586d5db79 handle matcher in verification 2020-11-15 14:34:29 +08:00
金戟
bf9ceeea0f use release profile 2020-11-14 07:06:36 +08:00
金戟
73ef418f39 complete pom file information 2020-11-14 06:54:56 +08:00
金戟
c6ea4c168d add verify matcher 2020-11-13 23:41:34 +08:00
金戟
3f59e9e098 opensourced with MIT license 2020-11-10 14:12:25 +08:00
金戟
754d9ce08d update upcoming version feature 2020-11-10 14:10:14 +08:00
金戟
72269fbcd8 rename to testable mock 2020-11-10 13:06:48 +08:00
金戟
6e47057d7f add test case for final field modification 2020-11-10 11:20:21 +08:00
金戟
854c062e93 implement getter of private field 2020-11-10 11:01:22 +08:00
金戟
baf3c8d657 add verify method to doc 2020-11-10 06:54:01 +08:00
金戟
7e88813518 v0.2.2 released 2020-11-07 23:39:21 +08:00
金戟
88fddf2bcc allow to check method never invoke with parameters 2020-11-07 23:24:53 +08:00
金戟
ba2a823c19 add second solution for IDE test problem 2020-11-05 16:53:01 +08:00
金戟
4b282179f4 fix tools.jar issue with java 9+ 2020-11-04 11:48:07 +08:00
金戟
6454ae547e quick check several invocation with same parameters 2020-11-01 13:43:56 +08:00
金戟
5b7382e9b0 require more stack space 2020-11-01 13:42:44 +08:00
金戟
dc904496fc rename verify method names 2020-11-01 09:41:01 +08:00
金戟
6f74ba771c upgrade surefire plugin to fix conflict with junit 5 2020-11-01 09:02:00 +08:00
金戟
df63bc5c74 fix unsafe access warning 2020-11-01 07:53:04 +08:00
金戟
da3eca3d49 mn.parameters could be null 2020-10-31 22:29:22 +08:00
金戟
d816726f4f implementation parameter verification 2020-10-31 21:47:03 +08:00
金戟
4b1b1c3126 bump version to 0.2.2 snapshot 2020-10-31 18:39:38 +08:00
金戟
649fdebda7 record parameters of mock invoke 2020-10-31 18:27:28 +08:00
金戟
24e4b4f317 refactor invoke record logic to its own util 2020-10-30 21:39:02 +08:00
金戟
0b9a9c7ac6 version tips 2020-10-30 17:59:10 +08:00