c# - visual studio can't find unit tests in web project -
i've created bunch of unit tests methods in web project, can't make visual studio find these unit tests.
the unit tests located in app_code/tests/testfile (there's multiple test files under folder tests)
how make visual studio find these tests ?
i tried having seperate unit test project @ first, couldn't reference web project, , therefore not call of methods in .cs files under app_code.
refactor solution code testing in 1 assembly example dataaccess.dll referenced web project , test in test project dataaccesstests reference dataaccess.dll project.
Comments
Post a Comment