- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_formatFileSize (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/taglib/FessFunctionsTest.java
assertEquals("1,000", FessFunctions.formatNumber(1000, "###,###")); assertEquals("1,000,000", FessFunctions.formatNumber(1000000, "###,###")); } @Test public void test_formatFileSize() { assertEquals("0", FessFunctions.formatFileSize(0)); assertEquals("1000", FessFunctions.formatFileSize(1000)); assertEquals("976.6K", FessFunctions.formatFileSize(1000000));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 6K bytes - Click Count (0)