Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing structure #3

Open
aoberoi opened this issue May 9, 2014 · 0 comments
Open

Testing structure #3

aoberoi opened this issue May 9, 2014 · 0 comments

Comments

@aoberoi
Copy link
Collaborator

aoberoi commented May 9, 2014

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

eauge pushed a commit that referenced this issue May 10, 2014
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant