Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/VisualEditor/lib/ve/tests/ce/ve.ce.AnnotationFactory.test.js
Ðазад
/*! * VisualEditor ContentEditable AnnotationFactory tests. * * @copyright See AUTHORS.txt */ QUnit.module( 've.ce.AnnotationFactory' ); /* Stubs */ ve.ce.AnnotationFactoryAnnotationStub = function VeCeAnnotationFactoryNodeStub() {}; OO.inheritClass( ve.ce.AnnotationFactoryAnnotationStub, ve.ce.Annotation ); ve.ce.AnnotationFactoryAnnotationStub.static.name = 'annotation-factory-annotation-stub'; ve.ce.AnnotationFactoryAnnotationStub.static.canBeActive = true; ve.ce.AnnotationFactoryAnnotationStub.static.getDescription = function () { return 'description'; }; ve.dm.AnnotationFactoryAnnotationStub = function VeDmAnnotationFactoryNodeStub() {}; OO.inheritClass( ve.dm.AnnotationFactoryAnnotationStub, ve.dm.Annotation ); ve.dm.AnnotationFactoryAnnotationStub.static.name = 'annotation-factory-annotation-stub'; /* Tests */ QUnit.test( 'canAnnotationBeActive/getDescription', ( assert ) => { const factory = new ve.ce.AnnotationFactory(); assert.throws( () => { factory.canAnnotationBeActive( 'annotation-factory-annotation-stub' ); }, Error, 'throws an exception when calling canAnnotationBeActive on an unregistered type' ); assert.throws( () => { factory.getDescription( new ve.dm.AnnotationFactoryAnnotationStub() ); }, Error, 'throws an exception when calling getDescription on an unregistered type' ); factory.register( ve.ce.AnnotationFactoryAnnotationStub ); assert.strictEqual( factory.canAnnotationBeActive( 'annotation-factory-annotation-stub' ), true, 'canAnnotationBeActive' ); assert.strictEqual( factory.getDescription( new ve.dm.AnnotationFactoryAnnotationStub() ), 'description', 'getDescription' ); } ); QUnit.test( 'initialization', ( assert ) => { assert.true( ve.ce.annotationFactory instanceof ve.ce.AnnotationFactory, 'factory is initialized at ve.ce.annotationFactory' ); } );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка