Lines Matching defs:before
52 // If a benchmark needs some expensive setup before running, the timer
183 // before or after testing. It is also sometimes necessary for a test to control
480 // before the test exited. If a test deferred an important cleanup
614 // If the test panicked, print any test output before dying.
665 // calls must happen before the outer test function for t returns.
692 // Instead of reducing the running count of this test before calling the
819 m.before()
895 // before runs before all testing.
896 func (m *M) before() {