-
-
Notifications
You must be signed in to change notification settings - Fork 116
ITPJAN|SARAAMIRI|Module-structuring-and-testing-data|sprint3|week3 #359
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
base: main
Are you sure you want to change the base?
Conversation
|
||
// Test for invalid card | ||
try { | ||
getCardValue("X♠"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if GetCardValue() didn't throw an exception, and returned a value like 10 for example, wouldn't the test still pass?
|
||
// Case 3: Identify Negative Fractions: | ||
test("Identifies Negative Proper Fraction", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should also have a test for negative improper fraction.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good
No description provided.