Lines Matching refs:SUT
39 use Hoa\Exception\Idle as SUT; alias
55 ->when($result = new SUT('foo'))
64 ->given($exception = new SUT('foo'))
82 $previous = new SUT('previous'),
83 $exception = new SUT('foo', 0, [], $previous)
94 ->given($exception = new SUT('foo', 0, ['arg', 42, null]))
104 ->given($exception = new SUT('foo', 0, 'arg'))
116 $exception = new SUT($message)
129 $exception = new SUT($message, 0, 'bar')
141 ->given($exception = new SUT('foo'))
151 ->given($exception = new SUT('foo'), $line = __LINE__)
165 $previous = new SUT('previous'), $previousLine = __LINE__,
166 $exception = new SUT('foo', 0, [], $previous), $line = __LINE__
186 $exception = new SUT('foo'), $line = __LINE__
188 ->when($result = SUT::uncaught($exception))
204 SUT::uncaught(new \Exception('foo'));
214 ->given($exception = new SUT('foo'))
231 ->when($result = SUT::enableUncaughtHandler(false))
260 ->when($result = SUT::enableUncaughtHandler())