CMPUT301W15T12 / C301Project

Apache License 2.0
3 stars 2 forks source link

Most of your tests are supposed to fail at this stage #14

Closed qsjiang closed 9 years ago

qsjiang commented 9 years ago

Hey guys,

In case your are confused with the test cases.

At this stage (end of project 2), your tests are supposed to fail because the activity/model classes those tests are testing are just placeholders and don't really do anything.

If even a placeholder can pass your tests then that means your tests are not really testing anything. So please make sure your current tests fails.

There might be a few exceptions. Your test might pass in the following situations, and that is fine:

Happy coding Jim Jiang