mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-29 10:00:13 +08:00
f4fa2cabf4
* feat: remove essence message * feat: Essences * add: share and remove * fix: impl * fix: arguments * feat: image url to image * add: doc * fix: doc * Copyright: 2023 * remove: method removeEssenceMessage * feat: lazy load source * add: no parse * add: sendAndExpect try * fix: remove throw * fix: parse IMAGE_MD5_REGEX |
||
---|---|---|
.. | ||
src | ||
test | ||
build.gradle.kts | ||
README.md |
mirai-core-mock
mirai 模拟环境测试框架
模拟环境目前仅支持 JVM
src 架构
contact
- 与mirai-core-api
架构一致database
- 数据库, 用于存储一些临时的零碎数据resserver
- 资源服务userprofile
- 与UserProfile
相关的一些服务utils
- 工具类
test 架构
<toplevel>
与 mirai-core-api 关系不大或者一些独立的组件的测试.mock
模拟的各个部分的测试, 每个测试都继承MockBotTestBase