public void PickUpIsCollectedCheck() { //Arrange pickUpInstance.collected = true; //Act //Assert Assert.True(pickUpInstance.IsCollected()); }