Home
last modified time | relevance | path

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

123

/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/stream/Test/Unit/IStream/
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 DStatable.php40 use Hoa\Stream\IStream\Statable as SUT; alias
59 ->isInstanceOf(SUT::class)
66 ->when($result = SUT::SIZE_UNDEFINED)
H A DStream.php39 use Hoa\Stream\IStream\Stream as SUT; alias
58 ->isInstanceOf(SUT::class);
/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'))
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DInvocation.php40 use Mock\Hoa\Compiler\Llk\Rule\Invocation as SUT; alias
59 ->when($result = new SUT($rule, $data))
81 ->when($result = new SUT($rule, $data, $todo))
104 ->when($result = new SUT($rule, $data, $todo, $depth))
126 $invocation = new SUT($rule, $data)
142 $invocation = new SUT($rule, $data),
157 $invocation = new SUT($rule, $data)
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))
H A DChoice.php40 use Hoa\Compiler\Llk\Rule\Choice as SUT; alias
56 ->when($result = new SUT('foo', ['bar']))
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
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 DException.php40 use Hoa\Stream\Exception as SUT; alias
56 ->when($result = new SUT('foo', 0))
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php40 use Hoa\Event\Bucket as SUT; alias
56 ->when($result = new SUT('foo'))
74 $bucket = new SUT('foo'),
77 function (SUT $receivedBucket) use ($self, $bucket, &$called) {
98 $bucket = new SUT(),
121 $bucket = new SUT(),
H A DException.php39 use Hoa\Event\Exception as SUT; alias
55 ->when($result = new SUT('foo', 0))
/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/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/consistency/Test/Unit/
H A DException.php39 use Hoa\Consistency\Exception as SUT; alias
55 ->when($result = new SUT('foo', 0))
/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))
/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))
H A DLexer.php40 use Hoa\Compiler\Exception\Lexer as SUT; alias
56 ->when($result = new SUT('foo', 0))
H A DRule.php40 use Hoa\Compiler\Exception\Rule as SUT; alias
56 ->when($result = new SUT('foo', 0))
/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))
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DException.php40 use Hoa\Stream\Wrapper\Exception as SUT; alias
56 ->when($result = new SUT('foo', 0))
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Sampler/
H A DException.php40 use Hoa\Compiler\Llk\Sampler\Exception as SUT; alias
56 ->when($result = new SUT('foo', 0))
/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);

123