tiki-deprecated / publish-sdk-ios

TIKI SDK (iOS) - Consumer Data Licensing
https://mytiki.com/docs/sdk-overview
MIT License
3 stars 2 forks source link

[iOS]Test get an title and verify the created title #289

Closed JesseMonteiro closed 1 year ago

JesseMonteiro commented 1 year ago

Scenario: Create an title, get this title and verify if is the same of was created

  1. Precondition: Already exist an Title with the same ID
  2. Steps to reproduce:0
    1. Call TikiSdk.config().initialize
    2. Generate an PTR
    3. Call TikiSdk.instance.trail.title.create sending ptr, Tags with TagCommon.ADVERTISING_DATA
    4. Call TikiSdk.instance.trail.title
    5. Compare the return of create and get
  3. Expected result:
    1. The get method should return one object with the same properties of create
ricardobrg commented 1 year ago

implemented in #296