Class UnrealHelpersTests
Class for testing Unreal
Inherited Members
Namespace: Microsoft.XboxStudios .GameStateTracker .Tests
Assembly: GameStateTracker.Tests.dll
Syntax
[TestClass]
public class UnrealHelpersTests
Methods
View SourceTestExtractTextWithInvTextMacro()
Verify that Extract
Declaration
[TestMethod]
public void TestExtractTextWithInvTextMacro()
TestExtractTextWithInvalidTextReturnsOriginal()
Verify that Extract
Declaration
[TestMethod]
public void TestExtractTextWithInvalidTextReturnsOriginal()
TestExtractTextWithNslocMacro(string, string, string)
Verify that Extract
Declaration
[TestMethod]
[DataRow(new object?[] { "Namespace", "Key", "Value" })]
[DataRow(new object?[] { "", "Key", "Value" })]
public void TestExtractTextWithNslocMacro(string @namespace, string key, string value)
Parameters
View SourceTestParseGameplayAttributeWithInvalidBaseValueReturnsNull()
Verify that Parse
Declaration
[TestMethod]
public void TestParseGameplayAttributeWithInvalidBaseValueReturnsNull()
TestParseGameplayAttributeWithInvalidCurrentValueReturnsNull()
Verify that Parse
Declaration
[TestMethod]
public void TestParseGameplayAttributeWithInvalidCurrentValueReturnsNull()
TestParseGameplayAttributeWithValidValues()
Verify that Parse
Declaration
[TestMethod]
public void TestParseGameplayAttributeWithValidValues()