| AutomatedTestsWithDataFakeObjectTInfo Method  | 
            Fakes the data for the given info
            
 
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntaxpublic 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: 
TInfo
See Also