public void Returns12() { //Arrange HitPoints hitPoints = new HitPoints(); //Act int expected = 12; int actual = hitPoints.D12HitDice(); //Assert Assert.AreEqual(expected, actual); }