AxUnit automatically resets all mock setups after every test execution. This prevents side effects where one test with a mock setup may influence another test without a mock setup.
AxUnit automatically resets all mock setups after every test execution. This prevents side effects where one test with a mock setup may influence another test without a mock setup.