mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-01 11:20:55 +08:00
479fa773f5
This commit fixes
|
||
---|---|---|
.. | ||
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