webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
run_tests_util_test.RunTestsTest Class Reference
Inheritance diagram for run_tests_util_test.RunTestsTest:

Public Member Functions

def SpawnSuccess (self, unused_executable, unused_argv)
 
def SpawnFailure (self, unused_executable, unused_argv)
 
def setUp (self)
 
def testRunPythonTestSuccess (self)
 
def testRunBinaryTestSuccess (self)
 
def testRunPythonTestFauilure (self)
 
def testRunBinaryTestFailure (self)
 
def testCombinedTestSuccess (self)
 
def testCombinedTestSuccessAndFailure (self)
 

Public Attributes

 fake_os
 
 fake_configurations
 
 test_runner
 
 num_spawn_calls
 

Detailed Description

Exercises TestRunner.RunTests.

Member Function Documentation

◆ setUp()

def run_tests_util_test.RunTestsTest.setUp (   self)

◆ SpawnFailure()

def run_tests_util_test.RunTestsTest.SpawnFailure (   self,
  unused_executable,
  unused_argv 
)
Fakes test success by returning 1 as an exit code.

◆ SpawnSuccess()

def run_tests_util_test.RunTestsTest.SpawnSuccess (   self,
  unused_executable,
  unused_argv 
)
Fakes test success by returning 0 as an exit code.

◆ testCombinedTestSuccess()

def run_tests_util_test.RunTestsTest.testCombinedTestSuccess (   self)
Exercises RunTests to handle a success of both Python and binary test.

◆ testCombinedTestSuccessAndFailure()

def run_tests_util_test.RunTestsTest.testCombinedTestSuccessAndFailure (   self)
Exercises RunTests to handle a success of both Python and binary test.

◆ testRunBinaryTestFailure()

def run_tests_util_test.RunTestsTest.testRunBinaryTestFailure (   self)
Exercises RunTests to handle a binary test failure.

◆ testRunBinaryTestSuccess()

def run_tests_util_test.RunTestsTest.testRunBinaryTestSuccess (   self)
Exercises RunTests to handle a binary test success.

◆ testRunPythonTestFauilure()

def run_tests_util_test.RunTestsTest.testRunPythonTestFauilure (   self)
Exercises RunTests to handle a Python test failure.

◆ testRunPythonTestSuccess()

def run_tests_util_test.RunTestsTest.testRunPythonTestSuccess (   self)
Exercises RunTests to handle a Python test success.

Member Data Documentation

◆ fake_configurations

run_tests_util_test.RunTestsTest.fake_configurations

◆ fake_os

run_tests_util_test.RunTestsTest.fake_os

◆ num_spawn_calls

run_tests_util_test.RunTestsTest.num_spawn_calls

◆ test_runner

run_tests_util_test.RunTestsTest.test_runner

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