Namespace: Blocks
Assembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
Tests: Blocks.Tests.UserInterfaceTests
1 unit tests call Blocks.UserInterface.Score
Assembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: Int32Remarks
Examples
[Test, CloseAfterFirstFrame] public void OnLoseScoreShouldBeZero() { userInterface.Lose(); Assert.AreEqual(0, userInterface.Score); }
See Also