Lines Matching refs:test
220 #[cfg(test)]
224 /// UT test for `Number::fmt`.
232 /// 3. Checks if the test results are correct.
233 #[test]
245 /// UT test for `Number::clone`.
253 /// 3. Checks if the test results are correct.
254 #[test]
266 /// UT test for `Number::is_unsigned`.
274 /// 3. Checks if the test results are correct.
275 #[test]
282 /// UT test for `Number::is_signed`.
290 /// 3. Checks if the test results are correct.
291 #[test]
298 /// UT test for `Number::is_float`.
306 /// 3. Checks if the test results are correct.
307 #[test]
314 /// UT test for `Number::try_as_u64`.
322 /// 3. Checks if the test results are correct.
323 #[test]
330 /// UT test for `Number::try_as_i64`.
338 /// 3. Checks if the test results are correct.
339 #[test]