Which method is run before each test method?

public void setUp(){}
  • public void SetUp(){}
  • public void setup(){}
  • public Hokie(){}
  • public void SetUp(){}, public void setup(){}, and public Hokie(){} are all correct
  • All of these answers are correct

There are no hints for this question