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

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
protected internal IInfoFake<TInfo> Fake<TInfo>(
	InfoFakeSettings settings = null
)
where TInfo : new(), BaseInfo, IInfo

Parameters

settings (Optional)
Type: CMS.DataEngineInfoFakeSettings
Fake settings

Type Parameters

TInfo

Return Value

Type: IInfoFakeTInfo
See Also