コード例 #1
0
        public void SetUp()
        {
            _callbackActivator = new CallbackActivator();

            // Set up data that will be set by the static method activated.
            _called       = false;
            _passedStream = null;
            _callbackData = default(CallbackDataTest);
        }
コード例 #2
0
 public void SetUp()
 {
     _callbackActivator = new CallbackActivator();
     _called            = false;
     _callbackData      = new ReportRequestPropertiesContainer("testReportType", ContentUpdateFrequency.Daily, new List <string>());
 }