mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-19 12:43:32 +08:00
added some opt-in markers on API which should have: - `appendMiraiCodeTo` Made API stable (otherwise they require too heavy opt-ins): - MiraiConsoleImplementation$ConsoleLaunchOptions - LowLevelApi
mirai-core-mock
mirai 模拟环境测试框架
模拟环境目前仅支持 JVM
src 架构
contact- 与mirai-core-api架构一致database- 数据库, 用于存储一些临时的零碎数据resserver- 资源服务userprofile- 与UserProfile相关的一些服务utils- 工具类
test 架构
<toplevel>与 mirai-core-api 关系不大或者一些独立的组件的测试.mock模拟的各个部分的测试, 每个测试都继承MockBotTestBase