Class: DaVinciCRDTestKit::V201::DiscoveryServicesValidationTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciCRDTestKit::V201::DiscoveryServicesValidationTest
- Includes:
- ServerTestHelper
- Defined in:
- lib/davinci_crd_test_kit/server/v2.0.1/discovery/discovery_services_validation_test.rb
Instance Method Summary collapse
Methods included from ServerTestHelper
#parse_json, #verify_at_least_one_test_passes
Instance Method Details
#required_fields ⇒ Object
30 31 32 33 34 35 36 |
# File 'lib/davinci_crd_test_kit/server/v2.0.1/discovery/discovery_services_validation_test.rb', line 30 def required_fields { 'hook' => String, 'description' => String, 'id' => String } end |