AutomatedTestsWithDataFakeObjectsTInfo Method |
Fakes the data for the given info
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public TInfo[] FakeObjects<TInfo>(
int idFrom,
int idTo
)
where TInfo : new(), BaseInfo, IInfo
Parameters
- idFrom
- Type: SystemInt32
Starting object ID - idTo
- Type: SystemInt32
Ending object ID
Type Parameters
- TInfo
Return Value
Type:
TInfoSee Also