|
|
|
|
|
|
|
|
""" |
|
|
VCell API |
|
|
|
|
|
VCell API |
|
|
|
|
|
The version of the OpenAPI document: 1.0.1 |
|
|
Contact: vcell_support@uchc.com |
|
|
Generated by OpenAPI Generator (https://openapi-generator.tech) |
|
|
|
|
|
Do not edit the class manually. |
|
|
""" |
|
|
|
|
|
|
|
|
import unittest |
|
|
|
|
|
from vcell_client.api.export_resource_api import ExportResourceApi |
|
|
|
|
|
|
|
|
class TestExportResourceApi(unittest.TestCase): |
|
|
"""ExportResourceApi unit test stubs""" |
|
|
|
|
|
def setUp(self) -> None: |
|
|
self.api = ExportResourceApi() |
|
|
|
|
|
def tearDown(self) -> None: |
|
|
pass |
|
|
|
|
|
def test_export_n5(self) -> None: |
|
|
"""Test case for export_n5 |
|
|
|
|
|
""" |
|
|
pass |
|
|
|
|
|
def test_export_status(self) -> None: |
|
|
"""Test case for export_status |
|
|
|
|
|
""" |
|
|
pass |
|
|
|
|
|
|
|
|
if __name__ == '__main__': |
|
|
unittest.main() |
|
|
|