- Assembly
- UnitTest
.dll - Namespace
- Terrasoft
.Configuration .Tests - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BaseConfigurationTestFixture"]
class Type type-node
Syntax
public class BaseConfigurationTestFixture
Constructors
Name | Summary |
---|---|
Base |
Properties
Name | Value | Summary |
---|---|---|
EntitySchemaManager | Test |
|
Integration | bool | |
UserConnection | TestUserConnection |
Methods
Name | Value | Summary |
---|---|---|
Create |
TestUserConnection | |
Create |
TestUserConnection | |
GetDbEngine |
DBEngine | |
GetDbExecutor |
DBExecutor | |
GetHttpContext |
HttpContext | |
Get |
Dictionary |
|
Get |
IEnumerable |
|
Get |
string | |
SetFeatureState |
void | |
SetUp |
void | |
SetupSysSettings |
void | |
SetupUserConnection |
void | |
TearDown |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|