ADCachedMultiThreadTest |
Test cases to verify multiple ApplicationDictionaryCachedStructures behavior when working
concurrently with multiple threads.
|
AdminContextTest |
|
ComputedColumnsTest |
Set of tests for computed columns lazy loading
|
DalComplexQueryRequisitionTest |
Tests a complex query using the DAL.
|
DalComplexQueryTestOrderLine |
Tests a complex query using the DAL, is used in the developers guide.
|
DalConnectionProviderTest |
|
DalCopyTest |
Test the DalUtil class and then specifically the copy methods.
|
DalFilterTest |
Test the filters added to the hibernate mapping.
|
DalLockingTest |
|
DalPerformanceCriteriaTest |
Test case to try and test proxy loading or stateless sessions.
|
DalPerformanceExampleTest |
Contains examples used to explain Data Access Layer performance.
|
DalPerformanceInventoryLineTest |
|
DalPerformanceProductTest |
Does some simple performance tests by reading and updating of all Product objects, either
directly or in paged mode.
|
DalPerformanceProxyTest |
Test case to try and test proxy loading or stateless sessions.
|
DalQueryTest |
|
DalStoredProcedureTest |
|
DalTest |
|
DalUtilTest |
|
DoOrgClientAccessCheckTest |
|
DynamicEntityTest |
|
HiddenUpdateTest |
Test for updates which can happen behind the scenes (but should not happen) if properties are
accidentally changed.
|
ImageTest |
Tests the correct image handling when saving/updating/deleting entities that have image
properties.
|
IssuesTest |
Tests for some issues.
|
MappingGenerationTest |
Test generation of hbm, very basic just generates it.
|
OBContextTest |
|
PerformanceGenerateInstanceTest |
Generates many Location objects to use for testing performance.
|
ReadByNameTest |
Tests creating a location and then reading it again using the OBCriteria api.
|
SimpleDalReadTest |
Contains one simple test case to test reading of in-memory model and a simple query action.
|
ValidationTest |
Test property validations and validators.
|
ViewTest |
Test if views work properly
|