public void TestGetInstructions() { Assert.IsNull(_instructionModel.Instructions); _helpService.GetInstructions(_instructionModel); Assert.IsNotNull(_instructionModel.Instructions); Assert.AreNotEqual(_instructionModel.Instructions, string.Empty); Assert.IsInstanceOfType(_instructionModel.Instructions, typeof(string)); }