Esempio n. 1
0
 public void Setup()
 {
     _testingSortService = Substitute.For <IDiffListSortService>();
     _testingSortService.DiffListSorting.Returns(DiffListSortType.FilePath);
     _itemUnderTest = new SortDiffListContextMenuItem(_testingSortService);
 }
 public TestAccessor(SortDiffListContextMenuItem menuitem)
 {
     _contextMenuItem = menuitem;
 }