mirror of
https://github.com/BDDSM/YY.EventLogReaderAssistant.git
synced 2024-11-21 10:05:51 +02:00
Адаптировал классы для unit-тестов
This commit is contained in:
parent
34bcfa1f8a
commit
3dc724d579
@ -4,7 +4,9 @@ using System.Linq;
|
||||
using System.Data.SQLite;
|
||||
using YY.EventLogAssistant.Models;
|
||||
using YY.EventLogAssistant.Services;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("YY.EventLogAssistant.Tests")]
|
||||
namespace YY.EventLogAssistant
|
||||
{
|
||||
internal sealed class EventLogLGDReader : EventLogReader
|
||||
|
@ -2,10 +2,12 @@
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
using YY.EventLogAssistant.Models;
|
||||
using YY.EventLogAssistant.Services;
|
||||
|
||||
[assembly: InternalsVisibleTo("YY.EventLogAssistant.Tests")]
|
||||
namespace YY.EventLogAssistant
|
||||
{
|
||||
internal sealed class EventLogLGFReader : EventLogReader
|
||||
|
@ -1,4 +1,7 @@
|
||||
namespace YY.EventLogAssistant
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("YY.EventLogAssistant.Tests")]
|
||||
namespace YY.EventLogAssistant
|
||||
{
|
||||
public sealed class EventLogPosition
|
||||
{
|
||||
|
@ -4,7 +4,9 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using YY.EventLogAssistant.Services;
|
||||
using YY.EventLogAssistant.Models;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("YY.EventLogAssistant.Tests")]
|
||||
namespace YY.EventLogAssistant
|
||||
{
|
||||
public abstract partial class EventLogReader : IEventLogReader, IDisposable
|
||||
|
@ -1,5 +1,6 @@
|
||||
using YY.EventLogAssistant.Models;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("YY.EventLogAssistant.Tests")]
|
||||
namespace YY.EventLogAssistant
|
||||
{
|
||||
internal interface IEventLogReader
|
||||
|
@ -7,7 +7,9 @@ using YY.EventLogAssistant.Services;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("YY.EventLogAssistant.Tests")]
|
||||
namespace YY.EventLogAssistant
|
||||
{
|
||||
internal sealed class LogParserLGF
|
||||
|
Loading…
Reference in New Issue
Block a user