webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
google.protobuf.internal._parameterized.ParameterizedTestCase Class Reference
Inheritance diagram for google.protobuf.internal._parameterized.ParameterizedTestCase:

Public Member Functions

def __str__ (self)
 
def id (self)
 

Detailed Description

Base class for test cases using the Parameters decorator.

Member Function Documentation

◆ __str__()

def google.protobuf.internal._parameterized.ParameterizedTestCase.__str__ (   self)

◆ id()

def google.protobuf.internal._parameterized.ParameterizedTestCase.id (   self)
Returns the descriptive ID of the test.

This is used internally by the unittesting framework to get a name
for the test to be used in reports.

Returns:
  The test id.

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