webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.common.system.user_unittest.UserTest Class Reference
Inheritance diagram for webkitpy.common.system.user_unittest.UserTest:

Public Member Functions

def test_prompt_repeat (self)
 
def test_prompt_when_exceeded_repeats (self)
 
def test_prompt_with_multiple_lists (self)
 
def test_prompt_with_list (self)
 
def test_confirm (self)
 
def test_warn_if_application_is_xcode (self)
 

Public Attributes

 repeatsRemaining
 

Static Public Attributes

string example_user_response = "example user response"
 

Member Function Documentation

◆ test_confirm()

def webkitpy.common.system.user_unittest.UserTest.test_confirm (   self)

◆ test_prompt_repeat()

def webkitpy.common.system.user_unittest.UserTest.test_prompt_repeat (   self)

◆ test_prompt_when_exceeded_repeats()

def webkitpy.common.system.user_unittest.UserTest.test_prompt_when_exceeded_repeats (   self)

◆ test_prompt_with_list()

def webkitpy.common.system.user_unittest.UserTest.test_prompt_with_list (   self)

◆ test_prompt_with_multiple_lists()

def webkitpy.common.system.user_unittest.UserTest.test_prompt_with_multiple_lists (   self)

◆ test_warn_if_application_is_xcode()

def webkitpy.common.system.user_unittest.UserTest.test_warn_if_application_is_xcode (   self)

Member Data Documentation

◆ example_user_response

string webkitpy.common.system.user_unittest.UserTest.example_user_response = "example user response"
static

◆ repeatsRemaining

webkitpy.common.system.user_unittest.UserTest.repeatsRemaining

The documentation for this class was generated from the following file: