diff --git a/platform/commonUI/about/test/suite.json b/platform/commonUI/about/test/suite.json deleted file mode 100644 index 7b3b90142a..0000000000 --- a/platform/commonUI/about/test/suite.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "AboutController", - "LicenseController", - "LogoController" -] \ No newline at end of file diff --git a/platform/commonUI/browse/test/suite.json b/platform/commonUI/browse/test/suite.json deleted file mode 100644 index 70e62bcfa6..0000000000 --- a/platform/commonUI/browse/test/suite.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - "BrowseController", - "BrowseObjectController", - "PaneController", - "MenuArrowController", - "creation/CreateAction", - "creation/CreateActionProvider", - "creation/CreateMenuController", - "creation/CreateWizard", - "creation/CreationService", - "creation/CreationPolicy", - "creation/LocatorController", - "navigation/NavigateAction", - "navigation/NavigationService", - "windowing/FullscreenAction", - "windowing/NewTabAction", - "windowing/WindowTitler" -] diff --git a/platform/commonUI/dialog/test/suite.json b/platform/commonUI/dialog/test/suite.json deleted file mode 100644 index 4cf37af9ae..0000000000 --- a/platform/commonUI/dialog/test/suite.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "DialogService", - "OverlayService" -] \ No newline at end of file diff --git a/platform/commonUI/edit/test/suite.json b/platform/commonUI/edit/test/suite.json deleted file mode 100644 index 5e3a909c25..0000000000 --- a/platform/commonUI/edit/test/suite.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - "actions/CancelAction", - "actions/EditAction", - "actions/LinkAction", - "actions/PropertiesAction", - "actions/PropertiesDialog", - "actions/RemoveAction", - "actions/SaveAction", - "capabilities/EditableCompositionCapability", - "capabilities/EditableContextCapability", - "capabilities/EditableLookupCapability", - "capabilities/EditablePersistenceCapability", - "capabilities/EditableRelationshipCapability", - "capabilities/EditorCapability", - "controllers/EditActionController", - "controllers/EditController", - "controllers/EditPanesController", - "directives/MCTBeforeUnload", - "objects/EditableDomainObject", - "objects/EditableDomainObjectCache", - "objects/EditableModelCache", - "policies/EditableViewPolicy", - "policies/EditActionPolicy", - "representers/EditRepresenter", - "representers/EditToolbar", - "representers/EditToolbarRepresenter", - "representers/EditToolbarSelection" -] \ No newline at end of file diff --git a/platform/commonUI/formats/test/suite.json b/platform/commonUI/formats/test/suite.json deleted file mode 100644 index 06c88fac8b..0000000000 --- a/platform/commonUI/formats/test/suite.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "FormatProvider", - "UTCTimeFormat" -] diff --git a/platform/commonUI/inspect/test/suite.json b/platform/commonUI/inspect/test/suite.json deleted file mode 100644 index ca006fdaa7..0000000000 --- a/platform/commonUI/inspect/test/suite.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "gestures/InfoGesture", - "gestures/InfoButtonGesture", - "services/InfoService" -] diff --git a/platform/commonUI/mobile/test/suite.json b/platform/commonUI/mobile/test/suite.json deleted file mode 100644 index e72079e835..0000000000 --- a/platform/commonUI/mobile/test/suite.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - "AgentService", - "DeviceClassifier", - "DeviceMatchers", - "MCTDevice" -] diff --git a/platform/commonUI/notification/test/suite.json b/platform/commonUI/notification/test/suite.json deleted file mode 100644 index 75e88599fd..0000000000 --- a/platform/commonUI/notification/test/suite.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "NotificationService", - "NotificationIndicatorController" -] diff --git a/platform/containment/test/suite.json b/platform/containment/test/suite.json deleted file mode 100644 index 81218a969e..0000000000 --- a/platform/containment/test/suite.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - "CapabilityTable", - "ComposeActionPolicy", - "CompositionModelPolicy", - "CompositionMutabilityPolicy", - "CompositionPolicy", - "ContainmentTable" -] \ No newline at end of file diff --git a/platform/core/test/suite.json b/platform/core/test/suite.json deleted file mode 100644 index b428fa5945..0000000000 --- a/platform/core/test/suite.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - "actions/ActionAggregator", - "actions/ActionCapability", - "actions/ActionProvider", - "actions/LoggingActionDecorator", - - "capabilities/CompositionCapability", - "capabilities/ContextCapability", - "capabilities/ContextualDomainObject", - "capabilities/CoreCapabilityProvider", - "capabilities/DelegationCapability", - "capabilities/InstantiationCapability", - "capabilities/MetadataCapability", - "capabilities/MutationCapability", - "capabilities/PersistenceCapability", - "capabilities/RelationshipCapability", - - "identifiers/Identifier", - "identifiers/IdentifierProvider", - - "models/ModelAggregator", - "models/MissingModelDecorator", - "models/PersistedModelProvider", - "models/RootModelProvider", - "models/StaticModelProvider", - "models/CachingModelDecorator", - - "objects/DomainObject", - "objects/DomainObjectProvider", - - "services/Contextualize", - "services/Instantiate", - "services/Now", - "services/Throttle", - "services/Topic", - - "types/MergeModels", - "types/TypeCapability", - "types/TypeImpl", - "types/TypeProperty", - "types/TypePropertyConversion", - "types/TypeProvider", - - "views/ViewCapability", - "views/ViewProvider" -] diff --git a/platform/entanglement/test/suite.json b/platform/entanglement/test/suite.json deleted file mode 100644 index 223e473629..0000000000 --- a/platform/entanglement/test/suite.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - "actions/AbstractComposeAction", - "actions/CopyAction", - "actions/GoToOriginalAction", - "actions/LinkAction", - "actions/MoveAction", - "actions/SetPrimaryLocationAction", - "policies/CrossSpacePolicy", - "services/CopyService", - "services/CopyTask", - "services/LinkService", - "services/MoveService", - "services/LocationService", - "services/LocatingCreationDecorator", - "services/LocatingObjectDecorator", - "capabilities/LocationCapability" -] diff --git a/platform/execution/test/suite.json b/platform/execution/test/suite.json deleted file mode 100644 index d14a0714c5..0000000000 --- a/platform/execution/test/suite.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "WorkerService" -] diff --git a/platform/features/clock/test/suite.json b/platform/features/clock/test/suite.json deleted file mode 100644 index be10ff57f8..0000000000 --- a/platform/features/clock/test/suite.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - "actions/AbstractStartTimerAction", - "actions/RestartTimerAction", - "actions/StartTimerAction", - "controllers/ClockController", - "controllers/RefreshingController", - "controllers/TimerController", - "controllers/TimerFormatter", - "indicators/ClockIndicator", - "services/TickerService" -] diff --git a/platform/features/conductor/test/suite.json b/platform/features/conductor/test/suite.json deleted file mode 100644 index 9343b8e422..0000000000 --- a/platform/features/conductor/test/suite.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - "ConductorRepresenter", - "ConductorService", - "ConductorTelemetryDecorator", - "TimeConductor" -] diff --git a/platform/features/events/test/suite.json b/platform/features/events/test/suite.json deleted file mode 100644 index 44c96e9fa6..0000000000 --- a/platform/features/events/test/suite.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - "DomainColumn", - "EventListController", - "EventListPopulator", - "policies/MessagesViewPolicy", - "RangeColumn" -] \ No newline at end of file diff --git a/platform/features/imagery/test/suite.json b/platform/features/imagery/test/suite.json deleted file mode 100644 index 4ea822e7a2..0000000000 --- a/platform/features/imagery/test/suite.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "controllers/ImageryController", - "directives/MCTBackgroundImage", - "policies/ImageryViewPolicy" -] diff --git a/platform/features/layout/test/suite.json b/platform/features/layout/test/suite.json deleted file mode 100644 index 43b066d13e..0000000000 --- a/platform/features/layout/test/suite.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - "FixedController", - "FixedDragHandle", - "FixedProxy", - "LayoutCompositionPolicy", - "LayoutController", - "LayoutDrag", - "elements/AccessorMutator", - "elements/BoxProxy", - "elements/ElementFactory", - "elements/ElementProxies", - "elements/ElementProxy", - "elements/LineProxy", - "elements/ResizeHandle", - "elements/TelemetryProxy", - "elements/TextProxy" -] diff --git a/platform/features/pages/test/suite.json b/platform/features/pages/test/suite.json deleted file mode 100644 index 0d0efc8302..0000000000 --- a/platform/features/pages/test/suite.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "EmbeddedPageController" -] \ No newline at end of file diff --git a/platform/features/plot/test/suite.json b/platform/features/plot/test/suite.json deleted file mode 100644 index cec8798d77..0000000000 --- a/platform/features/plot/test/suite.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - "Canvas2DChart", - "GLChart", - "MCTChart", - "PlotController", - "SubPlot", - "SubPlotFactory", - "elements/PlotAxis", - "elements/PlotLimitTracker", - "elements/PlotLine", - "elements/PlotLineBuffer", - "elements/PlotPalette", - "elements/PlotPanZoomStack", - "elements/PlotPanZoomStackGroup", - "elements/PlotPosition", - "elements/PlotPreparer", - "elements/PlotSeriesWindow", - "elements/PlotTelemetryFormatter", - "elements/PlotTickGenerator", - "elements/PlotUpdater", - "modes/PlotModeOptions", - "modes/PlotOverlayMode", - "modes/PlotStackMode", - "policies/PlotViewPolicy" -] - diff --git a/platform/features/rtevents/test/suite.json b/platform/features/rtevents/test/suite.json deleted file mode 100644 index 996a8ce906..0000000000 --- a/platform/features/rtevents/test/suite.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - "DomainColumn", - "policies/RTMessagesViewPolicy", - "RangeColumn", - "RTEventListController" -] \ No newline at end of file diff --git a/platform/features/scrolling/test/suite.json b/platform/features/scrolling/test/suite.json deleted file mode 100644 index b36b9c8668..0000000000 --- a/platform/features/scrolling/test/suite.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - "DomainColumn", - "NameColumn", - "RangeColumn", - "ScrollingListController", - "ScrollingListPopulator" -] \ No newline at end of file diff --git a/platform/features/timeline/test/suite.json b/platform/features/timeline/test/suite.json deleted file mode 100644 index e5028ef25d..0000000000 --- a/platform/features/timeline/test/suite.json +++ /dev/null @@ -1,50 +0,0 @@ -[ - "TimelineConstants", - "TimelineFormatter", - - "capabilities/ActivityTimespan", - "capabilities/ActivityTimespanCapability", - "capabilities/ActivityUtilization", - "capabilities/CostCapability", - "capabilities/GraphCapability", - "capabilities/CumulativeGraph", - "capabilities/ResourceGraph", - "capabilities/TimelineTimespan", - "capabilities/TimelineTimespanCapability", - "capabilities/TimelineUtilization", - "capabilities/UtilizationCapability", - - "controllers/ActivityModeValuesController", - "controllers/TimelineController", - "controllers/TimelineGanttController", - "controllers/TimelineGraphController", - "controllers/TimelineTableController", - "controllers/TimelineTickController", - "controllers/TimelineZoomController", - "controllers/TimelineDateTimeController", - - "controllers/drag/TimelineDragHandler", - "controllers/drag/TimelineDragHandleFactory", - "controllers/drag/TimelineDragPopulator", - "controllers/drag/TimelineSnapHandler", - "controllers/drag/TimelineStartHandle", - "controllers/drag/TimelineMoveHandle", - "controllers/drag/TimelineEndHandle", - - "controllers/graph/TimelineGraph", - "controllers/graph/TimelineGraphPopulator", - "controllers/graph/TimelineGraphRenderer", - - "controllers/swimlane/TimelineColorAssigner", - "controllers/swimlane/TimelineProxy", - "controllers/swimlane/TimelineSwimlane", - "controllers/swimlane/TimelineSwimlaneDecorator", - "controllers/swimlane/TimelineSwimlaneDropHandler", - "controllers/swimlane/TimelineSwimlanePopulator", - - "directives/SwimlaneDragConstants", - "directives/MCTSwimlaneDrag", - "directives/MCTSwimlaneDrop", - - "services/ObjectLoader" -] diff --git a/platform/forms/test/suite.json b/platform/forms/test/suite.json deleted file mode 100644 index be4d6151db..0000000000 --- a/platform/forms/test/suite.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - "MCTControl", - "MCTForm", - "controllers/ColorController", - "controllers/CompositeController", - "controllers/DateTimeController", - "controllers/DialogButtonController", - "controllers/FormController" -] \ No newline at end of file diff --git a/platform/framework/test/suite.json b/platform/framework/test/suite.json deleted file mode 100644 index eda75ec012..0000000000 --- a/platform/framework/test/suite.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - "FrameworkInitializer", - "LogLevel", - "bootstrap/ApplicationBootstrapper", - "load/Bundle", - "load/BundleLoader", - "load/Extension", - "register/CustomRegistrars", - "register/ExtensionRegistrar", - "register/ExtensionSorter", - "register/PartialConstructor", - "register/ServiceCompositor", - "resolve/BundleResolver", - "resolve/ExtensionResolver", - "resolve/ImplementationLoader", - "resolve/RequireConfigurator" -] diff --git a/platform/identity/test/suite.json b/platform/identity/test/suite.json deleted file mode 100644 index 15fe7e4caa..0000000000 --- a/platform/identity/test/suite.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - "IdentityAggregator", - "IdentityCreationDecorator", - "IdentityIndicator", - "IdentityProvider" -] diff --git a/platform/persistence/aggregator/test/suite.json b/platform/persistence/aggregator/test/suite.json deleted file mode 100644 index 7585e88ee9..0000000000 --- a/platform/persistence/aggregator/test/suite.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "PersistenceAggregator" -] diff --git a/platform/persistence/cache/test/suite.json b/platform/persistence/cache/test/suite.json deleted file mode 100644 index 0e8b777ca1..0000000000 --- a/platform/persistence/cache/test/suite.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "CachingPersistenceDecorator" -] diff --git a/platform/persistence/couch/test/suite.json b/platform/persistence/couch/test/suite.json deleted file mode 100644 index f61febc916..0000000000 --- a/platform/persistence/couch/test/suite.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "CouchDocument", - "CouchIndicator", - "CouchPersistenceProvider" -] diff --git a/platform/persistence/elastic/test/suite.json b/platform/persistence/elastic/test/suite.json deleted file mode 100644 index 85b407eb73..0000000000 --- a/platform/persistence/elastic/test/suite.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "ElasticIndicator", - "ElasticPersistenceProvider", - "ElasticSearchProvider" -] diff --git a/platform/persistence/local/test/suite.json b/platform/persistence/local/test/suite.json deleted file mode 100644 index 057958d7a4..0000000000 --- a/platform/persistence/local/test/suite.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "LocalStorageIndicator", - "LocalStoragePersistenceProvider" -] diff --git a/platform/persistence/queue/test/suite.json b/platform/persistence/queue/test/suite.json deleted file mode 100644 index 3c32be4155..0000000000 --- a/platform/persistence/queue/test/suite.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - "PersistenceFailureConstants", - "PersistenceFailureController", - "PersistenceFailureDialog", - "PersistenceFailureHandler", - "PersistenceQueue", - "PersistenceQueueHandler", - "PersistenceQueueImpl", - "QueuingPersistenceCapability", - "QueuingPersistenceCapabilityDecorator" -] \ No newline at end of file diff --git a/platform/policy/test/suite.json b/platform/policy/test/suite.json deleted file mode 100644 index c695797527..0000000000 --- a/platform/policy/test/suite.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "PolicyActionDecorator", - "PolicyViewDecorator", - "PolicyProvider" -] \ No newline at end of file diff --git a/platform/representation/test/suite.json b/platform/representation/test/suite.json deleted file mode 100644 index 54f7907da3..0000000000 --- a/platform/representation/test/suite.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - "actions/ContextMenuAction", - "gestures/ContextMenuGesture", - "gestures/DragGesture", - "gestures/DropGesture", - "gestures/GestureProvider", - "gestures/GestureRepresenter", - "services/DndService", - "MCTInclude", - "MCTRepresentation", - "TemplateLinker", - "TemplatePrefetcher" -] diff --git a/platform/search/test/suite.json b/platform/search/test/suite.json deleted file mode 100644 index 803949fb6f..0000000000 --- a/platform/search/test/suite.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - "controllers/SearchController", - "controllers/SearchMenuController", - "controllers/ClickAwayController", - "services/SearchAggregator", - "services/GenericSearchProvider", - "services/GenericSearchWorker" -] diff --git a/platform/status/test/suite.json b/platform/status/test/suite.json deleted file mode 100644 index 8b0cf2fd26..0000000000 --- a/platform/status/test/suite.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "StatusCapability", - "StatusRepresenter", - "StatusService" -] diff --git a/platform/telemetry/test/suite.json b/platform/telemetry/test/suite.json deleted file mode 100644 index 8881466572..0000000000 --- a/platform/telemetry/test/suite.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - "TelemetryAggregator", - "TelemetryCapability", - "TelemetryController", - "TelemetryDelegator", - "TelemetryFormatter", - "TelemetryHandle", - "TelemetryHandler", - "TelemetryQueue", - "TelemetrySubscriber", - "TelemetrySubscription", - "TelemetryTable" -] \ No newline at end of file