Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacomis authored Apr 8, 2024
1 parent 6d34bf0 commit ff4c08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/lab12.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ These three terms are usually used interchangeably in practice, but there are so

## Instructions

Clone the AndrewWS repository from https://github.com/CMU-17-214/s24-lab12. Run the following commands to get started:
Clone the AndrewWS repository from [https://github.com/CMU-17-214/s24-lab12](https://github.com/CMU-17-214/s24-lab12). Run the following commands to get started:
```
mvn install
mvn test
Expand Down Expand Up @@ -82,4 +82,4 @@ assertEquals(snoopyCartoon, "Peanuts")

So, now we've successfully mocked the `Cartoons` class and used a stub method call to write a test for the `get` method in `Cartoons`.

This example covered everything you need to know for mocks in this lab. Feel free to checkout the [Mockito website](https://site.mockito.org/) for more information and documentation on the methods we used above, or look online for other examples using Mockito if the one above wasn't clear. Also, ask your TAs or ask on Piazza if you need any further help. Good luck!
This example covered everything you need to know for mocks in this lab. Feel free to checkout the [Mockito website](https://site.mockito.org/) for more information and documentation on the methods we used above, or look online for other examples using Mockito if the one above wasn't clear. Also, ask your TAs or ask on Piazza if you need any further help. Good luck!

0 comments on commit ff4c08c

Please sign in to comment.