Class: DaVinciCRDTestKit::V221::DiscoveryServicesValidationTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciCRDTestKit::V221::DiscoveryServicesValidationTest
- Includes:
- ServerTestHelper
- Defined in:
- lib/davinci_crd_test_kit/server/v2.2.1/discovery/discovery_services_validation_test.rb
Constant Summary collapse
- EXTENSION_KEY =
'davinci-crd.version'.freeze
Instance Method Summary collapse
Methods included from ServerTestHelper
#parse_json, #verify_at_least_one_test_passes
Instance Method Details
#required_fields ⇒ Object
54 55 56 57 58 59 60 61 |
# File 'lib/davinci_crd_test_kit/server/v2.2.1/discovery/discovery_services_validation_test.rb', line 54 def required_fields { 'hook' => String, 'description' => String, 'id' => String, 'extension' => Hash } end |