apache_beam.transforms.external_test_py3 module¶
Unit tests for the transform.external classes.
-
class
apache_beam.transforms.external_test_py3.
ExternalAnnotationPayloadTest
(methodName='runTest')[source]¶ Bases:
apache_beam.transforms.external_test.PayloadBase
,unittest.case.TestCase
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.