| 79 | |
| 80 | template<typename T> |
| 81 | void CheckFromString(const TString& strValue, const T& value) { |
| 82 | UNIT_ASSERT_VALUES_EQUAL(static_cast<int>(FromString<T>(TStringBuf(strValue))), static_cast<int>(value)); |
| 83 | } |
| 84 | |
| 85 | template<typename T> |
| 86 | void CheckFromStringFail(const TString& strValue) { |