コード例 #1
0
 public TestViewParts(IExcelTestTopic parent) : base(parent, "Control the size of the rendered area of the template parts and the value of some cells of these template parts")
 {
 }
コード例 #2
0
 public static void SetSearchValue(ITemplateView concernedView, IExcelTestTopic topic)
 {
     concernedView.SearchValue = concernedView.SearchValue == topic.Description ? null : topic.Description;
     concernedView.ExecuteSearch();
 }
コード例 #3
0
 public TestRendering(IExcelTestTopic parent) : base(parent, "Control the size of the rendered area and the value of some cells")
 {
 }
コード例 #4
0
 protected ExcelTest(IExcelTestTopic parent, string description)
 {
     Parent             = parent;
     Description        = description;
     StepsErrorMessages = new List <string>();
 }
コード例 #5
0
ファイル: TestCompleteView.cs プロジェクト: lanicon/Etk.Excel
 public TestCompleteView(IExcelTestTopic parent) : base(parent, "Control the size of the rendered area and the value of some cells")
 {
 }
コード例 #6
0
 public TestDoubleRendering(IExcelTestTopic parent) : base(parent, "Try to render after a first rendering with no clear or SetDataSource between")
 {
 }
コード例 #7
0
 public TestViewParts(IExcelTestTopic parent) : base(parent, "Check the rendering of the template parts")
 {
 }