cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
cFSPlib.python_api_client.test.test_inline_response2001.TestInlineResponse2001 Class Reference
Inheritance diagram for cFSPlib.python_api_client.test.test_inline_response2001.TestInlineResponse2001:
[legend]
Collaboration diagram for cFSPlib.python_api_client.test.test_inline_response2001.TestInlineResponse2001:
[legend]

Public Member Functions

def setUp (self)
 
def tearDown (self)
 
def testInlineResponse2001 (self)
 

Detailed Description

InlineResponse2001 unit test stubs

Definition at line 22 of file test_inline_response2001.py.

Member Function Documentation

◆ setUp()

def cFSPlib.python_api_client.test.test_inline_response2001.TestInlineResponse2001.setUp (   self)

Definition at line 25 of file test_inline_response2001.py.

25  def setUp(self):
26  pass
27 

◆ tearDown()

def cFSPlib.python_api_client.test.test_inline_response2001.TestInlineResponse2001.tearDown (   self)

Definition at line 28 of file test_inline_response2001.py.

28  def tearDown(self):
29  pass
30 

◆ testInlineResponse2001()

def cFSPlib.python_api_client.test.test_inline_response2001.TestInlineResponse2001.testInlineResponse2001 (   self)
Test InlineResponse2001

Definition at line 31 of file test_inline_response2001.py.

31  def testInlineResponse2001(self):
32  """Test InlineResponse2001"""
33  # FIXME: construct object with mandatory attributes with example values
34  # model = swagger_client.models.inline_response2001.InlineResponse2001() # noqa: E501
35  pass
36 
37 

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