You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of setting up testing as part of a web application project, it should be set up to work independently (as a separate project in the solution or as a separate build target for the same project).
The most popular open source testing framework seems to be xUnit, this seems worth investigating to use.
The tests should not depend on any network access, therefore a fixture library or mocking framework may also be necessary.
Ideally, the tests can be run on a CI server such as TeamCity. More details can be found here: opentok/Opentok-.NET-SDK#5
The text was updated successfully, but these errors were encountered:
Now the tests will use xUnit as a unit test framework and moq for the
mock ups. The tests are not implemented yet, only the basic API has been
written in the tests. This commit is related to issue #3
Instead of setting up testing as part of a web application project, it should be set up to work independently (as a separate project in the solution or as a separate build target for the same project).
The most popular open source testing framework seems to be xUnit, this seems worth investigating to use.
The tests should not depend on any network access, therefore a fixture library or mocking framework may also be necessary.
Ideally, the tests can be run on a CI server such as TeamCity. More details can be found here: opentok/Opentok-.NET-SDK#5
The text was updated successfully, but these errors were encountered: