Skip to content
Advertisement

TSQLT – Error while trying to fake a table

Hi I am pretty new for TSQLT Unit tests I am getting error while trying to create a fake table, any help is appreciated.

I have my dev project in one database and TSQLT in another database

The error is

Although this table does exist in another database, select * will work on this table. Also I have seen couple of posts but not clear what to do.

Advertisement

Answer

FakeTable cannot (yet) resolve objects in another database.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement