金戟
|
0287d27d85
|
release v0.7.9
|
2022-12-14 19:25:55 +08:00 |
|
金戟
|
61a3090431
|
refactor: update junit version
|
2022-12-09 22:09:12 +08:00 |
|
金戟
|
e9ce61d83c
|
doc: fix test case name
|
2022-12-06 11:59:57 +08:00 |
|
金戟
|
8c0a74264a
|
refactor: move string util methods to core package
|
2022-11-27 21:10:53 +08:00 |
|
金戟
|
6632fae529
|
feat: add testcase for inherited mock container
|
2022-11-19 23:32:06 +08:00 |
|
金戟
|
9018301bfc
|
feat: add MockContainer annotation
|
2022-11-19 22:28:28 +08:00 |
|
金戟
|
46e4499035
|
release v0.7.8
|
2022-11-13 20:13:40 +08:00 |
|
金戟
|
39b742b290
|
release v0.7.7
|
2022-05-28 13:34:27 +08:00 |
|
金戟
|
7aedcf63b5
|
release v0.7.6
|
2022-04-22 17:14:33 +08:00 |
|
金戟
|
2e58ae8360
|
release v0.7.5
|
2022-03-08 12:38:35 +08:00 |
|
金戟
|
692b4435aa
|
release v0.7.4
|
2022-02-02 21:02:28 +08:00 |
|
金戟
|
02f15177fc
|
release v0.7.3
|
2022-01-09 22:45:14 +08:00 |
|
金戟
|
59bcbfdf37
|
release v0.7.2
|
2021-12-17 14:39:20 +08:00 |
|
金戟
|
db4e02a201
|
release v0.7.1
|
2021-12-11 22:59:49 +08:00 |
|
金戟
|
140e54983b
|
release v0.7.0
|
2021-11-07 11:07:39 +08:00 |
|
金戟
|
c2d456da97
|
use MockInvoke and MockNew
|
2021-11-03 11:44:44 +08:00 |
|
金戟
|
28500558fc
|
rename verify() to verifyInvoked(), avoid name conflict with system method
|
2021-11-02 23:39:48 +08:00 |
|
金戟
|
8cfba333ff
|
release v0.6.10
|
2021-10-31 14:24:10 +08:00 |
|
金戟
|
aee2ec2767
|
fix typo and format code
|
2021-10-27 07:33:08 +08:00 |
|
金戟
|
0917406c44
|
release v0.6.9
|
2021-10-17 22:56:33 +08:00 |
|
金戟
|
09ecd0d7c0
|
release v0.6.8
|
2021-08-08 21:53:34 +08:00 |
|
金戟
|
fd3b088f59
|
release v0.6.7
|
2021-06-11 17:36:43 +08:00 |
|
金戟
|
b949f57d54
|
in favor of static import
|
2021-06-06 23:04:42 +08:00 |
|
金戟
|
38221a67ef
|
release 0.6.6
|
2021-05-22 19:00:35 +08:00 |
|
金戟
|
993c178adf
|
fit mock target checking for kotlin
|
2021-05-22 18:31:03 +08:00 |
|
金戟
|
381ff52515
|
also check methods from parent classes
|
2021-05-15 16:16:01 +08:00 |
|
金戟
|
f40cfe929a
|
always static import asserts
|
2021-05-02 09:25:36 +08:00 |
|
金戟
|
96d1f9d633
|
release v0.6.5
|
2021-05-02 08:10:58 +08:00 |
|
金戟
|
0e581a7eeb
|
add kotlin demo for mock scope
|
2021-05-01 17:25:48 +08:00 |
|
金戟
|
9924d7d2fc
|
release v0.6.4
|
2021-04-24 17:43:43 +08:00 |
|
金戟
|
9d6e4dd1fa
|
bump to v0.6.3
|
2021-04-18 10:26:06 +08:00 |
|
金戟
|
5904ad99cb
|
release v0.6.2
|
2021-04-07 21:38:24 +08:00 |
|
金戟
|
74fbc5b53f
|
support configure file
|
2021-04-07 09:40:20 +08:00 |
|
金戟
|
b41923bfa0
|
release v0.6.1
|
2021-04-06 08:09:23 +08:00 |
|
金戟
|
01e9890234
|
always generate log file
|
2021-04-05 11:56:06 +08:00 |
|
金戟
|
93cdef1d6c
|
remove gradle settings in kotlin demo
|
2021-04-04 15:38:43 +08:00 |
|
金戟
|
e370114b01
|
release v0.6
|
2021-03-27 20:05:21 +08:00 |
|
金戟
|
3acf341d1f
|
add kotlin test case for omni
|
2021-03-24 13:23:02 +08:00 |
|
金戟
|
9064f7a582
|
better demo for omni methods
|
2021-03-22 00:41:19 +08:00 |
|
金戟
|
b062dbc592
|
move private accessor to tool package
|
2021-03-21 07:43:22 +08:00 |
|
金戟
|
606760d632
|
refactor test code, and omni constructor test
|
2021-03-18 23:51:06 +08:00 |
|
金戟
|
250a1beaf9
|
bump to version 0.5.2
|
2021-03-13 09:35:33 +08:00 |
|
金戟
|
121536a337
|
support mocking invocation inside an inner class
|
2021-03-05 00:04:44 +08:00 |
|
金戟
|
6f079db3f3
|
move demo code out of testable package
|
2021-03-04 11:09:12 +08:00 |
|
金戟
|
e46ec3d98a
|
release v0.5.1
|
2021-03-03 09:46:21 +08:00 |
|
金戟
|
f96d272f97
|
release 0.5.0
|
2021-02-21 13:56:22 +08:00 |
|
金戟
|
55ccabbb39
|
add one to multi test case and refactor demo packages
|
2021-02-21 10:20:59 +08:00 |
|
金戟
|
74e3cf16a4
|
use standalone mock class in demos
|
2021-02-11 14:56:08 +08:00 |
|
金戟
|
d57dedb6fc
|
release v0.4.12
|
2021-02-07 10:41:07 +08:00 |
|
金戟
|
2c18ea12ed
|
use space instead of tab
|
2021-02-04 17:59:26 +08:00 |
|