webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.xcode.simulator_unittest.SimulatorTest Class Reference
Inheritance diagram for webkitpy.xcode.simulator_unittest.SimulatorTest:

Public Member Functions

def setUp (self)
 
def test_simulator_device_types (self)
 
def test_invalid_device_types_header (self)
 
def test_invalid_runtimes_header (self)
 
def test_invalid_devices_header (self)
 
def test_unavailable_devices (self)
 
def test_device_pairs (self)
 

Member Function Documentation

◆ setUp()

def webkitpy.xcode.simulator_unittest.SimulatorTest.setUp (   self)
Set up method for SimulatorTest 

◆ test_device_pairs()

def webkitpy.xcode.simulator_unittest.SimulatorTest.test_device_pairs (   self)
Tests that Device Pairs header does not cause parsing exception 

◆ test_invalid_device_types_header()

def webkitpy.xcode.simulator_unittest.SimulatorTest.test_invalid_device_types_header (   self)
Tests that an invalid Device Types header throws an exception 

◆ test_invalid_devices_header()

def webkitpy.xcode.simulator_unittest.SimulatorTest.test_invalid_devices_header (   self)
Tests that an invalid Devices header throws an exception 

◆ test_invalid_runtimes_header()

def webkitpy.xcode.simulator_unittest.SimulatorTest.test_invalid_runtimes_header (   self)
Tests that an invalid Runtimes header throws an exception 

◆ test_simulator_device_types()

def webkitpy.xcode.simulator_unittest.SimulatorTest.test_simulator_device_types (   self)
Tests that valid `xcrun simctl list` output is parsed as expected 

◆ test_unavailable_devices()

def webkitpy.xcode.simulator_unittest.SimulatorTest.test_unavailable_devices (   self)
Tests that unavailable devices are ignored 

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