From ff4c08c932c0d93fa207292af1103f4db08566f9 Mon Sep 17 00:00:00 2001 From: Jeremy Lacomis Date: Mon, 8 Apr 2024 08:52:56 -0400 Subject: [PATCH] Fix broken link --- labs/lab12.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!