File tree Expand file tree Collapse file tree
src/test/java/com/iluwatar/templateview Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 </dependency >
4242 <dependency >
4343 <groupId >org.mockito</groupId >
44- <artifactId >mockito-inline </artifactId >
44+ <artifactId >mockito-core </artifactId >
4545 <scope >test</scope >
4646 </dependency >
4747 </dependencies >
Original file line number Diff line number Diff line change 3131class ContactPageViewTest {
3232
3333 @ Test
34- @ Disabled
3534 void testRenderDynamicContent () {
3635 // Create a spy for ContactPageView
3736 ContactPageView contactPage = spy (ContactPageView .class );
Original file line number Diff line number Diff line change 3131class HomePageViewTest {
3232
3333 @ Test
34- @ Disabled
3534 void testRenderDynamicContent () {
3635 // Create a spy for HomePageView
3736 HomePageView homePage = spy (HomePageView .class );
Original file line number Diff line number Diff line change 3131class TemplateViewTest {
3232
3333 @ Test
34- @ Disabled
3534 void testRenderHomePage () {
3635 // Create a spy for HomePageView
3736 TemplateView homePage = spy (HomePageView .class );
@@ -46,7 +45,6 @@ void testRenderHomePage() {
4645 }
4746
4847 @ Test
49- @ Disabled
5048 void testRenderContactPage () {
5149 // Create a spy for ContactPageView
5250 TemplateView contactPage = spy (ContactPageView .class );
You can’t perform that action at this time.
0 commit comments