| 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 |
nothing calls this directly
no test coverage detected