@WebAppConfiguration
@ContextConfiguration(value={"file:src/main/webapp/WEB-INF/applicationContext.xml","file:src/main/webapp/WEB-INF/spring/appServlet/servlet-Context.xml"})
public class RecipeControllerTest
extends java.lang.Object
| Constructor and Description |
|---|
RecipeControllerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe() |
void |
getList() |
void |
getRecipe() |
void |
getRecipeFail() |
void |
setup() |
public void setup()
public void getRecipeFail()
throws java.lang.Exception
java.lang.Exceptionpublic void getRecipe()
throws java.lang.Exception
java.lang.Exceptionpublic void getList()
throws java.lang.Exception
java.lang.Exceptionpublic void addRecipe()
throws java.lang.Exception
java.lang.Exception