feat(extension): 初步添加一些工具方法.

添加 AbilityBots 类, 向开发者提供一些"工具"方法, 该方法将有助于插件的功能开发.
This commit is contained in:
2022-04-19 00:17:57 +08:00
parent 270e744bcf
commit 8131f41313
3 changed files with 176 additions and 2 deletions

View File

@ -10,8 +10,9 @@ dependencies {
api("org.telegram:telegrambots-abilities:6.0.1")
api("org.slf4j:slf4j-api:1.7.36")
// There is nothing to test.
// testImplementation(kotlin("test"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("org.mockito:mockito-core:4.4.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}
tasks.withType<Javadoc> {