amplify-swift/AmplifyTests/CoreTests
Di Wu 6e4124c938
fix(core): remove AmplifyOperation unsubscribe function (#2455)
2022-10-14 15:25:07 -07:00
..
Operations creates Task Runner with Task Internal support with protocols and extensions (#2207) 2022-08-29 15:51:32 -07:00
Tasks creates Task Runner with Task Internal support with protocols and extensions (#2207) 2022-08-29 15:51:32 -07:00
AmplifyAsyncSequenceTests.swift fix(core): remove AmplifyOperation unsubscribe function (#2455) 2022-10-14 15:25:07 -07:00
AmplifyConfigurationInitializationTests.swift chore(Core): Making AtomicDictionary an actor to prevent deadlocks. (#2269) 2022-09-07 09:27:51 -04:00
AmplifyInProcessReportingOperationChainedTests.swift Revises build to organize Package.swift and other improvements (#1810) 2022-06-15 14:07:26 -07:00
AmplifyInProcessReportingOperationCombineTests.swift Revises build to organize Package.swift and other improvements (#1810) 2022-06-15 14:07:26 -07:00
AmplifyOperationCombineTests.swift fix: fix race condition in AmplifyOperationCombineTests (#1967) 2022-06-28 07:37:00 -06:00
AmplifyPublisherTests.swift fix: amplify publisher tests (#2453) 2022-10-14 15:59:16 -06:00
AmplifyTaskTests.swift feat: add Amplify.Publisher.create() to enable creation of Combine publishers for any Task. (#2175) 2022-08-18 20:44:35 -06:00
AnyEncodableTests.swift fix: Fix data store mutation when restoring network (#1345) 2021-08-03 12:07:38 -07:00
AtomicValue+BoolTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
AtomicValue+NumericTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
AtomicValue+RangeReplaceableCollectionTests.swift chore: Add LockAndExecute util (#1352) 2021-08-11 12:21:55 -07:00
AtomicValueTests.swift chore: Add LockAndExecute util (#1352) 2021-08-11 12:21:55 -07:00
ChildTaskTests.swift Defines Async API primarily with AmplifyTask and Task Adapter for Operations (#2128) 2022-08-16 14:45:01 -07:00
ConfigurationTests.swift chore(api): remove non-async APIs (#2221) 2022-08-31 17:06:47 -04:00
FoundationUtilsTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
InternalTaskTests.swift chore: Move AmplifyAsyncTesting internal (#2310) 2022-09-26 13:55:00 -07:00
JSONValue+KeyPathTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
JSONValue+SubscriptTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
JSONValueTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
Model+CodableTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
NotificationListeningAnalyticsPlugin.swift chore(Analytics): Renaming identityId to userId. (#2321) 2022-09-20 11:23:02 -04:00
README.md Finish config; create AmplifyFunctionalTests to allow for testing in a host app 2019-09-10 09:43:09 -07:00
RequestIdentifierTests.swift Defines Async API primarily with AmplifyTask and Task Adapter for Operations (#2128) 2022-08-16 14:45:01 -07:00
TreeTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00

README.md

Amplify Configuration Tests

Amplify allows for configuration from either an in-memory AmplifyConfiguration object, or from an amplifyconfiguration.json file (which simply deserializes into an AmplifyConfiguration object.

As we add new categories, we will add new stanzas to the sample amplifyconfiguration.json file in this directory, to ensure compatibility.