Ejemplo n.º 1
0
        public SqlDbProfiler Constructor()
        {
            SqlDbProfiler target = new SqlDbProfiler();

            return(target);
            // TODO: add assertions to method SqlDbProfilerTest.Constructor()
        }
Ejemplo n.º 2
0
 internal void FocusListViewItem(
     [PexAssumeUnderTest] SqlDbProfiler target,
     ListViewItem listViewItem
     )
 {
     target.FocusListViewItem(listViewItem);
     // TODO: add assertions to method SqlDbProfilerTest.FocusListViewItem(SqlDbProfiler, ListViewItem)
 }
Ejemplo n.º 3
0
 internal void SelectAllEvents([PexAssumeUnderTest] SqlDbProfiler target, bool select)
 {
     target.SelectAllEvents(select);
     // TODO: add assertions to method SqlDbProfilerTest.SelectAllEvents(SqlDbProfiler, Boolean)
 }
Ejemplo n.º 4
0
 internal void PerformFind([PexAssumeUnderTest] SqlDbProfiler target)
 {
     target.PerformFind();
     // TODO: add assertions to method SqlDbProfilerTest.PerformFind(SqlDbProfiler)
 }