diff --git a/labs/lab12.md b/labs/lab12.md index 7b9ca17..644fa2a 100644 --- a/labs/lab12.md +++ b/labs/lab12.md @@ -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 @@ -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! \ No newline at end of file +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!