Beispiel #1
0
    protected override IEntryList BuildEntryList(IEnumerable <PluginRecord> data)
    {
        var list = new ProjectEntryList(Id + "-entries", this);

        list.AddPluginRecords(data);
        return(list);
    }
    private ProjectEntryList GetSubject()
    {
        var sectionMock = Mock.Of <ISection>();
        var sut         = new ProjectEntryList("mockId", sectionMock);

        return(sut);
    }