Home
last modified time | relevance | path

Searched refs:SUT (Results 1 – 25 of 66) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DException.php40 use Hoa\Stream\Filter\Exception as SUT; alias
56 ->when($result = new SUT('foo', 0))
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 …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DOut.php40 use Hoa\Stream\IStream\Out as SUT; alias
59 ->isInstanceOf(SUT::class)
H A DPathable.php40 use Hoa\Stream\IStream\Pathable as SUT; alias
59 ->isInstanceOf(SUT::class)
H A DPointable.php40 use Hoa\Stream\IStream\Pointable as SUT; alias
59 ->isInstanceOf(SUT::class)
66 ->when($result = SUT::SEEK_SET)
71 ->when($result = SUT::SEEK_CURRENT)
76 ->when($result = SUT::SEEK_END)
H A DStream.php39 use Hoa\Stream\IStream\Stream as SUT; alias
58 ->isInstanceOf(SUT::class);
H A DStructural.php40 use Hoa\Stream\IStream\Structural as SUT; alias
59 ->isInstanceOf(SUT::class)
H A DBufferable.php40 use Hoa\Stream\IStream\Bufferable as SUT; alias
59 ->isInstanceOf(SUT::class)
H A DIn.php40 use Hoa\Stream\IStream\In as SUT; alias
59 ->isInstanceOf(SUT::class)
H A DStatable.php40 use Hoa\Stream\IStream\Statable as SUT; alias
59 ->isInstanceOf(SUT::class)
66 ->when($result = SUT::SIZE_UNDEFINED)
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php39 use Hoa\Consistency\Consistency as SUT; alias
60 ->when($result = SUT::entityExists('foo'))
89 ->when($result = SUT::entityExists('foo'))
116 ->when($result = SUT::getEntityShortestName('Foo'))
218 ->boolean(SUT::isKeyword($keyword))
231 ->boolean(SUT::isIdentifier($identifier))
265 ->when($result = SUT::getPHPBinary())
278 ->when($result = SUT::getPHPBinary())
294 ->when($result = SUT::getPHPBinary())
304 ->when($result = SUT::uuid())
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
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())
/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)
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
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()
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
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 DStream.php66 ->integer(SUT::NAME)
68 ->integer(SUT::HANDLER)
70 ->integer(SUT::RESOURCE)
72 ->integer(SUT::CONTEXT)
202 $stream = new SUT($name),
276 $stream = new SUT($name)
289 $stream = new SUT($name)
317 $stream = new SUT($name)
330 $stream = new SUT($name)
769 class SUT extends LUT\Stream class
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/IWrapper/
H A DStream.php39 use Hoa\Stream\Wrapper\IWrapper\Stream as SUT; alias
58 ->isInstanceOf(SUT::class);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DWrapper.php40 use Hoa\Stream\Wrapper\Wrapper as SUT; alias
63 ->boolean(SUT::isRegistered('foo'))
71 SUT::register('php', 'ClassName');
81 SUT::register('foo', 'ClassName');
94 SUT::register('foo', 'StdClass'),
119 ->when($result = SUT::restore('php'))
128 ->when($result = SUT::restore('foo'))
155 ->when($result = SUT::getRegistered())
175 $result = SUT::getRegistered()
182 SUT::unregister('foo'),
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DException.php39 use Hoa\Compiler\Exception as SUT; alias
56 ->when($result = new SUT('foo', 0))
H A DFinalStateHasNotBeenReached.php40 use Hoa\Compiler\Exception\FinalStateHasNotBeenReached as SUT; alias
56 ->when($result = new SUT('foo', 0))
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DChoice.php40 use Hoa\Compiler\Llk\Rule\Choice as SUT; alias
56 ->when($result = new SUT('foo', ['bar']))
H A DRepetition.php40 use Hoa\Compiler\Llk\Rule\Repetition as SUT; alias
56 ->when($result = new SUT('foo', 7, 42, [], 'bar'))
72 ->when($result = new SUT($name, $min, $max, $children, $id))
98 ->when($result = new SUT($name, $min, $max, $children, $id))
119 new SUT($name, $min, $max, $children, $id);
135 ->when($result = new SUT($name, $min, $max, $children, $id))

123