Example #1
0
        /// -----------------------------------------------------------------------------------
        /// <summary>
        /// </summary>
        /// -----------------------------------------------------------------------------------
        public override void TestSetup()
        {
            base.TestSetup();

            m_styleSheet = new DummyFwStyleSheet();
            m_styleSheet.Init(Cache, m_scr.Hvo, ScriptureTags.kflidStyles);
        }
Example #2
0
        /// <summary>
        /// Clear out test data.
        /// </summary>
        public override void FixtureTeardown()
        {
            m_wsf        = null;
            m_styleSheet = null;

            base.FixtureTeardown();
        }
Example #3
0
		/// <summary>
		/// Clear out test data.
		/// </summary>
		public override void FixtureTeardown()
		{
			m_wsf = null;
			m_styleSheet = null;

			base.FixtureTeardown();
		}
Example #4
0
		/// -----------------------------------------------------------------------------------
		/// <summary>
		/// </summary>
		/// -----------------------------------------------------------------------------------
		public override void TestSetup()
		{
			base.TestSetup();

			m_styleSheet = new DummyFwStyleSheet();
			m_styleSheet.Init(Cache, m_scr.Hvo, ScriptureTags.kflidStyles);
		}