TouchID Implementation [iOS Sim Only] by dpgraham · Pull Request #509 · appium/java-client

added 2 commits

November 7, 2016 13:03
Tests were failing because of an indentation problem in
IOSGesturesTest.java and because a static import in
XCUIAutomationTest.java was coming after the rest of the imports instead
of before

SrinivasanTarget

@drapostolos @TikhomirovSergey

@dpgraham

@dpgraham

This will be added post release
This test only executes the driver.touchId method, it doesn't do any assertions. Just verifies that it doesn't throw any exceptions.

@dpgraham

@dpgraham

TikhomirovSergey

TikhomirovSergey

SrinivasanTarget

Tests were failing because of an indentation problem in
IOSGesturesTest.java and because a static import in
XCUIAutomationTest.java was coming after the rest of the imports instead
of before

@dpgraham

@dpgraham

@dpgraham

This will be added post release
This test only executes the driver.touchId method, it doesn't do any assertions. Just verifies that it doesn't throw any exceptions.

@dpgraham

-Moved touchID out of IOSDeviceActionShorcuts and into PerformsTouchID
-Made IOSDriver implement PerformsTouchID
-Fixed typo that I noticed in CommandExecutionHelper
-Fixed linting errors

@dpgraham

@dpgraham

TikhomirovSergey

SrinivasanTarget

@dpgraham

@dpgraham

TikhomirovSergey

SrinivasanTarget