Class FakeConstants
A static class containing fake constant values.
Inheritance
FakeConstants
Assembly: GameStateTracker.TestFakes.dll
Syntax
public static class FakeConstants
Fields
View Source
ClassName
Declaration
public const string ClassName = "Foo"
Field Value
View Source
ClassNameWithPrefix
Declaration
public const string ClassNameWithPrefix = "/Script/Module.Foo"
Field Value
View Source
DelayTime
Declaration
public static readonly TimeSpan DelayTime
Field Value
View Source
EpsilonTime
Declaration
public static readonly TimeSpan EpsilonTime
Field Value
View Source
ListPropertyName
Declaration
public const string ListPropertyName = "BazList"
Field Value
View Source
ObjectName
Declaration
public const string ObjectName = "Bar"
Field Value
View Source
PropertyName
Declaration
public const string PropertyName = "Baz"
Field Value
View Source
PropertyValue
Declaration
public const string PropertyValue = "Qux"
Field Value
View Source
Declaration
public const string SubclassFormat = "BP_{0}_{1}_C"
Field Value
View Source
SubclassName
Declaration
public const string SubclassName = "Foobar"
Field Value
View Source
SubclassNameWithPrefix
Declaration
public const string SubclassNameWithPrefix = "/Script/Module.Foobar"
Field Value
Methods
View Source
GetSubclassNumber(string, int)
Declaration
public static int GetSubclassNumber(string value, int maxNum)
Parameters
Type |
Name |
Description |
string |
value |
|
int |
maxNum |
|
Returns