doc[android] add comments

This commit is contained in:
Sandra Forberger 2019-11-12 16:10:46 +07:00
parent 67b5cd42f8
commit 35fce71215

View file

@ -35,6 +35,9 @@ public class KeyboardPickerTest {
private com.tavultesoft.kmea.KeyboardPickerActivity activity;
/**
* Test show keyboard info.
*/
@Test
public void openKeyboardPickerAndOpenKeyboardInfo() {
@ -74,6 +77,11 @@ public class KeyboardPickerTest {
private static final File TEST_GFF_KMP_FILE = new File(TEST_RESOURCE_ROOT, "v14" + File.separator + TEST_GFF_KMP_NAME + ".kmp");
/**
* Test keyboard switch using keyboard picker.
* @throws IOException
* @throws JSONException
*/
@Test
public void openKeyboardPickerAndSwitchKeyboardInfo()
throws IOException, JSONException