示例#1
0
 def test_platform_deployment(self):
     # Test the json in the object
     platform_deployment = PlatformDeployment()
     self.assertTrue(
         platform_deployment.to_json()
         == {
             "id": None,
             "array_id": None,
             "display_name": None,
             "end_date": None,
             "geo_location": None,
             "reference_designator": None,
             "start_date": None,
         }
     )
示例#2
0
 def test_platform_deployment(self):
     #Test the json in the object
     platform_deployment = PlatformDeployment()
     self.assertTrue(platform_deployment.to_json() == {'id': None, \
     'array_id': None, 'display_name': None, 'end_date': None, \
     'geo_location': None, 'reference_designator': None, 'start_date': None})
示例#3
0
 def test_platform_deployment(self):
     #Test the json in the object
     platform_deployment = PlatformDeployment()
     self.assertTrue(platform_deployment.to_json() == {'id': None, \
     'array_id': None, 'display_name': None, 'end_date': None, \
     'geo_location': None, 'reference_designator': None, 'start_date': None})