| 49 | } |
| 50 | |
| 51 | void TSysIpTest::TestIpFromString5() { |
| 52 | IpFromString("245.12..0"); |
| 53 | } |
| 54 | |
| 55 | void TSysIpTest::TestIpToString() { |
| 56 | ui8 ipArr[][4] = {{192, 168, 0, 1}, {87, 255, 18, 167}, {255, 255, 0, 31}, {188, 225, 124, 255}}; |
nothing calls this directly
no test coverage detected