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
Post a Comment