Commit Graph

204 Commits

Author SHA1 Message Date
金戟
3f672e45da do deprecate instead of removal 2020-12-11 21:19:16 +08:00
金戟
328c8540a8 use MockMethod and MockConstructor replace TestableMock annotation 2020-12-11 20:29:49 +08:00
金戟
857b5e2295 bump to v0.4.0 2020-12-11 12:22:22 +08:00
金戟
1ec2c48c4b releasing config needed in parent pom 2020-12-10 20:09:27 +08:00
金戟
0ae39d9deb green light the demo package 2020-12-10 20:02:23 +08:00
金戟
dad2ea3a76 update log level when default log level changed 2020-12-10 19:22:22 +08:00
金戟
260fe94a49 fix a classloader filter issue for java 9+ 2020-12-10 19:21:33 +08:00
金戟
dfb1e2c094 revert maven plugin pom change 2020-12-10 16:11:14 +08:00
金戟
c8115f9623 add verbose log when test start 2020-12-10 15:47:55 +08:00
金戟
4def468d85 suggest invoking original method 2020-12-10 09:17:44 +08:00
金戟
efe57feeda maven plugin will not follow the parent version 2020-12-10 08:54:39 +08:00
金戟
5150868e8c move CONSTRUCTOR to TestableConst 2020-12-10 08:45:01 +08:00
金戟
757becc08b update doc about generics type method and add kotlin demo 2020-12-09 23:37:26 +08:00
金戟
857cbac81c add demo for template method mocking 2020-12-09 20:03:19 +08:00
金戟
495c08f716 extra common configure to parent pom 2020-12-08 16:22:14 +08:00
金戟
da650eb14d add testable all module 2020-12-08 15:51:51 +08:00
金戟
bd0ec5f4b7 reduce log reset frequency 2020-12-07 23:26:18 +08:00
金戟
65807eece7 avoid test case naming conflict between classes 2020-12-05 10:16:22 +08:00
金戟
b74b21cae6 set to snapshot 2020-12-05 09:39:20 +08:00
金戟
ad63de628d refactor log methods 2020-12-05 09:29:14 +08:00
金戟
08aa73b4bd use global log level 2020-12-04 22:50:02 +08:00
金戟
dd7499f3cf bump version to 0.3.2 2020-12-01 23:54:04 +08:00
金戟
1d98e3c618 support invoke private companion object method in kotlin 2020-12-01 23:49:48 +08:00
金戟
001001bfd3 fully support gradle build and test 2020-12-01 20:20:44 +08:00
金戟
472f90e7e4 add static access methods to private accessor 2020-11-30 22:57:37 +08:00
金戟
1af6b8c8b6 fit private access for gradle build 2020-11-30 21:32:13 +08:00
金戟
1bf6ab3b21 fit test case name fetcher for gradle build 2020-11-29 10:39:55 +08:00
金戟
9ab737ce57 add a gradle demo 2020-11-28 22:51:09 +08:00
金戟
35dbc1f497 also look current thread for test case name 2020-11-28 22:42:25 +08:00
金戟
92f9c27561 dump to snapshot version 2020-11-28 20:36:20 +08:00
金戟
7b273affe3 testable-agent dependence is required in order to have agent jar downloaded 2020-11-28 19:52:20 +08:00
金戟
b4d6a8357e remove dependence on internal class 2020-11-28 19:50:00 +08:00
金戟
ff29172a93 moe descriptions and more faq 2020-11-28 17:03:39 +08:00
金戟
d94daf6910 highlight java code 2020-11-26 07:14:08 +08:00
金戟
fb62ab63cc add usage of verify void method 2020-11-26 07:04:41 +08:00
金戟
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