Public Member Functions | |
def | __str__ (self) |
def | __str__ (self) |
def | id (self) |
def | id (self) |
Private Member Functions | |
def | _OriginalName (self) |
def | _OriginalName (self) |
Static Private Attributes | |
__metaclass__ = TestGeneratorMetaclass | |
Base class for test cases using the parameters decorator.
Definition at line 394 of file bloaty/third_party/protobuf/python/google/protobuf/internal/_parameterized.py.
def google.protobuf.internal._parameterized.TestCase.__str__ | ( | self | ) |
Definition at line 399 of file protobuf/python/google/protobuf/internal/_parameterized.py.
def google.protobuf.internal._parameterized.TestCase.__str__ | ( | self | ) |
Definition at line 401 of file bloaty/third_party/protobuf/python/google/protobuf/internal/_parameterized.py.
|
private |
Definition at line 396 of file protobuf/python/google/protobuf/internal/_parameterized.py.
|
private |
Definition at line 398 of file bloaty/third_party/protobuf/python/google/protobuf/internal/_parameterized.py.
def google.protobuf.internal._parameterized.TestCase.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.
Definition at line 402 of file protobuf/python/google/protobuf/internal/_parameterized.py.
def google.protobuf.internal._parameterized.TestCase.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.
Definition at line 404 of file bloaty/third_party/protobuf/python/google/protobuf/internal/_parameterized.py.
|
staticprivate |
Definition at line 396 of file bloaty/third_party/protobuf/python/google/protobuf/internal/_parameterized.py.