Package general.common
Class StudyLoggerIntegrationTest
- java.lang.Object
-
- testutils.JatosTest
-
- general.common.StudyLoggerIntegrationTest
-
public class StudyLoggerIntegrationTest extends JatosTest
-
-
Field Summary
-
Fields inherited from class testutils.JatosTest
admin, apiToken, application, jpaApi, TEST_RESOURCES_POTATO_COMPASS_JZIP
-
-
Constructor Summary
Constructors Constructor Description StudyLoggerIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckCreate()voidcheckLog()voidcheckLogResultDataStoring()voidcheckLogResultFileUploading()voidcheckRecreate()voidcheckRetire()-
Methods inherited from class testutils.JatosTest
createApiToken, createUser, dropDatabase, getAdmin, getStudy, importAndGetExampleStudy, importExampleStudy, removeAllLogs, removeAllResultUploads, removeAllStudyAssets, removeAllStudyLogs, removeUser, startApp, stopApp
-
-
-
-
Method Detail
-
checkCreate
public void checkCreate() throws java.io.IOException- Throws:
java.io.IOException
-
checkRecreate
public void checkRecreate() throws java.io.IOException- Throws:
java.io.IOException
-
checkRetire
public void checkRetire() throws java.io.IOException- Throws:
java.io.IOException
-
checkLog
public void checkLog()
-
checkLogResultDataStoring
public void checkLogResultDataStoring()
-
checkLogResultFileUploading
public void checkLogResultFileUploading()
-
-