mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-31 12:47:43 +00:00
doc[android] add comments
This commit is contained in:
parent
67b5cd42f8
commit
35fce71215
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue