source:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/BMX41000/IHS BMX Framework/IndianHealthService.BMXNet.Test/ContextModelTests/DivisionTests.cs@
1492
Last change on this file since 1492 was 1146, checked in by , 14 years ago | |
---|---|
File size: 496 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | using NUnit.Framework; |
5 | |
6 | namespace 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.