Skip navigation links
com.atlassian.webtest.ui.keys

Interface CharacterKey

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      char codeUnit()
      Char (a code unit) representation of the character entered by this key
      String string()
      String representation of the character entered by this key
    • Method Detail

      • string

        String string()
        String representation of the character entered by this key
        Returns:
        string character representation
      • codeUnit

        char codeUnit()
        Char (a code unit) representation of the character entered by this key
        Returns:
        char character representation

Copyright © 2015 Atlassian. All rights reserved.