@openui5/sap.ui.core 1.126.1 → 1.127.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/Event.js +1 -1
- package/src/sap/base/Eventing.js +1 -1
- package/src/sap/base/config.js +1 -1
- package/src/sap/base/i18n/LanguageTag.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +5 -15
- package/src/sap/ui/base/BindingInfo.js +45 -24
- package/src/sap/ui/base/DataType.js +19 -0
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +31 -1
- package/src/sap/ui/base/ManagedObject.js +3 -4
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/.theming +8 -0
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/Control.js +2 -2
- package/src/sap/ui/core/Core.js +57 -2
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +166 -16
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +17 -31
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +2 -2
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +118 -55
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/Popup.js +8 -0
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Theming.js +4 -4
- package/src/sap/ui/core/Title.js +2 -2
- package/src/sap/ui/core/TooltipBase.js +2 -2
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/cache/CacheManagerNOP.js +3 -0
- package/src/sap/ui/core/cache/LRUPersistentCache.js +13 -4
- package/src/sap/ui/core/date/UI5Date.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/fieldhelp/FieldHelp.js +53 -11
- package/src/sap/ui/core/fieldhelp/FieldHelpUtil.js +4 -0
- package/src/sap/ui/core/format/FormatUtils.js +1 -1
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +37 -21
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_en_US_sappsd.properties +30 -18
- package/src/sap/ui/core/messagebundle_en_US_saptrc.properties +294 -282
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +4 -4
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/ToolsAPI.js +5 -5
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/themes/base/base.less +119 -49
- package/src/sap/ui/core/themes/base/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/base/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/base/library.source.less +2 -0
- package/src/sap/ui/core/themes/base/skeleton.less +958 -0
- package/src/sap/ui/core/theming/ThemeManager.js +56 -73
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/webc/WebComponent.js +1 -1
- package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/dom/findTabbable.js +244 -0
- package/src/sap/ui/dom/isElementCovered.js +51 -0
- package/src/sap/ui/events/F6Navigation.js +10 -164
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +144 -14
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +18 -8
- package/src/sap/ui/model/odata/v4/ODataBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +12 -9
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +30 -14
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +254 -189
- package/src/sap/ui/model/odata/v4/ODataModel.js +51 -13
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +68 -32
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +9 -6
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +7 -7
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +17 -11
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +11 -3
- package/src/sap/ui/model/odata/v4/lib/_TreeState.js +10 -4
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/performance/trace/FESR.js +3 -0
- package/src/sap/ui/performance/trace/Interaction.js +4 -2
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/qunit/utils/nextUIUpdate.js +7 -53
- package/src/sap/ui/qunit/utils/waitForThemeApplied.js +6 -42
- package/src/sap/ui/test/ModuleTracking.js +1 -1
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/test/generic/Utils.js +3 -7
- package/src/sap/ui/test/opaQunit.js +3 -3
- package/src/sap/ui/test/utils/nextUIUpdate.js +64 -0
- package/src/sap/ui/test/utils/waitForThemeApplied.js +58 -0
- package/src/sap/ui/util/Storage.js +1 -1
- package/src/ui5loader.js +9 -0
- package/test/sap/ui/core/demokit/sample/Messaging/ODataBackendMessagesComp/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/matcher/BindingPath/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/matcher/Descendant/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/matcher/I18NText/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/matcher/LabelFor/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/odata/v4/FlexibleColumnLayout/SandboxModel.js +1 -1
- package/test/sap/ui/core/demokit/sample/odata/v4/FlexibleColumnLayout/data/SalesOrderList('0500000000')-requestSideEffects.json +14 -14
- package/test/sap/ui/core/demokit/sample/odata/v4/HierarchyBindAction/Main.controller.js +32 -2
- package/test/sap/ui/core/demokit/sample/odata/v4/HierarchyBindAction/Main.view.xml +22 -0
- package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/Component.js +69 -0
- package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/MIT.ListBindingTemplate.AnnotationChanges.html +63 -0
- package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/Main.view.xml +19 -7
- package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/SandboxModel.js +1 -4
- package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/data/equipments.json +37 -22
- package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/data/localAnnotations.xml +10 -2
- package/test/sap/ui/core/demokit/sample/odata/v4/MultipleInlineCreationRowsGrid/Main.controller.js +5 -5
- package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/RecursiveHierarchy.controller.js +32 -2
- package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/RecursiveHierarchy.view.xml +30 -0
- package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/SandboxModel.js +12 -6
- package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrders/Main.controller.js +7 -0
- package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrders/Main.view.xml +2 -0
- package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrders/SandboxModel.js +14 -14
- package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrdersTemplate/pages/Main.js +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/01/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/02/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/03/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/04/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/05/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/06/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/07/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/08/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/09/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/10/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/11/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/12/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/13/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/14/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/15/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/mockserver/01/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/mockserver/02/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/mockserver/03/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/mockserver/04/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/01/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/02/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/03/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/04/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/05/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/06/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/07/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/08/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/09/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/10/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/11/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/12/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/13/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/14/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/15/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/16/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/17/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/01/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/02/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/03/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/04/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/05/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/06/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/07/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/08/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/09/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/10/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/11/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/package.json +3 -0
- package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/ui5.yaml +1 -1
- package/test/sap/ui/core/qunit/BlockLayerUtils.qunit.js +1 -1
- package/test/sap/ui/core/qunit/CalculatedFields.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ContextMenuSupport.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ControlDefinition.qunit.js +2 -2
- package/test/sap/ui/core/qunit/ControlRenderer.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Core.qunit.js +1 -1
- package/test/sap/ui/core/qunit/CustomStyleClassSupport.qunit.js +1 -1
- package/test/sap/ui/core/qunit/CustomThemeFallback.qunit.js +1 -1
- package/test/sap/ui/core/qunit/CustomThemeFallback_unavoidablySync.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Element_data.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Element_destroy.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Element_focus.qunit.js +196 -3
- package/test/sap/ui/core/qunit/Element_metadata_selector.qunit.js +1 -1
- package/test/sap/ui/core/qunit/EnabledPropagator.qunit.js +2 -3
- package/test/sap/ui/core/qunit/FastNavigationWithWebComponents.qunit.js +1 -1
- package/test/sap/ui/core/qunit/FieldGroup.qunit.js +1 -1
- package/test/sap/ui/core/qunit/FocusHandler.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Fragment.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Fragment_legacyAPIs.qunit.js +1 -1
- package/test/sap/ui/core/qunit/HTML.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Icon.qunit.js +1 -1
- package/test/sap/ui/core/qunit/InvisibleText.qunit.js +1 -1
- package/test/sap/ui/core/qunit/LRUPersistentCache.qunit.js +8 -4
- package/test/sap/ui/core/qunit/LocalBusyIndicator.qunit.js +1 -1
- package/test/sap/ui/core/qunit/RenderManager.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Rendering.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ResizeHandler.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ScrollBar.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ShortcutHints.qunit.js +1 -1
- package/test/sap/ui/core/qunit/StashedControlSupport.qunit.js +1 -1
- package/test/sap/ui/core/qunit/StashedControlSupport_unavoidablySync.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ThemeManager.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ThemeParameters.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ThemeParameters_legacyAPIs.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Theming.qunit.js +1 -1
- package/test/sap/ui/core/qunit/Theming_default_and_fallback.qunit.js +1 -1
- package/test/sap/ui/core/qunit/TooltipBase.qunit.js +1 -1
- package/test/sap/ui/core/qunit/UIArea.qunit.js +1 -1
- package/test/sap/ui/core/qunit/bootstrap/ThemeVersion.qunit.js +1 -1
- package/test/sap/ui/core/qunit/bootstrap/testsuite.bootstrap.qunit.js +1 -8
- package/test/sap/ui/core/qunit/component/Component.qunit.js +36 -36
- package/test/sap/ui/core/qunit/component/ComponentContainer.qunit.js +2 -10
- package/test/sap/ui/core/qunit/component/ComponentContainer_unavoidablySync.qunit.js +2 -10
- package/test/sap/ui/core/qunit/component/ComponentSupport.qunit.js +5 -5
- package/test/sap/ui/core/qunit/component/Component_containedInLibrary.qunit.js +10 -10
- package/test/sap/ui/core/qunit/component/Component_dependencyLoading.qunit.js +7 -7
- package/test/sap/ui/core/qunit/component/Component_dependencyLoading_unavoidablySync.qunit.js +6 -6
- package/test/sap/ui/core/qunit/component/Component_unavoidablySync.qunit.js +8 -8
- package/test/sap/ui/core/qunit/component/Customizing.qunit.js +1 -1
- package/test/sap/ui/core/qunit/component/Customizing_async.qunit.js +3 -3
- package/test/sap/ui/core/qunit/component/Customizing_disabled.qunit.js +1 -1
- package/test/sap/ui/core/qunit/component/Customizing_legacyAPIs.qunit.js +2 -2
- package/test/sap/ui/core/qunit/component/Customizing_multi.qunit.js +1 -1
- package/test/sap/ui/core/qunit/component/Customizing_unavoidablySync.qunit.js +1 -1
- package/test/sap/ui/core/qunit/component/ExtensionPoint.qunit.js +3 -3
- package/test/sap/ui/core/qunit/component/ExtensionPoint_unavoidablySync.qunit.js +1 -1
- package/test/sap/ui/core/qunit/component/Manifest.qunit.js +10 -10
- package/test/sap/ui/core/qunit/component/Manifest_unavoidablySync.qunit.js +1 -1
- package/test/sap/ui/core/qunit/component/Metadata.qunit.js +47 -47
- package/test/sap/ui/core/qunit/component/Metadata_unavoidablySync.qunit.js +33 -33
- package/test/sap/ui/core/qunit/component/Models.qunit.js +57 -57
- package/test/sap/ui/core/qunit/component/Models_unavoidablySync.qunit.js +12 -12
- package/test/sap/ui/core/qunit/component/UIComponent.qunit.js +2 -2
- package/test/sap/ui/core/qunit/component/UIComponent_unavoidablySync.qunit.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component1/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component1/manifest.json +3 -3
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component2/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component2/manifest.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component3/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component3/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component4/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component4/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component5/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component5/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component6/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/component6/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/dependencyLoading/componentVariant/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/embedded/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/embedded/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inherit/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inherit/component.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/inherit/manifest.json +9 -9
- package/test/sap/ui/core/qunit/component/testdata/inherit/parent/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inherit/parent/component.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/inherit/parent/manifest.json +9 -9
- package/test/sap/ui/core/qunit/component/testdata/inheritAsync/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inheritAsync/manifest.json +3 -3
- package/test/sap/ui/core/qunit/component/testdata/inheritAsync/parentA/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inheritAsync/parentA/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inheritAsync/parentB/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inheritAsync/parentB/manifest.json +3 -3
- package/test/sap/ui/core/qunit/component/testdata/inheritAsyncError/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inheritAsyncError/manifest.json +3 -3
- package/test/sap/ui/core/qunit/component/testdata/inheritAsyncError/parentA/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inheritAsyncError/parentA/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inheritAsyncError/parentB/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/inheritAsyncError/parentB/manifest.json +3 -3
- package/test/sap/ui/core/qunit/component/testdata/manifestload/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/minUI5Version/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/minUI5Version/manifest.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/mixed/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/mixed/manifest.json +9 -9
- package/test/sap/ui/core/qunit/component/testdata/mixed_legacyAPIs/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/mixed_legacyAPIs/component.json +8 -8
- package/test/sap/ui/core/qunit/component/testdata/mixed_legacyAPIs/manifest.json +9 -9
- package/test/sap/ui/core/qunit/component/testdata/modelsMisc/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/modelsMisc/manifest.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/other/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/routerClass/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/routerClass/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/routerPreloading/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/routerPreloading/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/routing/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/routing/RouterExtension.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/routing/TestView.js +1 -8
- package/test/sap/ui/core/qunit/component/testdata/routing/targets/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/routing_legacyAPIs/Component.js +5 -5
- package/test/sap/ui/core/qunit/component/testdata/routing_legacyAPIs/targets/Component.js +5 -5
- package/test/sap/ui/core/qunit/component/testdata/targetsPreloading/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/targetsPreloading/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/terminologies/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/Main.controller.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component1/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component1/Main.controller.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component2/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component2/Main.controller.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component3/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component3/Main.controller.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component4/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component4/Main.controller.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component5/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/component5/Main.controller.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/reuse/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/terminologies/reuse/Main.controller.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/v1/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v1/component.json +8 -8
- package/test/sap/ui/core/qunit/component/testdata/v1empty/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v1empty/component.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/v1inline/Component.js +10 -10
- package/test/sap/ui/core/qunit/component/testdata/v1missing/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v2/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v2/manifest.json +9 -9
- package/test/sap/ui/core/qunit/component/testdata/v2asyncRootView/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v2asyncRootView/manifest.json +9 -9
- package/test/sap/ui/core/qunit/component/testdata/v2empty/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/v2empty/manifest.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/v2inline/Component.js +10 -10
- package/test/sap/ui/core/qunit/component/testdata/v2missing/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/v2models/empty/Component.js +3 -3
- package/test/sap/ui/core/qunit/component/testdata/v2models/empty/manifest.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/v2models/extension/Component.js +4 -4
- package/test/sap/ui/core/qunit/component/testdata/v2models/parent/Component.js +12 -12
- package/test/sap/ui/core/qunit/component/testdata/v2models/parent/CustomModel.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v2models/parent/ModelNotDefined.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v2models/parentValid/Component.js +11 -11
- package/test/sap/ui/core/qunit/component/testdata/v2models/ui5Urls/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v2models/ui5Urls/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v2version/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v2version/manifest.json +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v4models/Component.js +3 -3
- package/test/sap/ui/core/qunit/component/testdata/v4models/cacheTokens/Component.js +3 -3
- package/test/sap/ui/core/qunit/component/testdata/v4models/sapSystem/Component.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/v4models/sapSystem/manifest.json +1 -1
- package/test/sap/ui/core/qunit/component/testdata/v4models/unsupportedVersion/Component.js +3 -3
- package/test/sap/ui/core/qunit/component/testdata/verticalLayout/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/verticalLayout_legacyAPIs/Component.js +1 -1
- package/test/sap/ui/core/qunit/component/testdata/view/Main.controller.js +2 -2
- package/test/sap/ui/core/qunit/component/testdata/view/Main.view.xml +1 -1
- package/test/sap/ui/core/qunit/component/testdata/view/MainAsync.view.xml +1 -1
- package/test/sap/ui/core/qunit/component/testdata/view/MainAsyncWithWrongNesting.view.xml +1 -1
- package/test/sap/ui/core/qunit/component/testdata/view/Nested.view.xml +1 -1
- package/test/sap/ui/core/qunit/component/testsuite.component.qunit.js +2 -8
- package/test/sap/ui/core/qunit/composite/XMLComposite.qunit.js +1 -1
- package/test/sap/ui/core/qunit/dnd/DragAndDrop.qunit.js +1 -1
- package/test/sap/ui/core/qunit/dnd/DragInfo.qunit.js +1 -1
- package/test/sap/ui/core/qunit/dnd/DropInfo.qunit.js +1 -1
- package/test/sap/ui/core/qunit/fieldhelp/FieldHelp.qunit.js +184 -51
- package/test/sap/ui/core/qunit/fieldhelp/FieldHelpUtil.qunit.js +2 -0
- package/test/sap/ui/core/qunit/generic/ControlMemoryLeaks.qunit.js +1 -1
- package/test/sap/ui/core/qunit/generic/DuplicateIdCheck.qunit.js +1 -1
- package/test/sap/ui/core/qunit/generic/legacy/ControlIterator.qunit.js +1 -1
- package/test/sap/ui/core/qunit/generic/legacy/ControlMemoryLeaks.qunit.js +1 -1
- package/test/sap/ui/core/qunit/generic/legacy/DuplicateIdCheck.qunit.js +1 -1
- package/test/sap/ui/core/qunit/i18n/LocaleData.qunit.js +188 -61
- package/test/sap/ui/core/qunit/isBehindOtherElement.qunit.js +1 -1
- package/test/sap/ui/core/qunit/jquery.sap.events.qunit.js +1 -1
- package/test/sap/ui/core/qunit/jquery.sap.ui.qunit.js +1 -1
- package/test/sap/ui/core/qunit/messages/messagesUsage.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc/AnyView.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc/AnyViewAsync.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc/Controller.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc/XMLTemplateProcessorAsync_unavoidablyUsingInlineStyle.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc/XMLTemplateProcessorRequireXML.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc/XMLView.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc/viewprocessing/ViewProcessing.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc/viewprocessing/ViewProcessing_legacyAPIs.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc_legacyAPIs/AnyViewAsync_legacyAPIs.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc_legacyAPIs/AnyView_legacyAPIs.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc_legacyAPIs/HTMLView_legacyAPIs.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc_legacyAPIs/XMLTemplateProcessorRequireXML_legacyAPIs.qunit.js +1 -1
- package/test/sap/ui/core/qunit/mvc_legacyAPIs/XMLView_legacyAPIs.qunit.js +1 -1
- package/test/sap/ui/core/qunit/odata/ODataAnnotations.qunit.js +1 -1
- package/test/sap/ui/core/qunit/odata/v2/ODataModel.integration.qunit.js +511 -21
- package/test/sap/ui/core/qunit/odata/v2/ODataModelNoFakeService.qunit.js +382 -3
- package/test/sap/ui/core/qunit/odata/v2/V2ODataModel.qunit.js +1 -1
- package/test/sap/ui/core/qunit/odata/v2/V2ODataModelB.qunit.js +1 -1
- package/test/sap/ui/core/qunit/odata/v4/Context.qunit.js +28 -4
- package/test/sap/ui/core/qunit/odata/v4/ODataContextBinding.qunit.js +34 -20
- package/test/sap/ui/core/qunit/odata/v4/ODataListBinding.qunit.js +80 -15
- package/test/sap/ui/core/qunit/odata/v4/ODataMetaModel.qunit.js +90 -6
- package/test/sap/ui/core/qunit/odata/v4/ODataModel.integration.qunit.js +1201 -202
- package/test/sap/ui/core/qunit/odata/v4/ODataModel.qunit.js +34 -0
- package/test/sap/ui/core/qunit/odata/v4/ODataPropertyBinding.qunit.js +38 -0
- package/test/sap/ui/core/qunit/odata/v4/data/annotations_tea_busi.xml +14 -0
- package/test/sap/ui/core/qunit/odata/v4/data/metadata_tea_busi_supplier.xml +36 -0
- package/test/sap/ui/core/qunit/odata/v4/lib/_AggregationCache.qunit.js +319 -38
- package/test/sap/ui/core/qunit/odata/v4/lib/_AggregationHelper.qunit.js +22 -9
- package/test/sap/ui/core/qunit/odata/v4/lib/_Cache.qunit.js +2 -2
- package/test/sap/ui/core/qunit/odata/v4/lib/_Helper.qunit.js +53 -10
- package/test/sap/ui/core/qunit/odata/v4/lib/_Requestor.qunit.js +6 -0
- package/test/sap/ui/core/qunit/odata/v4/lib/_TreeState.qunit.js +30 -1
- package/test/sap/ui/core/qunit/opa/Opa5PageObject.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/OpaPlugin.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/RecordReplay.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/_ControlFinder.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/actions/Action.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/actions/EnterText.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/actions/Press.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/autowaiter/_cssAnimationWaiter.js +1 -1
- package/test/sap/ui/core/qunit/opa/autowaiter/_cssTransitionWaiter.js +1 -1
- package/test/sap/ui/core/qunit/opa/autowaiter/_jsAnimationWaiter.js +1 -1
- package/test/sap/ui/core/qunit/opa/autowaiter/_navigationContainerWaiter.js +1 -1
- package/test/sap/ui/core/qunit/opa/autowaiter/_resourceWaiter.js +1 -1
- package/test/sap/ui/core/qunit/opa/fixture/bindingPath.js +1 -1
- package/test/sap/ui/core/qunit/opa/matchers/Interactable.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/matchers/LabelFor.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/matchers/Sibling.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/matchers/Visible.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/matchers/_Busy.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/matchers/_Editable.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/matchers/_Enabled.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/matchers/_Visitor.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/opa5/actions.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/opa5/basics.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/opa5/logging.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/opa5/matchers.qunit.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_BindingPath.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_ControlSelectorGenerator.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_ControlSelectorValidator.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_DropdownItem.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_GlobalID.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_LabelFor.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_Properties.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_Selector.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_TableRowItem.js +1 -1
- package/test/sap/ui/core/qunit/opa/selectors/_ViewID.js +1 -1
- package/test/sap/ui/core/qunit/opa/testsuite.opa.qunit.js +448 -426
- package/test/sap/ui/core/qunit/performance/trace/FESR.qunit.js +8 -4
- package/test/sap/ui/core/qunit/performance/trace/Interaction.qunit.js +1 -1
- package/test/sap/ui/core/qunit/routing/Placeholder.qunit.js +1 -1
- package/test/sap/ui/core/qunit/routing/PlaceholderOptOut.qunit.js +1 -1
- package/test/sap/ui/core/qunit/tmpl/Template.qunit.js +1 -1
- package/test/sap/ui/core/qunit/ui5classes/ManagedObject.qunit.js +62 -1
- package/test/sap/ui/core/qunit/util/InvisibleMessage.qunit.js +1 -1
- package/test/sap/ui/core/qunit/util/LabelEnablement.qunit.js +1 -1
- package/test/sap/ui/core/qunit/util/Popup.qunit.js +1 -1
- package/test/sap/ui/core/qunit/util/ResponsivePaddingsEnablement.qunit.js +1 -1
- package/test/sap/ui/core/qunit/util/XMLPreprocessor.qunit.js +1 -1
- package/test/sap/ui/core/qunit/util/jquery.sap.dom.qunit.js +1 -1
- package/test/sap/ui/core/qunit/util/reflection/BaseTreeModifier.qunit.js +3 -3
- package/test/sap/ui/core/qunit/util/reflection/JsControlTreeModifier.qunit.js +3 -3
- package/test/sap/ui/core/qunit/util/reflection/XmlTreeModifier.qunit.js +3 -3
- package/test/sap/ui/core/qunit/util/reflection/testdata/comp/Component.js +10 -0
- package/test/sap/ui/core/qunit/util/reflection/testsuite.reflection.qunit.html +14 -0
- package/test/sap/ui/core/qunit/util/reflection/testsuite.reflection.qunit.js +30 -0
- package/test/sap/ui/core/qunit/util/testsuite.util.qunit.js +3 -56
- package/test/sap/ui/core/relnotes/changes-1.126.json +1 -17
- package/test/sap/ui/core/relnotes/changes-1.127.json +52 -0
- package/test/sap/ui/core/samples/databinding/UnitTable/ui5.yaml +1 -1
- package/test/sap/ui/qunit/TestRunner.js +721 -521
- package/test/sap/ui/qunit/testrunner.css +123 -20
- package/test/sap/ui/qunit/testrunner.html +57 -287
- /package/test/sap/ui/core/qunit/{component/testdata/other → util/reflection/testdata/comp}/fragment-withTemplating.fragment.xml +0 -0
|
@@ -3,441 +3,144 @@ sap.ui.define([
|
|
|
3
3
|
], function(merge) {
|
|
4
4
|
"use strict";
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
title: "QUnit Page for sap.ui.test.actions.Action",
|
|
13
|
-
module: "./actions/Action.qunit"
|
|
14
|
-
},
|
|
15
|
-
"actions/EnterText": {
|
|
16
|
-
title: "QUnit Page for sap.ui.test.actions.EnterText",
|
|
6
|
+
var oTestSuite = {
|
|
7
|
+
name: "TestSuite for sap.ui.core: GTP testcase CORE/OPA",
|
|
8
|
+
defaults: {
|
|
9
|
+
ui5: {
|
|
10
|
+
animation: false
|
|
11
|
+
},
|
|
17
12
|
qunit: {
|
|
18
|
-
|
|
13
|
+
version: 2
|
|
19
14
|
},
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
module: "./actions/DnD.qunit",
|
|
25
|
-
loader: {
|
|
26
|
-
paths: {
|
|
27
|
-
"sap/f/sample": "test-resources/sap/f/demokit/sample",
|
|
28
|
-
"sap/m/sample": "test-resources/sap/m/demokit/sample",
|
|
29
|
-
"sap/ui/table/sample": "test-resources/sap/ui/table/demokit/sample",
|
|
30
|
-
"sap/ui/demo/mock": "test-resources/sap/ui/documentation/sdk/",
|
|
31
|
-
"docu": "../../../../../documentation.html"
|
|
32
|
-
}
|
|
15
|
+
sinon: {
|
|
16
|
+
version: 4,
|
|
17
|
+
qunitBridge: true,
|
|
18
|
+
useFakeTimers: false
|
|
33
19
|
}
|
|
34
20
|
},
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
loader: {
|
|
40
|
-
paths: {
|
|
41
|
-
"samples" : "test-resources/sap/ui/core/samples/",
|
|
42
|
-
"unitTests" : "test-resources/sap/ui/core/qunit/opa/"
|
|
43
|
-
}
|
|
21
|
+
tests: {
|
|
22
|
+
"qunitPause": {
|
|
23
|
+
title: "QUnit Page for qunitPause",
|
|
24
|
+
module: "./qunitPause.qunit"
|
|
44
25
|
},
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
26
|
+
"actions/Action": {
|
|
27
|
+
title: "QUnit Page for sap.ui.test.actions.Action",
|
|
28
|
+
module: "./actions/Action.qunit"
|
|
48
29
|
},
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
30
|
+
"actions/DnD": {
|
|
31
|
+
title: "QUnit Page for sap.ui.test.actions.Drag and sap.ui.test.actions.Drop",
|
|
32
|
+
module: "./actions/DnD.qunit",
|
|
33
|
+
loader: {
|
|
34
|
+
paths: {
|
|
35
|
+
"sap/f/sample": "test-resources/sap/f/demokit/sample",
|
|
36
|
+
"sap/m/sample": "test-resources/sap/m/demokit/sample",
|
|
37
|
+
"sap/ui/table/sample": "test-resources/sap/ui/table/demokit/sample",
|
|
38
|
+
"sap/ui/demo/mock": "test-resources/sap/ui/documentation/sdk/",
|
|
39
|
+
"docu": "../../../../../documentation.html"
|
|
40
|
+
}
|
|
59
41
|
}
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"autowaiter/autoWaiter": {
|
|
63
|
-
title: "QUnit Page for sap.ui.test.autoWaiter",
|
|
64
|
-
qunit: {
|
|
65
|
-
reorder: false // to ensure that _XHRWaiter tests are executed last
|
|
66
42
|
},
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
43
|
+
"actions/EnterText": {
|
|
44
|
+
title: "QUnit Page for sap.ui.test.actions.EnterText",
|
|
45
|
+
qunit: {
|
|
46
|
+
testTimeout: 5000
|
|
47
|
+
},
|
|
48
|
+
module: "./actions/EnterText.qunit"
|
|
71
49
|
},
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
50
|
+
/**
|
|
51
|
+
* @deprecated As of version 1.120, as QUnit 1.x is no longer supported in UI5 2.0
|
|
52
|
+
*/
|
|
53
|
+
"actions/Press1": {
|
|
54
|
+
/* Hasher -> own page needed */
|
|
55
|
+
page: "test-resources/sap/ui/core/qunit/opa/actions/Press.qunit1.html",
|
|
56
|
+
title: "QUnit Page for sap.ui.test.actions.Press (QUnit 1)",
|
|
57
|
+
loader: {
|
|
58
|
+
paths: {
|
|
59
|
+
"samples" : "test-resources/sap/ui/core/samples/",
|
|
60
|
+
"unitTests" : "test-resources/sap/ui/core/qunit/opa/"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
qunit: {
|
|
64
|
+
version: 1
|
|
65
|
+
},
|
|
66
|
+
ui5: {
|
|
67
|
+
libs: "sap.m",
|
|
68
|
+
language: "en-US"
|
|
69
|
+
},
|
|
70
|
+
module: "./actions/Press.qunit"
|
|
76
71
|
},
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
},
|
|
93
|
-
"demokit/sample/matcher/LabelFor/Opa": {
|
|
94
|
-
page: "test-resources/sap/ui/core/demokit/sample/matcher/LabelFor/Opa.html?sap-ui-animation=false",
|
|
95
|
-
title: "Opa Sample for LabelFor Matcher",
|
|
96
|
-
ui5: {
|
|
97
|
-
libs: "sap.m"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"demokit/sample/matcher/Descendant/Opa": {
|
|
101
|
-
page: "test-resources/sap/ui/core/demokit/sample/matcher/Descendant/Opa.html?sap-ui-animation=false",
|
|
102
|
-
title: "Opa Sample for Descendant Matcher",
|
|
103
|
-
ui5: {
|
|
104
|
-
libs: "sap.m"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"demokit/sample/OpaAutoWaitParams/OpaAutoWaitParams": {
|
|
108
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaAutoWaitParams/OpaAutoWaitParams.html?sap-ui-animation=false",
|
|
109
|
-
title: "OPA5 AutoWait Parameters"
|
|
110
|
-
},
|
|
111
|
-
"demokit/sample/OpaBusyIndicator/OpaBusyIndicator": {
|
|
112
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaBusyIndicator/OpaBusyIndicator.html?sap-ui-animation=false",
|
|
113
|
-
title: "Testing busy controls with OPA5"
|
|
114
|
-
},
|
|
115
|
-
"demokit/sample/OpaById/Opa": {
|
|
116
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaById/Opa.html?sap-ui-animation=false",
|
|
117
|
-
title: "Opa sample for retrieving controls by id"
|
|
118
|
-
},
|
|
119
|
-
"demokit/sample/OpaDynamicWait/Opa": {
|
|
120
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaDynamicWait/Opa.html?sap-ui-animation=false",
|
|
121
|
-
title: "Opa sample for nested actions"
|
|
122
|
-
},
|
|
123
|
-
"demokit/sample/OpaMatchers/OpaMatchers": {
|
|
124
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaMatchers/OpaMatchers.html?sap-ui-animation=false",
|
|
125
|
-
title: "Opa sample for matchers"
|
|
126
|
-
},
|
|
127
|
-
"demokit/sample/OpaPageObject/OpaPageObject": {
|
|
128
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaPageObject/OpaPageObject.html?sap-ui-animation=false",
|
|
129
|
-
title: "Opa sample for PageObjects",
|
|
130
|
-
loader: {
|
|
131
|
-
paths: {
|
|
132
|
-
"myApp/test": "./"
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
"demokit/sample/OpaStartup/iStartMyAppInAFrame/iStartMyAppInAFrame": {
|
|
137
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaStartup/iStartMyAppInAFrame/iStartMyAppInAFrame.html?sap-ui-animation=false",
|
|
138
|
-
title: "Opa sample for starting an app with a frame",
|
|
139
|
-
ui5: {
|
|
140
|
-
libs: "sap.m",
|
|
141
|
-
theme: "sap_belize"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"demokit/sample/OpaStartup/iStartMyAppInAFrame/iStartMyAppInAFrameDebug": {
|
|
145
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaStartup/iStartMyAppInAFrame/iStartMyAppInAFrame.html?sap-ui-debug=true",
|
|
146
|
-
title: "Opa sample for starting an app with a frame",
|
|
147
|
-
ui5: {
|
|
148
|
-
libs: "sap.m",
|
|
149
|
-
theme: "sap_belize"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
"demokit/sample/OpaStartup/iStartMyUIComponent/iStartMyUIComponent": {
|
|
153
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaStartup/iStartMyUIComponent/iStartMyUIComponent.html?sap-ui-animation=false",
|
|
154
|
-
title: "OPA sample for starting an app with a component",
|
|
155
|
-
ui5: {
|
|
156
|
-
libs: "sap.m",
|
|
157
|
-
theme: "sap_belize"
|
|
158
|
-
},
|
|
159
|
-
loader: {
|
|
160
|
-
paths: {
|
|
161
|
-
"sap/ui/sample/appUnderTest": "./applicationUnderTest",
|
|
162
|
-
"sap/ui/sample/appUnderTest/view": "./applicationUnderTest/view",
|
|
163
|
-
"sap/ui/demo/mock": "../../../../../../../sap/ui/documentation/sdk/"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
"demokit/sample/OpaStaticAreaControls/OpaStaticAreaControls": {
|
|
168
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaStaticAreaControls/OpaStaticAreaControls.html?sap-ui-animation=false",
|
|
169
|
-
title: "Retrieving controls in the static area with OPA5"
|
|
170
|
-
},
|
|
171
|
-
"demokit/sample/OpaTestLibrary/OpaTestLibrary": {
|
|
172
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaTestLibrary/OpaTestLibrary.html?sap-ui-animation=false",
|
|
173
|
-
title: "OPA5 Test Library Sample"
|
|
174
|
-
},
|
|
175
|
-
"demokit/sample/OpaURLParameters/iStartMyAppInAFrameWithURLParameters/iStartMyAppInAFrameWithURLParameters": {
|
|
176
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaURLParameters/iStartMyAppInAFrameWithURLParameters/iStartMyAppInAFrameWithURLParameters.html?sap-ui-animation=false",
|
|
177
|
-
title: "Opa sample passing URL parameters to the IFrame"
|
|
178
|
-
},
|
|
179
|
-
"demokit/sample/OpaURLParameters/iStartMyUIComponentWithURLParameters/iStartMyUIComponentWithURLParameters": {
|
|
180
|
-
page: "test-resources/sap/ui/core/demokit/sample/OpaURLParameters/iStartMyUIComponentWithURLParameters/iStartMyUIComponentWithURLParameters.html?sap-ui-animation=false",
|
|
181
|
-
title: "OPA sample passing URL parameters"
|
|
182
|
-
},
|
|
183
|
-
"launchers/componentLauncher": {
|
|
184
|
-
title: "QUnit Page for sap.ui.test.launchers.componentLauncher",
|
|
185
|
-
loader: {
|
|
186
|
-
paths: {
|
|
187
|
-
"samples" : "test-resources/sap/ui/core/samples/"
|
|
188
|
-
}
|
|
72
|
+
"actions/Press2": {
|
|
73
|
+
/* Hasher -> own page needed */
|
|
74
|
+
page: "test-resources/sap/ui/core/qunit/opa/actions/Press.qunit2.html",
|
|
75
|
+
title: "QUnit Page for sap.ui.test.actions.Press",
|
|
76
|
+
loader: {
|
|
77
|
+
paths: {
|
|
78
|
+
"samples" : "test-resources/sap/ui/core/samples/",
|
|
79
|
+
"unitTests" : "test-resources/sap/ui/core/qunit/opa/"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
ui5: {
|
|
83
|
+
libs: "sap.m",
|
|
84
|
+
language: "en-US"
|
|
85
|
+
},
|
|
86
|
+
module: "./actions/Press.qunit"
|
|
189
87
|
},
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
88
|
+
"actions/Scroll": {
|
|
89
|
+
title: "QUnit Page for sap.ui.test.actions.Scroll",
|
|
90
|
+
module: "./actions/Scroll.qunit",
|
|
91
|
+
loader: {
|
|
92
|
+
paths: {
|
|
93
|
+
"sap/uxap/sample": "test-resources/sap/uxap/demokit/sample",
|
|
94
|
+
"sap/m/sample": "test-resources/sap/m/demokit/sample",
|
|
95
|
+
"sap/ui/demo/mock": "test-resources/sap/ui/documentation/sdk/"
|
|
96
|
+
}
|
|
197
97
|
}
|
|
198
98
|
},
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
module: "./matchers/AggregationLengthEquals.qunit"
|
|
216
|
-
},
|
|
217
|
-
"matchers/Ancestor": {
|
|
218
|
-
title: "QUnit Page for sap.ui.test.matchers.Ancestor",
|
|
219
|
-
module: "./matchers/Ancestor.qunit"
|
|
220
|
-
},
|
|
221
|
-
"matchers/Descendant": {
|
|
222
|
-
title: "QUnit Page for sap.ui.test.matchers.Descendant",
|
|
223
|
-
module: "./matchers/Descendant.qunit"
|
|
224
|
-
},
|
|
225
|
-
"matchers/Sibling": {
|
|
226
|
-
title: "QUnit Page for sap.ui.test.matchers.Sibling",
|
|
227
|
-
module: "./matchers/Sibling.qunit"
|
|
228
|
-
},
|
|
229
|
-
"matchers/BindingPath": {
|
|
230
|
-
title: "QUnit Page for sap.ui.test.matchers.BindingPath",
|
|
231
|
-
module: "./matchers/BindingPath.qunit"
|
|
232
|
-
},
|
|
233
|
-
"matchers/I18NText": {
|
|
234
|
-
title: "QUnit Page for sap.ui.test.matchers.I18NText",
|
|
235
|
-
module: "./matchers/I18NText.qunit"
|
|
236
|
-
},
|
|
237
|
-
"matchers/Interactable": {
|
|
238
|
-
title: "QUnit Page for sap.ui.test.matchers.Interactable",
|
|
239
|
-
module: "./matchers/Interactable.qunit",
|
|
240
|
-
autostart: false
|
|
241
|
-
},
|
|
242
|
-
"matchers/LabelFor": {
|
|
243
|
-
title: "QUnit Page for sap.ui.test.matchers.LabelFor",
|
|
244
|
-
module: "./matchers/LabelFor.qunit"
|
|
245
|
-
},
|
|
246
|
-
"matchers/MatcherFactory": {
|
|
247
|
-
title: "QUnit Page for sap.ui.test.matchers.MatcherFactory",
|
|
248
|
-
module: "./matchers/MatcherFactory.qunit"
|
|
249
|
-
},
|
|
250
|
-
"matchers/Properties": {
|
|
251
|
-
title: "QUnit Page for sap.ui.test.matchers.Properties",
|
|
252
|
-
module: "./matchers/Properties.qunit"
|
|
253
|
-
},
|
|
254
|
-
"matchers/PropertyStrictEquals": {
|
|
255
|
-
title: "QUnit Page for sap.ui.test.matchers.PropertyStrictEquals",
|
|
256
|
-
module: "./matchers/PropertyStrictEquals.qunit"
|
|
257
|
-
},
|
|
258
|
-
"matchers/Visible": {
|
|
259
|
-
title: "QUnit Page for sap.ui.test.matchers.Visible",
|
|
260
|
-
module: "./matchers/Visible.qunit"
|
|
261
|
-
},
|
|
262
|
-
"matchers/_Visitor": {
|
|
263
|
-
title: "QUnit Page for sap.ui.test.matchers._Visitor",
|
|
264
|
-
module: "./matchers/_Visitor.qunit"
|
|
265
|
-
},
|
|
266
|
-
"matchers/_Busy": {
|
|
267
|
-
title: "QUnit Page for sap.ui.test.matchers._Busy",
|
|
268
|
-
module: "./matchers/_Busy.qunit"
|
|
269
|
-
},
|
|
270
|
-
"matchers/_Enabled": {
|
|
271
|
-
title: "QUnit Page for sap.ui.test.matchers._Enabled",
|
|
272
|
-
module: "./matchers/_Enabled.qunit"
|
|
273
|
-
},
|
|
274
|
-
"matchers/_Editable": {
|
|
275
|
-
title: "QUnit Page for sap.ui.test.matchers._Editable",
|
|
276
|
-
module: "./matchers/_Editable.qunit"
|
|
277
|
-
},
|
|
278
|
-
"Opa": {
|
|
279
|
-
title: "QUnit Page for sap.ui.test.Opa",
|
|
280
|
-
qunit: {
|
|
281
|
-
// needed for tests that unload OPA
|
|
282
|
-
reorder: false
|
|
99
|
+
"autowaiter/autoWaiter": {
|
|
100
|
+
title: "QUnit Page for sap.ui.test.autoWaiter",
|
|
101
|
+
qunit: {
|
|
102
|
+
reorder: false // to ensure that _XHRWaiter tests are executed last
|
|
103
|
+
},
|
|
104
|
+
// in sinon v4, there is a timing issue in autoWaiterAsync tests
|
|
105
|
+
sinon: {
|
|
106
|
+
version: 1,
|
|
107
|
+
qunitBridge: true
|
|
108
|
+
},
|
|
109
|
+
loader: {
|
|
110
|
+
paths: {
|
|
111
|
+
"fixture": "test-resources/sap/ui/core/qunit/opa/fixture/"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
module: "./autowaiter/autoWaiter.qunit"
|
|
283
115
|
},
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
},
|
|
290
|
-
"opa5/actions": {
|
|
291
|
-
title: "QUnit Page for sap.ui.test.Opa5 - Actions",
|
|
292
|
-
module: "./opa5/actions.qunit"
|
|
293
|
-
},
|
|
294
|
-
"opa5/autoWait": {
|
|
295
|
-
title: "QUnit Page for sap.ui.test.Opa5 - autoWait",
|
|
296
|
-
loader: {
|
|
297
|
-
paths: {
|
|
298
|
-
"fixture": "test-resources/sap/ui/core/qunit/opa/fixture/"
|
|
116
|
+
"demokit/sample/matcher/BindingPath/Opa": {
|
|
117
|
+
page: "test-resources/sap/ui/core/demokit/sample/matcher/BindingPath/Opa.html?sap-ui-animation=false",
|
|
118
|
+
title: "Opa Sample for Binding Path Matcher",
|
|
119
|
+
ui5: {
|
|
120
|
+
libs: "sap.m"
|
|
299
121
|
}
|
|
300
122
|
},
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
},
|
|
307
|
-
"opa5/component": {
|
|
308
|
-
title: "QUnit Page for sap.ui.test.Opa5 - Component",
|
|
309
|
-
loader: {
|
|
310
|
-
paths: {
|
|
311
|
-
"samples" : "test-resources/sap/ui/core/samples/"
|
|
123
|
+
"demokit/sample/matcher/Descendant/Opa": {
|
|
124
|
+
page: "test-resources/sap/ui/core/demokit/sample/matcher/Descendant/Opa.html?sap-ui-animation=false",
|
|
125
|
+
title: "Opa Sample for Descendant Matcher",
|
|
126
|
+
ui5: {
|
|
127
|
+
libs: "sap.m"
|
|
312
128
|
}
|
|
313
129
|
},
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
},
|
|
320
|
-
"opa5/iFrameLogging": {
|
|
321
|
-
title: "QUnit Page for sap.ui.test.Opa5 - iFrame logging",
|
|
322
|
-
module: "./opa5/iFrameLogging.qunit"
|
|
323
|
-
},
|
|
324
|
-
"opa5/matchersInFrame": {
|
|
325
|
-
title: "QUnit Page for sap.ui.test.Opa5 - matchers in iFrame",
|
|
326
|
-
module: "./opa5/matchersInFrame.qunit"
|
|
327
|
-
},
|
|
328
|
-
"opa5/launchers": {
|
|
329
|
-
title: "QUnit Page for sap.ui.test.Opa5 - Launchers",
|
|
330
|
-
loader: {
|
|
331
|
-
paths: {
|
|
332
|
-
"samples" : "test-resources/sap/ui/core/samples/"
|
|
130
|
+
"demokit/sample/matcher/I18NText/Opa": {
|
|
131
|
+
page: "test-resources/sap/ui/core/demokit/sample/matcher/I18NText/Opa.html?sap-ui-animation=false",
|
|
132
|
+
title: "Opa Sample for I18N Text Matcher",
|
|
133
|
+
ui5: {
|
|
134
|
+
libs: "sap.m"
|
|
333
135
|
}
|
|
334
136
|
},
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
},
|
|
341
|
-
"opa5/matchers": {
|
|
342
|
-
title: "QUnit Page for sap.ui.test.Opa5 - Matchers",
|
|
343
|
-
module: "./opa5/matchers.qunit",
|
|
344
|
-
// in sinon v4, there is a timing issue in "Should execute a matcher and pass its value to success if no control is searched"
|
|
345
|
-
sinon: {
|
|
346
|
-
version: 1,
|
|
347
|
-
qunitBridge: true
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
"Opa5Extensions": {
|
|
351
|
-
title: "QUnit Page for sap.ui.test.Opa5",
|
|
352
|
-
module: "./Opa5Extensions.qunit"
|
|
353
|
-
},
|
|
354
|
-
"Opa5PageObject": {
|
|
355
|
-
title: "QUnit Page for sap.ui.test.Opa5 Page Objects",
|
|
356
|
-
module: "./Opa5PageObject.qunit"
|
|
357
|
-
},
|
|
358
|
-
"OpaIntegration": {
|
|
359
|
-
title: "QUnit Page for sap.ui.test.Opa",
|
|
360
|
-
module: "./OpaIntegration.qunit"
|
|
361
|
-
},
|
|
362
|
-
"OpaPlugin": {
|
|
363
|
-
title: "QUnit Page for sap.ui.test.OpaPlugin",
|
|
364
|
-
ui5: {
|
|
365
|
-
libs: ["sap.m"]
|
|
366
|
-
},
|
|
367
|
-
module: "./OpaPlugin.qunit",
|
|
368
|
-
loader: {
|
|
369
|
-
paths: {
|
|
370
|
-
"fixture": "test-resources/sap/ui/core/qunit/opa/fixture/"
|
|
137
|
+
"demokit/sample/matcher/LabelFor/Opa": {
|
|
138
|
+
page: "test-resources/sap/ui/core/demokit/sample/matcher/LabelFor/Opa.html?sap-ui-animation=false",
|
|
139
|
+
title: "Opa Sample for LabelFor Matcher",
|
|
140
|
+
ui5: {
|
|
141
|
+
libs: "sap.m"
|
|
371
142
|
}
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
"opaQunit": {
|
|
375
|
-
title: "QUnit Page for sap.ui.test.opaQunit",
|
|
376
|
-
module: "./opaQunit.qunit"
|
|
377
|
-
},
|
|
378
|
-
"pipelines/ActionPipeline": {
|
|
379
|
-
title: "QUnit Page for sap.ui.test.pipelines.ActionPipeline",
|
|
380
|
-
module: "./pipelines/ActionPipeline.qunit"
|
|
381
|
-
},
|
|
382
|
-
"pipelines/MatcherPipeline": {
|
|
383
|
-
title: "QUnit Page for sap.ui.test.pipelines.MatcherPipeline",
|
|
384
|
-
module: "./pipelines/MatcherPipeline.qunit"
|
|
385
|
-
},
|
|
386
|
-
"pipelines/PipelineFactory": {
|
|
387
|
-
title: "QUnit Page for sap.ui.test.pipelines.PipelineFactory",
|
|
388
|
-
module: "./pipelines/PipelineFactory.qunit"
|
|
389
|
-
},
|
|
390
|
-
"_ControlFinder": {
|
|
391
|
-
title: "QUnit Page for sap.ui.test._ControlFinder",
|
|
392
|
-
module: "./_ControlFinder.qunit"
|
|
393
|
-
},
|
|
394
|
-
"_LogCollector": {
|
|
395
|
-
title: "QUnit Page for sap.ui.test._LogCollector",
|
|
396
|
-
module: "./_LogCollector.qunit"
|
|
397
|
-
},
|
|
398
|
-
"_OpaLogger": {
|
|
399
|
-
title: "QUnit Page for sap.ui.test._OpaLogger",
|
|
400
|
-
module: "./_OpaLogger.qunit"
|
|
401
|
-
},
|
|
402
|
-
"_OpaUriParameterParser": {
|
|
403
|
-
title: "QUnit Page for sap.ui.test._OpaUriParameterParser",
|
|
404
|
-
module: "./_OpaUriParameterParser.qunit"
|
|
405
|
-
},
|
|
406
|
-
"_UsageReport": {
|
|
407
|
-
title: "QUnit Page for sap.ui.test._UsageReport",
|
|
408
|
-
module: "./_UsageReport.qunit"
|
|
409
|
-
},
|
|
410
|
-
"RecordReplay": {
|
|
411
|
-
title: "QUnit Page for sap.ui.test.RecordReplay",
|
|
412
|
-
module: "./RecordReplay.qunit"
|
|
413
|
-
},
|
|
414
|
-
"selectors/selectors": {
|
|
415
|
-
title: "QUnit Page for sap.ui.test.selectors",
|
|
416
|
-
module: "./selectors/selectors.qunit"
|
|
417
|
-
},
|
|
418
|
-
"_BrowserLogCollector": {
|
|
419
|
-
title: "QUnit Page for sap.ui.test._BrowserLogCollector",
|
|
420
|
-
module: "./_BrowserLogCollector.qunit"
|
|
421
|
-
},
|
|
422
|
-
"OpaBuilder": {
|
|
423
|
-
title: "QUnit Page for sap.ui.test.OpaBuilder",
|
|
424
|
-
module: "./OpaBuilder.qunit"
|
|
425
|
-
}
|
|
426
|
-
};
|
|
427
|
-
|
|
428
|
-
var oTestSuite = {
|
|
429
|
-
name: "TestSuite for sap.ui.core: GTP testcase CORE/OPA",
|
|
430
|
-
defaults: {
|
|
431
|
-
ui5: {
|
|
432
|
-
animation: false
|
|
433
143
|
},
|
|
434
|
-
sinon: {
|
|
435
|
-
version: 4,
|
|
436
|
-
qunitBridge: true,
|
|
437
|
-
useFakeTimers: false
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
tests: {
|
|
441
144
|
"demokit/sample/OpaAction/Opa": {
|
|
442
145
|
page: "test-resources/sap/ui/core/demokit/sample/OpaAction/Opa.html",
|
|
443
146
|
title: "Opa sample for triggering actions on controls",
|
|
@@ -451,25 +154,344 @@ sap.ui.define([
|
|
|
451
154
|
"sap/ui/demo/mock": "../../../../../../sap/ui/documentation/sdk/"
|
|
452
155
|
}
|
|
453
156
|
}
|
|
157
|
+
},
|
|
158
|
+
"demokit/sample/OpaAutoWaitParams/OpaAutoWaitParams": {
|
|
159
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaAutoWaitParams/OpaAutoWaitParams.html?sap-ui-animation=false",
|
|
160
|
+
title: "OPA5 AutoWait Parameters"
|
|
161
|
+
},
|
|
162
|
+
"demokit/sample/OpaBusyIndicator/OpaBusyIndicator": {
|
|
163
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaBusyIndicator/OpaBusyIndicator.html?sap-ui-animation=false",
|
|
164
|
+
title: "Testing busy controls with OPA5"
|
|
165
|
+
},
|
|
166
|
+
"demokit/sample/OpaById/Opa": {
|
|
167
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaById/Opa.html?sap-ui-animation=false",
|
|
168
|
+
title: "Opa sample for retrieving controls by id"
|
|
169
|
+
},
|
|
170
|
+
"demokit/sample/OpaDynamicWait/Opa": {
|
|
171
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaDynamicWait/Opa.html?sap-ui-animation=false",
|
|
172
|
+
title: "Opa sample for nested actions"
|
|
173
|
+
},
|
|
174
|
+
"demokit/sample/OpaMatchers/OpaMatchers": {
|
|
175
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaMatchers/OpaMatchers.html?sap-ui-animation=false",
|
|
176
|
+
title: "Opa sample for matchers"
|
|
177
|
+
},
|
|
178
|
+
"demokit/sample/OpaPageObject/OpaPageObject": {
|
|
179
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaPageObject/OpaPageObject.html?sap-ui-animation=false",
|
|
180
|
+
title: "Opa sample for PageObjects",
|
|
181
|
+
loader: {
|
|
182
|
+
paths: {
|
|
183
|
+
"myApp/test": "./"
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"demokit/sample/OpaStartup/iStartMyAppInAFrame/iStartMyAppInAFrame": {
|
|
188
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaStartup/iStartMyAppInAFrame/iStartMyAppInAFrame.html?sap-ui-animation=false",
|
|
189
|
+
title: "Opa sample for starting an app with a frame",
|
|
190
|
+
ui5: {
|
|
191
|
+
libs: "sap.m",
|
|
192
|
+
theme: "sap_belize"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"demokit/sample/OpaStartup/iStartMyAppInAFrame/iStartMyAppInAFrameDebug": {
|
|
196
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaStartup/iStartMyAppInAFrame/iStartMyAppInAFrame.html?sap-ui-debug=true",
|
|
197
|
+
title: "Opa sample for starting an app with a frame",
|
|
198
|
+
ui5: {
|
|
199
|
+
libs: "sap.m",
|
|
200
|
+
theme: "sap_belize"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"demokit/sample/OpaStartup/iStartMyUIComponent/iStartMyUIComponent": {
|
|
204
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaStartup/iStartMyUIComponent/iStartMyUIComponent.html?sap-ui-animation=false",
|
|
205
|
+
title: "OPA sample for starting an app with a component",
|
|
206
|
+
ui5: {
|
|
207
|
+
libs: "sap.m",
|
|
208
|
+
theme: "sap_belize"
|
|
209
|
+
},
|
|
210
|
+
loader: {
|
|
211
|
+
paths: {
|
|
212
|
+
"sap/ui/sample/appUnderTest": "./applicationUnderTest",
|
|
213
|
+
"sap/ui/sample/appUnderTest/view": "./applicationUnderTest/view",
|
|
214
|
+
"sap/ui/demo/mock": "../../../../../../../sap/ui/documentation/sdk/"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"demokit/sample/OpaStaticAreaControls/OpaStaticAreaControls": {
|
|
219
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaStaticAreaControls/OpaStaticAreaControls.html?sap-ui-animation=false",
|
|
220
|
+
title: "Retrieving controls in the static area with OPA5"
|
|
221
|
+
},
|
|
222
|
+
"demokit/sample/OpaTestLibrary/OpaTestLibrary": {
|
|
223
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaTestLibrary/OpaTestLibrary.html?sap-ui-animation=false",
|
|
224
|
+
title: "OPA5 Test Library Sample"
|
|
225
|
+
},
|
|
226
|
+
"demokit/sample/OpaURLParameters/iStartMyAppInAFrameWithURLParameters/iStartMyAppInAFrameWithURLParameters": {
|
|
227
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaURLParameters/iStartMyAppInAFrameWithURLParameters/iStartMyAppInAFrameWithURLParameters.html?sap-ui-animation=false",
|
|
228
|
+
title: "Opa sample passing URL parameters to the IFrame"
|
|
229
|
+
},
|
|
230
|
+
"demokit/sample/OpaURLParameters/iStartMyUIComponentWithURLParameters/iStartMyUIComponentWithURLParameters": {
|
|
231
|
+
page: "test-resources/sap/ui/core/demokit/sample/OpaURLParameters/iStartMyUIComponentWithURLParameters/iStartMyUIComponentWithURLParameters.html?sap-ui-animation=false",
|
|
232
|
+
title: "OPA sample passing URL parameters"
|
|
233
|
+
},
|
|
234
|
+
"launchers/componentLauncher": {
|
|
235
|
+
title: "QUnit Page for sap.ui.test.launchers.componentLauncher",
|
|
236
|
+
loader: {
|
|
237
|
+
paths: {
|
|
238
|
+
"samples" : "test-resources/sap/ui/core/samples/"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
module: "./launchers/componentLauncher.qunit"
|
|
242
|
+
},
|
|
243
|
+
"launchers/iFrameLauncher": {
|
|
244
|
+
title: "QUnit Page for sap.ui.test.launchers.iFrameLauncher",
|
|
245
|
+
loader: {
|
|
246
|
+
paths: {
|
|
247
|
+
"fixture": "test-resources/sap/ui/core/qunit/opa/fixture/"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
module: "./launchers/iFrameLauncher.qunit"
|
|
251
|
+
},
|
|
252
|
+
"matchers/AggregationContainsPropertyEquals": {
|
|
253
|
+
title: "QUnit Page for sap.ui.test.matchers.AggregationContainsPropertyEqual",
|
|
254
|
+
module: "./matchers/AggregationContainsPropertyEquals.qunit"
|
|
255
|
+
},
|
|
256
|
+
"matchers/AggregationEmpty": {
|
|
257
|
+
title: "QUnit Page for sap.ui.test.matchers.AggregationEmpty",
|
|
258
|
+
module: "./matchers/AggregationEmpty.qunit"
|
|
259
|
+
},
|
|
260
|
+
"matchers/AggregationFilled": {
|
|
261
|
+
title: "QUnit Page for sap.ui.test.matchers.AggregationFilled",
|
|
262
|
+
module: "./matchers/AggregationFilled.qunit"
|
|
263
|
+
},
|
|
264
|
+
"matchers/AggregationLengthEquals": {
|
|
265
|
+
title: "QUnit Page for AggregationLengthEquals",
|
|
266
|
+
module: "./matchers/AggregationLengthEquals.qunit"
|
|
267
|
+
},
|
|
268
|
+
"matchers/Ancestor": {
|
|
269
|
+
title: "QUnit Page for sap.ui.test.matchers.Ancestor",
|
|
270
|
+
module: "./matchers/Ancestor.qunit"
|
|
271
|
+
},
|
|
272
|
+
"matchers/BindingPath": {
|
|
273
|
+
title: "QUnit Page for sap.ui.test.matchers.BindingPath",
|
|
274
|
+
module: "./matchers/BindingPath.qunit"
|
|
275
|
+
},
|
|
276
|
+
"matchers/Descendant": {
|
|
277
|
+
title: "QUnit Page for sap.ui.test.matchers.Descendant",
|
|
278
|
+
module: "./matchers/Descendant.qunit"
|
|
279
|
+
},
|
|
280
|
+
"matchers/I18NText": {
|
|
281
|
+
title: "QUnit Page for sap.ui.test.matchers.I18NText",
|
|
282
|
+
module: "./matchers/I18NText.qunit"
|
|
283
|
+
},
|
|
284
|
+
"matchers/Interactable": {
|
|
285
|
+
title: "QUnit Page for sap.ui.test.matchers.Interactable",
|
|
286
|
+
module: "./matchers/Interactable.qunit",
|
|
287
|
+
autostart: false
|
|
288
|
+
},
|
|
289
|
+
"matchers/LabelFor": {
|
|
290
|
+
title: "QUnit Page for sap.ui.test.matchers.LabelFor",
|
|
291
|
+
module: "./matchers/LabelFor.qunit"
|
|
292
|
+
},
|
|
293
|
+
"matchers/MatcherFactory": {
|
|
294
|
+
title: "QUnit Page for sap.ui.test.matchers.MatcherFactory",
|
|
295
|
+
module: "./matchers/MatcherFactory.qunit"
|
|
296
|
+
},
|
|
297
|
+
"matchers/Properties": {
|
|
298
|
+
title: "QUnit Page for sap.ui.test.matchers.Properties",
|
|
299
|
+
module: "./matchers/Properties.qunit"
|
|
300
|
+
},
|
|
301
|
+
"matchers/PropertyStrictEquals": {
|
|
302
|
+
title: "QUnit Page for sap.ui.test.matchers.PropertyStrictEquals",
|
|
303
|
+
module: "./matchers/PropertyStrictEquals.qunit"
|
|
304
|
+
},
|
|
305
|
+
"matchers/Sibling": {
|
|
306
|
+
title: "QUnit Page for sap.ui.test.matchers.Sibling",
|
|
307
|
+
module: "./matchers/Sibling.qunit"
|
|
308
|
+
},
|
|
309
|
+
"matchers/Visible": {
|
|
310
|
+
title: "QUnit Page for sap.ui.test.matchers.Visible",
|
|
311
|
+
module: "./matchers/Visible.qunit"
|
|
312
|
+
},
|
|
313
|
+
"matchers/_Busy": {
|
|
314
|
+
title: "QUnit Page for sap.ui.test.matchers._Busy",
|
|
315
|
+
module: "./matchers/_Busy.qunit"
|
|
316
|
+
},
|
|
317
|
+
"matchers/_Editable": {
|
|
318
|
+
title: "QUnit Page for sap.ui.test.matchers._Editable",
|
|
319
|
+
module: "./matchers/_Editable.qunit"
|
|
320
|
+
},
|
|
321
|
+
"matchers/_Enabled": {
|
|
322
|
+
title: "QUnit Page for sap.ui.test.matchers._Enabled",
|
|
323
|
+
module: "./matchers/_Enabled.qunit"
|
|
324
|
+
},
|
|
325
|
+
"matchers/_Visitor": {
|
|
326
|
+
title: "QUnit Page for sap.ui.test.matchers._Visitor",
|
|
327
|
+
module: "./matchers/_Visitor.qunit"
|
|
328
|
+
},
|
|
329
|
+
"Opa": {
|
|
330
|
+
title: "QUnit Page for sap.ui.test.Opa",
|
|
331
|
+
qunit: {
|
|
332
|
+
// needed for tests that unload OPA
|
|
333
|
+
reorder: false
|
|
334
|
+
},
|
|
335
|
+
module: "./Opa.qunit"
|
|
336
|
+
},
|
|
337
|
+
"opa5/_ParameterValidator": {
|
|
338
|
+
title: "QUnit Page for sap.ui.test.Opa5 - _ParameterValidator",
|
|
339
|
+
module: "./opa5/_ParameterValidator.qunit"
|
|
340
|
+
},
|
|
341
|
+
"opa5/actions": {
|
|
342
|
+
title: "QUnit Page for sap.ui.test.Opa5 - Actions",
|
|
343
|
+
module: "./opa5/actions.qunit"
|
|
344
|
+
},
|
|
345
|
+
"opa5/autoWait": {
|
|
346
|
+
title: "QUnit Page for sap.ui.test.Opa5 - autoWait",
|
|
347
|
+
loader: {
|
|
348
|
+
paths: {
|
|
349
|
+
"fixture": "test-resources/sap/ui/core/qunit/opa/fixture/"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
module: "./opa5/autoWait.qunit"
|
|
353
|
+
},
|
|
354
|
+
"opa5/basics": {
|
|
355
|
+
title: "QUnit Page for sap.ui.test.Opa5 - Basics",
|
|
356
|
+
module: "./opa5/basics.qunit"
|
|
357
|
+
},
|
|
358
|
+
"opa5/component": {
|
|
359
|
+
title: "QUnit Page for sap.ui.test.Opa5 - Component",
|
|
360
|
+
loader: {
|
|
361
|
+
paths: {
|
|
362
|
+
"samples" : "test-resources/sap/ui/core/samples/"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
module: "./opa5/component.qunit"
|
|
366
|
+
},
|
|
367
|
+
"opa5/iFrame": {
|
|
368
|
+
title: "QUnit Page for sap.ui.test.Opa5 - iFrame common tests",
|
|
369
|
+
module: "./opa5/iFrame.qunit"
|
|
370
|
+
},
|
|
371
|
+
"opa5/iFrameLogging": {
|
|
372
|
+
title: "QUnit Page for sap.ui.test.Opa5 - iFrame logging",
|
|
373
|
+
module: "./opa5/iFrameLogging.qunit"
|
|
374
|
+
},
|
|
375
|
+
"opa5/matchersInFrame": {
|
|
376
|
+
title: "QUnit Page for sap.ui.test.Opa5 - matchers in iFrame",
|
|
377
|
+
module: "./opa5/matchersInFrame.qunit"
|
|
378
|
+
},
|
|
379
|
+
"opa5/launchers": {
|
|
380
|
+
title: "QUnit Page for sap.ui.test.Opa5 - Launchers",
|
|
381
|
+
loader: {
|
|
382
|
+
paths: {
|
|
383
|
+
"samples" : "test-resources/sap/ui/core/samples/"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
module: "./opa5/launchers.qunit"
|
|
387
|
+
},
|
|
388
|
+
"opa5/logging": {
|
|
389
|
+
title: "QUnit Page for sap.ui.test.Opa5 - Logging",
|
|
390
|
+
module: "./opa5/logging.qunit"
|
|
391
|
+
},
|
|
392
|
+
"opa5/matchers": {
|
|
393
|
+
title: "QUnit Page for sap.ui.test.Opa5 - Matchers",
|
|
394
|
+
module: "./opa5/matchers.qunit",
|
|
395
|
+
// in sinon v4, there is a timing issue in "Should execute a matcher and pass its value to success if no control is searched"
|
|
396
|
+
sinon: {
|
|
397
|
+
version: 1,
|
|
398
|
+
qunitBridge: true
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"Opa5Extensions": {
|
|
402
|
+
title: "QUnit Page for sap.ui.test.Opa5",
|
|
403
|
+
module: "./Opa5Extensions.qunit"
|
|
404
|
+
},
|
|
405
|
+
"Opa5PageObject": {
|
|
406
|
+
title: "QUnit Page for sap.ui.test.Opa5 Page Objects",
|
|
407
|
+
module: "./Opa5PageObject.qunit"
|
|
408
|
+
},
|
|
409
|
+
"OpaIntegration": {
|
|
410
|
+
title: "QUnit Page for sap.ui.test.Opa",
|
|
411
|
+
module: "./OpaIntegration.qunit"
|
|
412
|
+
},
|
|
413
|
+
"OpaPlugin": {
|
|
414
|
+
title: "QUnit Page for sap.ui.test.OpaPlugin",
|
|
415
|
+
ui5: {
|
|
416
|
+
libs: ["sap.m"]
|
|
417
|
+
},
|
|
418
|
+
module: "./OpaPlugin.qunit",
|
|
419
|
+
loader: {
|
|
420
|
+
paths: {
|
|
421
|
+
"fixture": "test-resources/sap/ui/core/qunit/opa/fixture/"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"opaQunit": {
|
|
426
|
+
title: "QUnit Page for sap.ui.test.opaQunit",
|
|
427
|
+
module: "./opaQunit.qunit"
|
|
428
|
+
},
|
|
429
|
+
"pipelines/ActionPipeline": {
|
|
430
|
+
title: "QUnit Page for sap.ui.test.pipelines.ActionPipeline",
|
|
431
|
+
module: "./pipelines/ActionPipeline.qunit"
|
|
432
|
+
},
|
|
433
|
+
"pipelines/MatcherPipeline": {
|
|
434
|
+
title: "QUnit Page for sap.ui.test.pipelines.MatcherPipeline",
|
|
435
|
+
module: "./pipelines/MatcherPipeline.qunit"
|
|
436
|
+
},
|
|
437
|
+
"pipelines/PipelineFactory": {
|
|
438
|
+
title: "QUnit Page for sap.ui.test.pipelines.PipelineFactory",
|
|
439
|
+
module: "./pipelines/PipelineFactory.qunit"
|
|
440
|
+
},
|
|
441
|
+
"_ControlFinder": {
|
|
442
|
+
title: "QUnit Page for sap.ui.test._ControlFinder",
|
|
443
|
+
module: "./_ControlFinder.qunit"
|
|
444
|
+
},
|
|
445
|
+
"_LogCollector": {
|
|
446
|
+
title: "QUnit Page for sap.ui.test._LogCollector",
|
|
447
|
+
module: "./_LogCollector.qunit"
|
|
448
|
+
},
|
|
449
|
+
"_OpaLogger": {
|
|
450
|
+
title: "QUnit Page for sap.ui.test._OpaLogger",
|
|
451
|
+
module: "./_OpaLogger.qunit"
|
|
452
|
+
},
|
|
453
|
+
"_OpaUriParameterParser": {
|
|
454
|
+
title: "QUnit Page for sap.ui.test._OpaUriParameterParser",
|
|
455
|
+
module: "./_OpaUriParameterParser.qunit"
|
|
456
|
+
},
|
|
457
|
+
"_UsageReport": {
|
|
458
|
+
title: "QUnit Page for sap.ui.test._UsageReport",
|
|
459
|
+
module: "./_UsageReport.qunit"
|
|
460
|
+
},
|
|
461
|
+
"RecordReplay": {
|
|
462
|
+
title: "QUnit Page for sap.ui.test.RecordReplay",
|
|
463
|
+
module: "./RecordReplay.qunit"
|
|
464
|
+
},
|
|
465
|
+
"selectors/selectors": {
|
|
466
|
+
title: "QUnit Page for sap.ui.test.selectors",
|
|
467
|
+
module: "./selectors/selectors.qunit"
|
|
468
|
+
},
|
|
469
|
+
"_BrowserLogCollector": {
|
|
470
|
+
title: "QUnit Page for sap.ui.test._BrowserLogCollector",
|
|
471
|
+
module: "./_BrowserLogCollector.qunit"
|
|
472
|
+
},
|
|
473
|
+
"OpaBuilder": {
|
|
474
|
+
title: "QUnit Page for sap.ui.test.OpaBuilder",
|
|
475
|
+
module: "./OpaBuilder.qunit"
|
|
454
476
|
}
|
|
455
477
|
}
|
|
456
478
|
};
|
|
457
479
|
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
//
|
|
463
|
-
if (oTestSuite.tests[name
|
|
464
|
-
|
|
465
|
-
}
|
|
466
|
-
if ( oTestSuite.tests[name + "2"].page ) {
|
|
467
|
-
oTestSuite.tests[name + "2"].page = oTestSuite.tests[name + "2"].page.replace("{qunitVersion}", "2");
|
|
468
|
-
oTestSuite.tests[name + "2"].page += (oTestSuite.tests[name + "2"].page.includes("?") ? "&" : "?") + "sap-ui-qunitversion=2";
|
|
480
|
+
/**
|
|
481
|
+
* @deprecated As of version 1.120, as QUnit 1.x is no longer supported in UI5 2.0
|
|
482
|
+
*/
|
|
483
|
+
Object.keys(oTestSuite.tests).forEach(function (name) {
|
|
484
|
+
// do not clone tests that specify their own HTML page
|
|
485
|
+
if (oTestSuite.tests[name].page) {
|
|
486
|
+
return;
|
|
469
487
|
}
|
|
470
488
|
|
|
471
|
-
|
|
472
|
-
|
|
489
|
+
oTestSuite.tests[name + "1"] = merge({}, oTestSuite.tests[name], {qunit: { version: 1 }});
|
|
490
|
+
oTestSuite.tests[name + "2"] = merge({}, oTestSuite.tests[name], {qunit: { version: 2 }});
|
|
491
|
+
delete oTestSuite.tests[name];
|
|
492
|
+
|
|
493
|
+
if ( oTestSuite.tests[name + "1"].title ) {
|
|
494
|
+
oTestSuite.tests[name + "1"].title = oTestSuite.tests[name + "1"].title + " (QUnit 1)";
|
|
473
495
|
}
|
|
474
496
|
});
|
|
475
497
|
|