Logo
Explore Help
Sign In
wismna/modernkeepass
1
0
Fork 0
You've already forked modernkeepass
mirror of https://github.com/wismna/ModernKeePass.git synced 2025-10-04 16:10:16 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
c6e27c35c86c415cb8b35c52f351a1ac32f9b105
modernkeepass/ModernKeePassApp.Test/Mock/ResourceServiceMock.cs

13 lines
242 B
C#
Raw Normal View History

RecycleBin now uses resources RecycleBin bugs correction
2018-03-12 17:30:03 +01:00
using ModernKeePass.Interfaces;
Created a Settings Service Created a Recent Service Created a Resources Service Code refactor Updated tests
2017-12-01 17:59:38 +01:00
namespace ModernKeePassApp.Test.Mock
{
Changed most services to singletons Refactor the Database Service (no more enum, ...) Restored the Donate page with Paypal web page Added (but not working) MS App Center integration Corrected tests accordingly WIP AOP to detect database changes
2018-02-23 18:09:21 +01:00
class ResourceServiceMock : IResourceService
Created a Settings Service Created a Recent Service Created a Resources Service Code refactor Updated tests
2017-12-01 17:59:38 +01:00
{
public string GetResourceValue(string key)
{
return string.Empty;
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 39ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API