AutomatedTestsWithDataFakeObjectTInfo Method |
Fakes the data for the given info
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax public TInfo FakeObject<TInfo>(
int id
)
where TInfo : new(), BaseInfo, IInfo
Parameters
- id
- Type: SystemInt32
ID of the fake object
Type Parameters
- TInfo
Return Value
Type:
TInfoSee Also