Click or drag to resize
AutomatedTestsWithDataFakeTInfo Method
Fakes the data for the given info

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
protected internal InfoFake<TInfo> Fake<TInfo>()
where TInfo : new(), BaseInfo, IInfo

Type Parameters

TInfo

Return Value

Type: InfoFakeTInfo
See Also