Which of the following is correct about Fixture?
A - Fixture includes setUp() method which runs before every test invocation.
B - Fixture includes tearDown() method which runs after every test method.
C - Both of the above
D - None of the above
Correct Ans is C - Both of the above