Files
openmct/platform/core/test/suite.json
Victor Woeltjen 310006f832 [Core] Add 'now' service
Add a service to wrap Date.now(), such that this can be injected
(simplifying testing of scripts which need to respond to system
time.) Specifically supports staleness indication, WTD-660.
2015-01-23 14:19:53 -08:00

34 lines
862 B
JSON

[
"actions/ActionAggregator",
"actions/ActionCapability",
"actions/ActionProvider",
"actions/LoggingActionDecorator",
"capabilities/CompositionCapability",
"capabilities/ContextCapability",
"capabilities/ContextualDomainObject",
"capabilities/CoreCapabilityProvider",
"capabilities/DelegationCapability",
"capabilities/MutationCapability",
"capabilities/PersistenceCapability",
"models/ModelAggregator",
"models/PersistedModelProvider",
"models/RootModelProvider",
"models/StaticModelProvider",
"objects/DomainObject",
"objects/DomainObjectProvider",
"services/Now",
"types/MergeModels",
"types/TypeCapability",
"types/TypeImpl",
"types/TypeProperty",
"types/TypePropertyConversion",
"types/TypeProvider",
"views/ViewCapability",
"views/ViewProvider"
]