Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md15 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T15:24:08+01:00)
16 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T13:07:59+01:00)
17 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T09:55:17+01:00)
19 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-07T08:22:01+01:00)
20 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-07T07:57:10+01:00)
21 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-06T08:46:14+01:00)
23 * Test: Write `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-03T12:16:29+01:00)
33 * Test: Write `Hoa\Stream\Filter` test suite. (Ivan Enderlin, 2017-02-02T14:10:32+01:00)
34 * Test: Write `Hoa\Stream\Filter` test suite. (Ivan Enderlin, 2017-02-02T13:54:05+01:00)
45 * Test: Fix namespaces. (Ivan Enderlin, 2017-02-02T10:49:03+01:00)
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js70 var Test = {}; variable
71 Test.Unit = {};
74 Test.Unit.inspect = Object.inspect;
76 Test.Unit.Logger = Class.create();
77 Test.Unit.Logger.prototype = {
138 Test.Unit.Runner = Class.create();
139 Test.Unit.Runner.prototype = {
252 Test.Unit.Assertions.prototype = {
467 Object.extend(Object.extend(Test.Unit.Testcase.prototype, Test.Unit.Assertions.prototype), {
531 Test.BDDMethods = {};
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md10 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T07:49:56+02:00)
26 * Test: Write `Hoa\Compiler\Llk\Llk` test suite. (Ivan Enderlin, 2016-08-14T17:40:38+02:00)
31 * Test: Write `…r\Llk\Sampler\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:45:12+02:00)
32 * Test: Write `…ption\UnrecognizedToken` test suite. (Ivan Enderlin, 2016-08-14T16:43:06+02:00)
48 * Test: Add test case for the `isInfinite` method. (Ivan Enderlin, 2016-08-12T08:06:15+02:00)
59 * Test: JSON soundness test suite has changed. (Ivan Enderlin, 2016-08-08T17:30:20+02:00)
61 * Test: Fix namespaces. (Ivan Enderlin, 2016-08-08T17:25:16+02:00)
67 * Test: Update test cases about Unicode support. (Ivan Enderlin, 2016-08-08T08:14:04+02:00)
69 * Test: Soundness is an integration test suite. (Ivan Enderlin, 2016-08-08T08:01:45+02:00)
71 * Test: Fix test suite name. (Ivan Enderlin, 2016-07-15T19:36:55+02:00)
[all …]
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DIssue.php37 namespace Hoa\Ustring\Test\Unit;
39 use Hoa\Test; alias
50 class Issue extends Test\Unit\Suite implements Test\Decorrelated
H A DSearch.php37 namespace Hoa\Ustring\Test\Unit;
39 use Hoa\Test; alias
50 class Search extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md28 * Test: Fix a conflict between 2 test suites. (Ivan Enderlin, 2015-11-23T21:29:28+01:00)
29 * Test: Write test suite for `Hoa\Event\Listens`. (Ivan Enderlin, 2015-11-23T21:25:49+01:00)
35 * Test: Write test suite for `Hoa\Event\Event`. (Ivan Enderlin, 2015-11-11T17:04:41+01:00)
36 * Test: Write test suite for `Hoa\Event\Exception`. (Ivan Enderlin, 2015-11-11T16:46:12+01:00)
38 * Test: Write test suite for `Hoa\Event\Listener`. (Ivan Enderlin, 2015-11-11T13:27:40+01:00)
39 * Test: Write test suite for `Hoa\Event\Source`. (Ivan Enderlin, 2015-11-10T21:56:37+01:00)
40 * Test: Write test suite for `Hoa\Event\Listenable`. (Ivan Enderlin, 2015-11-10T21:56:24+01:00)
41 * Test: Write test suite for `Hoa\Event\Bucket`. (Ivan Enderlin, 2015-11-10T21:55:45+01:00)
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DCHANGELOG.md11 * Test: Fix test case to consider Composer. (Ivan Enderlin, 2016-07-07T22:51:26+02:00)
23 * Test: Fix `case_resolve_does_not_test_if_exists`. (Ivan Enderlin, 2016-01-09T08:01:09+01:00)
30 * Test: Write test suite of `…rotocol\Node\Library`. (Ivan Enderlin, 2016-01-05T17:12:09+01:00)
31 * Test: Write test suite of `…a\Protocol\Node\Node`. (Ivan Enderlin, 2016-01-05T17:11:20+01:00)
32 * Test: Write test suite of `Hoa\Protocol\Protocol`. (Ivan Enderlin, 2015-12-18T11:30:56+01:00)
33 * Test: Write test suite of `…a\Protocol\Exception`. (Ivan Enderlin, 2015-12-18T08:07:59+01:00)
34 * Test: Write test suite of `Hoa\Protocol\Wrapper`. (Ivan Enderlin, 2015-12-16T08:39:00+01:00)
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DFilter.php37 namespace Hoa\Iterator\Test\Unit;
40 use Hoa\Test; alias
66 class Filter extends Test\Unit\Suite
73 $filter = new \Mock\Hoa\Iterator\Test\Unit\MyFilter($foobar),
95 $filter = new \Mock\Hoa\Iterator\Test\Unit\MyFilter($foobar),
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/
H A DDocumentation.php37 namespace Hoa\Compiler\Test\Integration;
41 use Hoa\Test; alias
51 class Documentation extends Test\Integration\Suite implements Test\Decorrelated
/plugin/findologicxmlexport/vendor/hoa/visitor/Test/Unit/
H A DElement.php37 namespace Hoa\Visitor\Test\Unit;
39 use Hoa\Test; alias
49 class Element extends Test\Unit\Suite
H A DVisit.php37 namespace Hoa\Visitor\Test\Unit;
39 use Hoa\Test; alias
49 class Visit extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md21 * Test: Add test cases for the uncaught handler. (Ivan Enderlin, 2015-11-18T21:48:20+01:00)
24 * Test: Write test suite of `Hoa\Exception\Group`. (Ivan Enderlin, 2015-11-18T08:28:04+01:00)
25 * Test: Write test suite of `Hoa\Exception\Error`. (Ivan Enderlin, 2015-11-17T22:30:14+01:00)
26 * Test: Write test suite of `…\Exception\Exception`. (Ivan Enderlin, 2015-11-17T22:03:31+01:00)
27 * Test: Write test suite of `Hoa\Exception\Idle`. (Ivan Enderlin, 2015-11-17T21:41:07+01:00)
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListenable.php37 namespace Hoa\Event\Test\Unit;
39 use Hoa\Test; alias
49 class Listenable extends Test\Unit\Suite
H A DSource.php37 namespace Hoa\Event\Test\Unit;
39 use Hoa\Test; alias
49 class Source extends Test\Unit\Suite
H A DException.php37 namespace Hoa\Event\Test\Unit;
40 use Hoa\Test; alias
50 class Exception extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DException.php37 namespace Hoa\Consistency\Test\Unit;
40 use Hoa\Test; alias
50 class Exception extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DException.php37 namespace Hoa\Protocol\Test\Unit;
40 use Hoa\Test; alias
50 class Exception extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DException.php37 namespace Hoa\Stream\Test\Unit;
41 use Hoa\Test; alias
51 class Exception extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DException.php37 namespace Hoa\Compiler\Test\Unit\Exception;
41 use Hoa\Test; alias
51 class Exception extends Test\Unit\Suite
H A DFinalStateHasNotBeenReached.php37 namespace Hoa\Compiler\Test\Unit\Exception;
41 use Hoa\Test; alias
51 class FinalStateHasNotBeenReached extends Test\Unit\Suite
H A DLexer.php37 namespace Hoa\Compiler\Test\Unit\Exception;
41 use Hoa\Test; alias
51 class Lexer extends Test\Unit\Suite
H A DRule.php37 namespace Hoa\Compiler\Test\Unit\Exception;
41 use Hoa\Test; alias
51 class Rule extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DException.php37 namespace Hoa\Stream\Test\Unit\Filter;
41 use Hoa\Test; alias
51 class Exception extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DStream.php37 namespace Hoa\Stream\Test\Unit\IStream;
40 use Hoa\Test; alias
50 class Stream extends Test\Unit\Suite
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DException.php37 namespace Hoa\Stream\Test\Unit\Wrapper;
41 use Hoa\Test; alias
51 class Exception extends Test\Unit\Suite

12345678910>>...12