Added more documentation on methods and tests
This commit is contained in:
parent
f33bceaf14
commit
6d32c122cc
@ -239,6 +239,7 @@ public final class DefaultAbilities implements AbilityExtension {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The ability to cancel operation.
|
* The ability to cancel operation.
|
||||||
|
* User can use this method to cancel the current session and delete related chat.
|
||||||
* Usage: <code>/cancel</code>
|
* Usage: <code>/cancel</code>
|
||||||
*
|
*
|
||||||
* @return the ability to cancel operation
|
* @return the ability to cancel operation
|
||||||
|
@ -200,6 +200,11 @@ public class AbilityBotTest {
|
|||||||
verify(sender, times(1)).sendDocument(any());
|
verify(sender, times(1)).sendDocument(any());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is for TelegramBots Issue 935 test
|
||||||
|
* this test shows that TelegramLongPollingBot can cancel the session by removing map of chatID.
|
||||||
|
*/
|
||||||
@Test
|
@Test
|
||||||
void canCancel() {
|
void canCancel() {
|
||||||
MessageContext context = defaultContext();
|
MessageContext context = defaultContext();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user