I'm starting to use the new Xcode UI Testing with CBL. I would like my UI Test start with an empty database at the start of the UI test.
What is the recommended way to do this? Seems like you can't just create an empty db in the test class as it seems the test class is running in a different scope. I could do something like putting an #ifdef TEST in my appController where I am setting up CBL and create an empty database, but I would rather not do this as it seems like a hack. Has anyone run into this? Todd -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/42e4ba54-0730-4682-b3cd-d01794e55395%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
