Unit test for Windows Strore Apps deletes Local Storage -


i have created test project windows store app. there method createdb creates sqlite database. in test project have written test method calls createdb method , checks if database created.

when execute test method goes well, test execution ends local storage gets deleted.

how prevent this?

i'm pretty sure test framework designed create , remove data

what in case serialize out object or convert byte array, put break point before end of method, debug, break there, , copy value out file.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -