FailureSite
The FailureSite enum indicates the stage of a test
in which an error or failure occurred.
Child = 4
Failure of a child test
Parent = 3
Failure of a parent test
SetUp = 1
Failure in the SetUp method
TearDown = 2
Failure in the TearDown method
Test = 0
Failure in the test itself