CSLA.NET
6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
TestBase.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Linq;
4
using
System.Text;
5
using
System.Threading.Tasks;
6
7
namespace
UnitDriven
8
{
9
public
class
TestBase
10
{
11
12
public
UnitTestContext
GetContext
()
13
{
14
return
new
UnitTestContext
();
15
}
16
17
}
18
}
UnitDriven.TestBase
Definition:
TestBase.cs:10
UnitDriven.TestBase.GetContext
UnitTestContext GetContext()
Definition:
TestBase.cs:12
UnitDriven.UnitTestContext
Definition:
UnitTestContext.cs:14
UnitDriven
Definition:
Asserter.cs:13
Generated by
1.9.2