✓
NeoIni.Tests.NeoIniDocumentBasicTests.RenameKey_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentFileTests.DeleteBackup_ShouldRemoveBackup
< 1ms
✓
NeoIni.Tests.NeoIniExceptionTests.AddSection_WithInvalidCharacters_ShouldThrow
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.CreateAsync_ShouldLoadIfAutoLoadTrue
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.RemoveSectionAsync_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.GetAllSections_ShouldReturnList
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.RenameSection_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.ClearSectionAsync_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.KeyRenamed_ShouldFire
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.UseAutoBackup_ShouldCreateBackupOnSave
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEncryptionTests.Encryption_None_SavesPlainText
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.SaveOnDispose_ShouldSaveWhenDisposed
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.GetSection_ShouldReturnDictionary
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.RenameSectionAsync_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.UseShielding_ShouldQuoteValues
< 1ms
✓
NeoIni.Tests.NeoIniExceptionTests.AddKey_WithInvalidCharacters_ShouldThrow
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.TryGetValue_ShouldReturnFalseIfMissing
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.ClearSection_ShouldRemoveKeysButKeepSection
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.UseChecksum_ShouldVerifyIntegrity
< 1ms
✓
NeoIni.Tests.NeoIniExceptionTests.GetValue_WithInvalidType_ShouldReturnDefaultAndRaiseError
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.SaveFileAsync_ShouldSave
< 1ms
✓
NeoIni.Tests.NeoIniExceptionTests.DeleteFile_OnNonFileProvider_ShouldThrow
< 1ms
✓
NeoIni.Tests.NeoIniHotReloadTests.StopHotReload_ShouldStopMonitoring
< 1ms
✓
NeoIni.Tests.NeoIniHotReloadTests.StartHotReload_ShouldDetectExternalChange
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.SetValueAsync_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.TryGetValue_ShouldReturnTrueIfExists
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.KeyAdded_ShouldFire
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.RemoveKeyAsync_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.Search_ShouldFindKeysAndValues
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.AllowEmptyValues_WhenFalse_ShouldThrow
< 1ms
✓
NeoIni.Tests.NeoIniGeneratorTests.Set_ShouldWriteToDocument
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEncryptionTests.Encryption_Custom_WithPassword
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.GetEncryptionPassword_ShouldReturnGeneratedPasswordForAutoMode
< 1ms
✓
NeoIni.Tests.NeoIniExceptionTests.AddKey_WithEmptyValue_WhenDisallowed_ShouldThrow
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.FindKey_ShouldReturnMatchingSections
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.AddKeyClamped_ShouldStoreClamped
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.Error_ShouldFireOnProviderError
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.RenameKeyAsync_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.SectionAdded_ShouldFire
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.SetValue_ShouldUpdateOrCreate
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.AddSection_And_Exists_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniGeneratorTests.Get_ShouldUseDefaultValuesIfMissing
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.ReloadAsync_ShouldReload
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.UseAutoSave_ShouldSaveOnModify
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.SectionChanged_ShouldFireOnKeyChange
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.GetAllKeys_ShouldReturnList
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEncryptionTests.Encryption_Auto_ShouldEncrypt
< 1ms
✓
NeoIni.Tests.NeoIniDocumentFileTests.DeleteFileWithData_ShouldClearData
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.DataCleared_ShouldFire
< 1ms
✓
NeoIni.Tests.NeoIniDocumentFileTests.Reload_ShouldReReadFromDisk
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.AddKey_And_GetValue_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.SectionRemoved_ShouldFire
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.SetValueClamped_ShouldStoreClamped
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.Loaded_ShouldFireOnReload
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.ToString_ShouldReturnSerializedContent
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.KeyChanged_ShouldFire
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.AutoSaveInterval_ShouldBufferSaves
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.Saved_ShouldFireOnSave
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.GetValue_WithAutoAdd_ShouldCreateDefault
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.KeyRemoved_ShouldFire
< 1ms
✓
NeoIni.Tests.NeoIniExceptionTests.GetEncryptionPassword_OnNonFileProvider_ShouldThrow
< 1ms
✓
NeoIni.Tests.NeoIniDocumentEventsTests.SectionRenamed_ShouldFire
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.GetValueClamped_ShouldClamp
< 1ms
✓
NeoIni.Tests.NeoIniDocumentOptionsTests.UseAutoAdd_WhenFalse_ShouldNotAddMissingKey
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.RemoveSection_ShouldDelete
< 1ms
✓
NeoIni.Tests.NeoIniExceptionTests.UseShielding_WhenHumanMode_ShouldThrow
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.Clear_ShouldClearAllData
< 1ms
✓
NeoIni.Tests.NeoIniDocumentBasicTests.RemoveKey_ShouldDelete
< 1ms
✓
NeoIni.Tests.NeoIniDocumentAsyncTests.AddKeyAsync_ShouldWork
< 1ms
✓
NeoIni.Tests.NeoIniDocumentFileTests.DeleteFile_ShouldRemoveFile
< 1ms
✓
NeoIni.Tests.NeoIniGeneratorTests.Get_ShouldMapFromDocument
< 1ms
✓
NeoIni.Tests.NeoIniDocumentFileTests.SaveFile_ShouldWriteToDisk
< 1ms