Class: AUCoreTestKit::AUCoreV200::DiagnosticresultPathReadTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- AUCoreTestKit::AUCoreV200::DiagnosticresultPathReadTest
- Includes:
- InfernoSuiteGenerator::ReadTest
- Defined in:
- lib/au_core_test_kit/generated/v2.0.0/diagnosticresult_path/diagnosticresult_path_read_test.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.demodata ⇒ Object
15 16 17 18 19 |
# File 'lib/au_core_test_kit/generated/v2.0.0/diagnosticresult_path/diagnosticresult_path_read_test.rb', line 15 def self.demodata @demodata ||= InfernoSuiteGenerator::Generator::IGDemodata.new( YAML.load_file(File.join(File.dirname(__dir__), 'demodata.yml'), aliases: true) ) end |
Instance Method Details
#resource_type ⇒ Object
21 22 23 |
# File 'lib/au_core_test_kit/generated/v2.0.0/diagnosticresult_path/diagnosticresult_path_read_test.rb', line 21 def resource_type 'Observation' end |
#scratch_resources ⇒ Object
25 26 27 |
# File 'lib/au_core_test_kit/generated/v2.0.0/diagnosticresult_path/diagnosticresult_path_read_test.rb', line 25 def scratch_resources scratch[:diagnosticresult_path_resources] ||= {} end |