square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

JTextComponentFixture enterText method simulates a qwerty keyboard #216

Closed macpoupou closed 8 years ago

macpoupou commented 8 years ago

My code is :

JTextComponentFixture searchField=myDialog.textBox("SearchField");
searchField.setText("91808093");

When it runs it debug mode, it works fine. In a normal mode, it simulates "(!))(#".

It seems to be the keys of a qwerty keyboard.

JakeWharton commented 8 years ago

I think you're looking for AssertJ-Swing not AssertJ-Android.