Rev | Line | |
---|
[4476] | 1 | using System;
|
---|
| 2 | using System.Text;
|
---|
| 3 | using System.Collections.Generic;
|
---|
| 4 | using Microsoft.VisualStudio.TestTools.UnitTesting;
|
---|
| 5 | using Microsoft.Practices.CompositeWeb;
|
---|
| 6 | using Microsoft.Practices.CompositeWeb.Services;
|
---|
| 7 | using Microsoft.Practices.CompositeWeb.Interfaces;
|
---|
| 8 |
|
---|
| 9 | namespace OKB.Administration.Tests
|
---|
| 10 | {
|
---|
| 11 | /// <summary>
|
---|
| 12 | /// Summary description for AdministrationModuleInitializerFixture
|
---|
| 13 | /// </summary>
|
---|
| 14 | [TestClass]
|
---|
| 15 | public class AdministrationModuleControllerFixture
|
---|
| 16 | {
|
---|
| 17 | public AdministrationModuleControllerFixture()
|
---|
| 18 | {
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | #region Additional test attributes
|
---|
| 22 | //
|
---|
| 23 | // You can use the following additional attributes as you write your tests:
|
---|
| 24 | //
|
---|
| 25 | // Use ClassInitialize to run code before running the first test in the class
|
---|
| 26 | // [ClassInitialize()]
|
---|
| 27 | // public static void MyClassInitialize(TestContext testContext) { }
|
---|
| 28 | //
|
---|
| 29 | // Use ClassCleanup to run code after all tests in a class have run
|
---|
| 30 | // [ClassCleanup()]
|
---|
| 31 | // public static void MyClassCleanup() { }
|
---|
| 32 | //
|
---|
| 33 | // Use TestInitialize to run code before running each test
|
---|
| 34 | // [TestInitialize()]
|
---|
| 35 | // public void MyTestInitialize() { }
|
---|
| 36 | //
|
---|
| 37 | // Use TestCleanup to run code after each test has run
|
---|
| 38 | // [TestCleanup()]
|
---|
| 39 | // public void MyTestCleanup() { }
|
---|
| 40 | //
|
---|
| 41 | #endregion
|
---|
| 42 |
|
---|
| 43 | }
|
---|
| 44 |
|
---|
| 45 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.