Home
last modified time | relevance | path

Searched refs:SUT (Results 26 – 50 of 66) sorted by path

123

/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php40 use Hoa\Event\Event as SUT; alias
61 ->object(SUT::getEvent($eventId))
101 SUT::register($eventId, $source)
104 SUT::register($eventId, $source);
141 SUT::register($eventId, $source)
155 SUT::register($eventId, $source),
156 $event = SUT::getEvent($eventId)
162 ->object(SUT::getEvent($eventId))
242 SUT::register($eventId, $source),
243 SUT::getEvent($eventId)->attach(
[all …]
H A DException.php39 use Hoa\Event\Exception as SUT; alias
55 ->when($result = new SUT('foo', 0))
H A DListener.php40 use Hoa\Event\Listener as SUT; alias
60 ->when($result = new SUT($source, $ids))
78 $listener = new SUT($source, ['foo', 'bar']),
97 $listener = new SUT($source, ['foo', 'baz']),
112 $listener = new SUT($source, ['foo', 'bar']),
132 $listener = new SUT($source, ['foo', 'baz']),
147 $listener = new SUT($source, ['foo', 'bar'])
163 $listener = new SUT($source, ['foo', 'baz'])
177 $listener = new SUT($source, $ids)
200 $listener = new SUT($source, $ids),
[all …]
H A DListens.php40 use Hoa\Event\Listens as SUT; alias
121 use SUT;
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php39 use Hoa\Exception\Error as SUT; alias
55 ->when($result = new SUT('foo', 42, '/hoa/flatland', 153))
64 ->given($exception = new SUT('foo', 42, '/hoa/flatland', 153))
84 ->when($result = SUT::enableErrorHandler(false))
127 ->when($result = SUT::enableErrorHandler())
138 ->given(SUT::enableErrorHandler())
H A DException.php40 use Hoa\Exception\Exception as SUT; alias
56 ->when($result = new SUT('foo'))
65 ->given(new SUT('foo'))
92 ->when(new SUT('foo'))
H A DGroup.php39 use Hoa\Exception\Group as SUT; alias
148 $group = new SUT('foo'),
168 $group = new SUT('foo'),
188 $group = new SUT('foo'),
211 $group = new SUT('foo'),
238 $group = new SUT('foo'),
274 $group = new SUT('foo'),
288 $group = new SUT('foo'),
340 $group = new SUT('foo'),
355 $group = new SUT('foo'),
[all …]
H A DIdle.php39 use Hoa\Exception\Idle as SUT; alias
55 ->when($result = new SUT('foo'))
64 ->given($exception = new SUT('foo'))
82 $previous = new SUT('previous'),
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'))
188 ->when($result = SUT::uncaught($exception))
204 SUT::uncaught(new \Exception('foo'));
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php40 use Hoa\Iterator\Buffer as SUT; alias
60 ->when($result = new SUT($innerIterator, $bufferSize))
80 ->when($result = new SUT($innerIterator, $bufferSize))
93 ->when($result = new SUT($innerIterator, $bufferSize))
102 ->given($iterator = new SUT($this->getInnerIterator(), 3))
127 ->given($iterator = new SUT($this->getInnerIterator(), 10))
164 ->given($iterator = new SUT($this->getInnerIterator(), 1))
181 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 2))
223 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 3))
410 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 1))
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DException.php39 use Hoa\Protocol\Exception as SUT; alias
55 ->when($result = new SUT('foo', 0))
H A DProtocol.php39 use Hoa\Protocol\Protocol as SUT; alias
55 ->when($result = SUT::getInstance())
64 ->when($result = SUT::getInstance())
93 ->given($protocol = SUT::getInstance())
103 ->given($protocol = SUT::getInstance())
107 ->isEqualTo(SUT::NO_RESOLUTION);
113 ->given($protocol = SUT::getInstance())
123 ->given($protocol = SUT::getInstance())
137 $protocol = SUT::getInstance()
H A DWrapper.php40 use Hoa\Protocol\Wrapper as SUT; alias
77 $wrapper = new SUT(),
94 $wrapper = new SUT(),
109 $wrapper = new SUT()
121 $wrapper = new SUT(),
144 $wrapper = new SUT(),
189 $wrapper = new SUT()
230 $wrapper = new SUT()
264 $wrapper = new SUT()
298 $wrapper = new SUT()
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DLibrary.php39 use Hoa\Protocol\Node\Library as SUT; alias
57 $node = new SUT('foo', 'bar')
70 $node = new SUT('foo', 'bar')
83 $node = new SUT('foo', 'Bar' . DS . 'Baz' . DS . 'Qux' . DS)
96 $node = new SUT(
116 $node = new SUT('foo', 'Bar' . DS . 'Baz' . DS . 'Qux' . DS)
132 $node = new SUT('foo', 'Bar' . DS)
H A DNode.php40 use Hoa\Protocol\Node\Node as SUT; alias
56 ->when($result = new SUT())
66 ->when($result = new SUT())
91 $children = [new SUT('bar'), new SUT('baz')]
121 ->given($root = new SUT())
131 ->given($root = new SUT())
142 $root = new SUT(),
155 ->given($root = new SUT())
179 ->given($root = new SUT())
229 ->given($node = new SUT())
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php39 use Hoa\Stream\Filter as SUT; alias
63 SUT::append($stream, $name),
82 SUT::prepend($stream, $name),
102 SUT::append($stream, $name1),
103 SUT::append($stream, $name2),
123 SUT::append($stream, $name1),
124 SUT::prepend($stream, $name2),
144 SUT::prepend($stream, $name1),
145 SUT::prepend($stream, $name2),
165 $this->resource(SUT::prepend($stream, $name));
H A DLateComputed.php40 use Hoa\Stream\Filter as SUT; alias
58 SUT::register($name, CustomFilter::class),
66 SUT::append($stream, $name),
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php69 $stream = new SUT('http://127.0.0.1:' . $port, null, true),
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php39 use Hoa\Stream\Bucket as SUT; alias
55 ->boolean(SUT::IS_A_BRIGADE)
57 ->boolean(SUT::IS_A_STREAM)
65 ->when($result = new SUT($brigade, SUT::IS_A_BRIGADE))
68 ->isEqualTo(SUT::IS_A_BRIGADE)
81 ->when($result = new SUT($stream, SUT::IS_A_STREAM, $buffer))
84 ->isEqualTo(SUT::IS_A_STREAM)
102 $bucket = new SUT($stream, SUT::IS_A_STREAM)
116 $bucket = new SUT($stream, SUT::IS_A_STREAM, $oldBuffer),
141 $bucket = new SUT($stream, SUT::IS_A_STREAM, $buffer)
[all …]
H A DComposite.php39 use Mock\Hoa\Stream\Composite as SUT; alias
57 $composite = new SUT()
70 $composite = new SUT(),
84 $composite = new SUT()
97 $composite = new SUT(),
H A DContext.php40 use Hoa\Stream\Context as SUT; alias
57 SUT::getInstance(null);
65 ->when($result = SUT::getInstance('foo'))
68 ->isInstanceOf(SUT::class);
74 ->when($result = SUT::getInstance('foo'))
83 ->when($result = SUT::getInstance('foo'))
94 $context = SUT::getInstance($id)
107 SUT::getInstance($id)
109 ->when($result = SUT::contextExists($id))
128 $context = SUT::getInstance('foo'),
[all …]
H A DException.php40 use Hoa\Stream\Exception as SUT; alias
56 ->when($result = new SUT('foo', 0))
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DBasic.php40 use Mock\Hoa\Stream\Filter\Basic as SUT; alias
56 ->integer(SUT::PASS_ON)
58 ->integer(SUT::FEED_ME)
60 ->integer(SUT::FATAL_ERROR)
62 ->integer(SUT::FLAG_NORMAL)
73 ->when($result = new SUT())
82 ->when($result = new SUT())
91 ->given($filter = new SUT())
102 $filter = new SUT(),
115 ->given($filter = new SUT())
[all …]
H A DException.php40 use Hoa\Stream\Filter\Exception as SUT; alias
56 ->when($result = new SUT('foo', 0))
H A DFilter.php40 use Hoa\Stream\Filter as SUT; alias
56 ->boolean(SUT::OVERWRITE)
58 ->boolean(SUT::DO_NOT_OVERWRITE)
60 ->integer(SUT::READ)
62 ->integer(SUT::WRITE)
64 ->integer(SUT::READ_AND_WRITE)
83 SUT::register($name, $class)
86 SUT::register($name, $class);
100 ->when($result = SUT::register($name, \Mock\StdClass::class, SUT::OVERWRITE))
123 SUT::register('foo', '42Foo');
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DBufferable.php40 use Hoa\Stream\IStream\Bufferable as SUT; alias
59 ->isInstanceOf(SUT::class)

123