Merge branches 'PAN-16' and 'master' of https://github.com/atusa17/ptp into PAN-16
# Conflicts: # services/build.gradle
This commit is contained in:
@@ -2,7 +2,6 @@ package edu.msudenver.tsp.website.controller;
|
|||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.Mock;
|
|
||||||
import org.mockito.runners.MockitoJUnitRunner;
|
import org.mockito.runners.MockitoJUnitRunner;
|
||||||
import org.springframework.web.servlet.ModelAndView;
|
import org.springframework.web.servlet.ModelAndView;
|
||||||
|
|
||||||
@@ -12,7 +11,7 @@ import static org.junit.Assert.assertNotNull;
|
|||||||
@RunWith(MockitoJUnitRunner.class)
|
@RunWith(MockitoJUnitRunner.class)
|
||||||
public class TheoremEntryControllerTest {
|
public class TheoremEntryControllerTest {
|
||||||
|
|
||||||
@Mock private TheoremEntryController theoremEntryController;
|
private final TheoremEntryController theoremEntryController = new TheoremEntryController();
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testEnterTheoremPage() {
|
public void testEnterTheoremPage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user