source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Test/ContextModelTests/DivisionTests.cs@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 496 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using NUnit.Framework;
5
6namespace IndianHealthService.BMXNet.Tests.ContextModelTests
7{
8
9 [TestFixture]
10 public class DivisionTests : BmxValidUserTestSuite
11 {
12 [Test]
13 public void SetDivision()
14 {
15
16 }
17
18 [Test]
19 public void DefaultDivision()
20 {
21
22 }
23
24 [Test]
25 public void MostRecentDivision()
26 {
27
28 }
29 }
30}
Note: See TracBrowser for help on using the repository browser.