MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / test_epJSON_String

Method test_epJSON_String

ruby/test/epJSON_Test.rb:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 end
33
34 def test_epJSON_String
35
36 json_str = OpenStudio::EPJSON::toJSONString(@idfFile);
37 json = JSON.parse(json_str, symbolize_names: true)
38
39 common_asserts(json, @ep_version)
40 end
41
42 def test_epJSON
43

Callers

nothing calls this directly

Calls 2

toJSONStringMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected