View-specific equivalents of view()
and onView()
added:
textView()
andonTextView()
forandroid.widget.TextView
editText()
andonEditText()
forandroid.widget.EditText
button()
andonButton()
forandroid.widget.Button
imageView()
andonImageView()
forandroid.widget.ImageView
imageButton()
andonImageButton()
forandroid.widget.ImageButton
- Negating conditions inline (
not()
method) And
,Or
andNot
interfaces added- Maintaining the order of method calls
- IDE suggestions corrected
Cortado.Start
,Cortado.Start.Matcher
,Cortado.Start.ViewInteraction
,Cortado.Unfinished
,Cortado.Unfinished.Or
,Cortado.Unfinished.And
,Cortado.Unfinished.Or.Matcher
,Cortado.Unfinished.Or.ViewInteraction
,Cortado.Unfinished.And.Matcher
,Cortado.Unfinished.And.ViewInteraction
marked as@Deprecated
(corresponding classes have been created in the main package -cortado
)
Cortado.And.ViewInteraction
method name corrected
Initial release.