Class ServerSettingTest

java.lang.Object
server.ServerSettingTest

public class ServerSettingTest extends Object
驗證 ServerSetting 各型別工廠的解析(apply)/格式化(currentValue) 與重構前 loadSetting() 的逐行行為一致,並確保 load↔store 往返穩定。
  • Constructor Details

    • ServerSettingTest

      public ServerSettingTest()
  • Method Details

    • ofBoolean_parse

      public void ofBoolean_parse()
    • ofBoolean_format

      public void ofBoolean_format()
    • ofInt_roundTrip

      public void ofInt_roundTrip()
    • ofLong_roundTrip

      public void ofLong_roundTrip()
    • ofByte_roundTrip

      public void ofByte_roundTrip()
    • ofDouble_integralFormatsWithoutDecimal

      public void ofDouble_integralFormatsWithoutDecimal()
    • ofDouble_fractionalPreserved

      public void ofDouble_fractionalPreserved()
    • ofString_roundTripIncludingChinese

      public void ofString_roundTripIncludingChinese()
    • ofString_nullReadsAsEmpty

      public void ofString_nullReadsAsEmpty()
    • ofString_emptyValuePreserved

      public void ofString_emptyValuePreserved()
    • ofIntArray_parseStripsSpaces

      public void ofIntArray_parseStripsSpaces()
    • ofIntArray_formatUsesCommaSpace

      public void ofIntArray_formatUsesCommaSpace()
    • ofIntArray_roundTrip

      public void ofIntArray_roundTrip()
    • ofIntArray_emptyFormatsToEmptyString

      public void ofIntArray_emptyFormatsToEmptyString()
    • key_isPreserved

      public void key_isPreserved()
    • storeThenLoad_isStable

      public void storeThenLoad_isStable()