Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addOtherLink(Object, String) - Method in interface dev.daymor.sakuraboot.test.functional.hypermedia.HypermediaFTUtil
-
Return the additional links in the model.
- assertCacheCreated() - Method in interface dev.daymor.sakuraboot.test.functional.cache.CachingFTUtil
-
Assert that the cache is created.
- assertErrorResponse(ValidatableResponse, HttpStatus, String) - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Assert for testing the created error response by rest assured.
- assertResponse(ValidatableResponse, HttpStatus, ContentType, Map<String, String>, DataPresentation<I>, boolean) - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Assert for testing the created response by rest assured.
- assertResponse(ValidatableResponse, HttpStatus, ContentType, Map<String, String>, Collection<DataPresentation<I>>, boolean) - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Assert for testing the created response by rest assured.
- assertResponse(ValidatableResponse, HttpStatus, ContentType, Map<String, String>, Page<DataPresentation<I>>, Map<String, String>) - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Assert for testing the created response by rest assured.
B
- BASE_URI - Static variable in interface dev.daymor.sakuraboot.test.functional.openapi.OpenApiFT
-
The base URI use by the server in this test.
- BASE_URI - Static variable in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The base URI use by the server in this test.
- BasicFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.basic -
The interface for basic functional tests.
- BulkFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.bulk -
The interface for bulk functional tests.
C
- CachingFTUtil<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.cache -
The interface for all the utility functional test function.
- CAMEL_CASE_PATTERN - Static variable in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
-
Pattern for camel case.
- createAndSaveEntity() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Create and save a new entity for testing purpose.
- createHrefForEntity(String, DataPresentation<I>, HypermediaFTUtil<?, I>) - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The function creates a hyperlink reference for an entity, including self and collection links, as well as any additional links specified by a
HypermediaFTUtil.addOtherLink(Object, String)
object. - createHrefWithParam(String, Map<String, String>) - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The function creates a JSON string containing an href link with the given path and parameters.
- createValidationErrorEntity(I) - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
-
Create a new entity with the given id.
- CriteriaBulkFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.bulk -
The interface for bulk functional tests with filering.
- CriteriaFT<E,
I, - Interface in dev.daymor.sakuraboot.test.functional.specificationF> -
The interface for criteria functional tests.
D
- DeleteAllByCriteriaFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.bulk -
The interface for delete all by criteria functional tests.
- DeleteAllFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.bulk -
The interface for delete all functional tests.
- DeleteByIdFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.basic -
The interface for delete by id functional tests.
- DeleteFileFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.file -
The interface for delete file functional tests.
- dev.daymor.sakuraboot.test.functional - package dev.daymor.sakuraboot.test.functional
-
The package for functional test class.
- dev.daymor.sakuraboot.test.functional.basic - package dev.daymor.sakuraboot.test.functional.basic
-
The package for basic functional test class.
- dev.daymor.sakuraboot.test.functional.bulk - package dev.daymor.sakuraboot.test.functional.bulk
-
The package for bulk functional test class.
- dev.daymor.sakuraboot.test.functional.cache - package dev.daymor.sakuraboot.test.functional.cache
-
The package for cache functional test class.
- dev.daymor.sakuraboot.test.functional.file - package dev.daymor.sakuraboot.test.functional.file
-
The package for file functional test class.
- dev.daymor.sakuraboot.test.functional.hypermedia - package dev.daymor.sakuraboot.test.functional.hypermedia
-
The package for hypermedia functional test class.
- dev.daymor.sakuraboot.test.functional.mapper - package dev.daymor.sakuraboot.test.functional.mapper
-
The package for mapper functional test class.
- dev.daymor.sakuraboot.test.functional.openapi - package dev.daymor.sakuraboot.test.functional.openapi
-
The package for openapi functional test class.
- dev.daymor.sakuraboot.test.functional.specification - package dev.daymor.sakuraboot.test.functional.specification
-
The package for specification functional test class.
- DownloadFileFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.file -
The interface for download file functional tests.
E
- ENCODE_SPACE - Static variable in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The space encoding.
- entityCollectionName() - Method in interface dev.daymor.sakuraboot.test.functional.hypermedia.HypermediaFTUtil
-
Get the collection name used by the model.
F
- fieldsToIgnoreInAssert() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The fields that need to be ignored in the assert.
- FILE_NAME - Static variable in interface dev.daymor.sakuraboot.test.functional.file.UploadFileFT
-
A test file name.
- FileFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.file -
The interface for file functional tests.
- FindAllByCriteriaFT<E,
I, - Interface in dev.daymor.sakuraboot.test.functional.specificationF> -
The interface for find all by criteria functional tests.
- FindAllFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.basic -
The interface for find all functional tests.
- FindByIdFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.basic -
The interface for find by id functional tests.
G
- getApplicationContext() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Retrieves the application context.
- getBasePath() - Method in interface dev.daymor.sakuraboot.test.functional.openapi.OpenApiFT
-
The base path to get the documentation generated by openapi.
- getBasePath() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The base url path of the controller.
- getBiggerValidId() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
- getCacheManager() - Method in interface dev.daymor.sakuraboot.test.functional.cache.CachingFTUtil
-
Get the cache manager.
- getCacheNames() - Method in interface dev.daymor.sakuraboot.test.functional.cache.CachingFTUtil
-
Return an array of string containing the name of the different cache.
- getControllerPackageName() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
- getDtoPackageName() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
- getEntityPackageName() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
- getFilterClass() - Method in interface dev.daymor.sakuraboot.test.functional.specification.FindAllByCriteriaFT
-
Gets the filter class.
- getGlobalSpecification() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
- getInvalidId() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
- getMapper() - Method in interface dev.daymor.sakuraboot.test.functional.mapper.MapperFTUtil
-
Get the mapper.
- getMapperPackageName() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
- getObjectMapper() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Get an object mapper for converting an object to JSON.
- getPath() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
-
Get the path to use in this test.
- getPort() - Method in interface dev.daymor.sakuraboot.test.functional.openapi.OpenApiFT
-
The port use by the server in this test.
- getPort() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The port use by the server in this test.
- getRepository() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Return a repository class that extends
SuperRepository
. - getServicePackageName() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
- getUtil() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Return a Util class of type
SuperFTUtil
. - getValidId() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFTUtil
H
- HypermediaFTUtil<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.hypermedia -
The interface for all the utility integration test function.
I
- ID_MISSING_ERROR_MESSAGE - Static variable in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The error message for id missing.
M
- MapperFTUtil<E,
I, - Interface in dev.daymor.sakuraboot.test.functional.mapperD> -
The interface for all the utility functional test function.
- MEDIA_TYPE_ERROR_MESSAGE - Static variable in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The error message for a bad media type.
O
- OpenApiFT - Interface in dev.daymor.sakuraboot.test.functional.openapi
-
The interface for openapi functional tests.
P
- PAGE_STRING - Static variable in interface dev.daymor.sakuraboot.test.functional.specification.FindAllByCriteriaFT
-
The string that represents a page.
- PatchAllFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.bulk -
The interface for patch all functional tests.
- PatchByIdFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.basic -
The interface for patch by id functional tests.
R
- removeRelationshipsIfNeeded(ApplicationContext, GlobalSpecification, Object) - Static method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
Removes relational entities if needed.
- REQUIRED_BODY_ERROR_MESSAGE - Static variable in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The error message for required request body.
- reset() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The reset function call after every test.
S
- SaveAllFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.bulk -
The interface for saveAll functional tests.
- SaveFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.basic -
The interface for save functional tests.
- setUp() - Method in interface dev.daymor.sakuraboot.test.functional.openapi.OpenApiFT
-
The setUp function call before every test.
- setUp() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The setUp function call before every test.
- showStackTrace() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
If the stackTrace must be present in the response error.
- SIZE_STRING - Static variable in interface dev.daymor.sakuraboot.test.functional.specification.FindAllByCriteriaFT
-
The string that represents a size.
- SuperFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional -
The super interface for all functional tests.
- SuperFTUtil<E,
I> - Interface in dev.daymor.sakuraboot.test.functional -
The interface for all the utility functional test function.
T
- testCacheConfigurationInitialization() - Method in interface dev.daymor.sakuraboot.test.functional.SuperFT
- testDeleteAll() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.DeleteAllFT
- testDeleteAllByCriteriaWithFilter() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.DeleteAllByCriteriaFT
- testDeleteAllByCriteriaWithNullFilter() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.DeleteAllByCriteriaFT
- testDeleteById() - Method in interface dev.daymor.sakuraboot.test.functional.basic.DeleteByIdFT
- testDeleteByIdWithNoId() - Method in interface dev.daymor.sakuraboot.test.functional.basic.DeleteByIdFT
- testDeleteFile() - Method in interface dev.daymor.sakuraboot.test.functional.file.DeleteFileFT
- testDeleteFileWithNoId() - Method in interface dev.daymor.sakuraboot.test.functional.file.DeleteFileFT
- testDocumentation() - Method in interface dev.daymor.sakuraboot.test.functional.openapi.OpenApiFT
- testDownloadFile() - Method in interface dev.daymor.sakuraboot.test.functional.file.DownloadFileFT
- testDownloadFileWithNoId() - Method in interface dev.daymor.sakuraboot.test.functional.file.DownloadFileFT
- testFindAll() - Method in interface dev.daymor.sakuraboot.test.functional.basic.FindAllFT
- testFindByCriteriaWithFilter() - Method in interface dev.daymor.sakuraboot.test.functional.specification.FindAllByCriteriaFT
- testFindByCriteriaWithNullFilter() - Method in interface dev.daymor.sakuraboot.test.functional.specification.FindAllByCriteriaFT
- testFindById() - Method in interface dev.daymor.sakuraboot.test.functional.basic.FindByIdFT
- testFindByIdWithNoId() - Method in interface dev.daymor.sakuraboot.test.functional.basic.FindByIdFT
- testPatchAll() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.PatchAllFT
- testPatchAllWithEmptyEntity() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.PatchAllFT
- testPatchAllWithNoEntity() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.PatchAllFT
- testPatchAllWithNoEntityAndContentType() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.PatchAllFT
- testPatchById() - Method in interface dev.daymor.sakuraboot.test.functional.basic.PatchByIdFT
- testPatchByIdWithEmptyEntity() - Method in interface dev.daymor.sakuraboot.test.functional.basic.PatchByIdFT
- testPatchByIdWithNoEntity() - Method in interface dev.daymor.sakuraboot.test.functional.basic.PatchByIdFT
- testPatchByIdWithNoEntityAndContentType() - Method in interface dev.daymor.sakuraboot.test.functional.basic.PatchByIdFT
- testSave() - Method in interface dev.daymor.sakuraboot.test.functional.basic.SaveFT
- testSaveAll() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.SaveAllFT
- testSaveAllWithInvalidEntity() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.SaveAllFT
- testSaveAllWithNoEntity() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.SaveAllFT
- testSaveAllWithNoEntityAndContentType() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.SaveAllFT
- testSaveWithInvalidEntity() - Method in interface dev.daymor.sakuraboot.test.functional.basic.SaveFT
- testSaveWithNoEntity() - Method in interface dev.daymor.sakuraboot.test.functional.basic.SaveFT
- testSaveWithNoEntityAndContentType() - Method in interface dev.daymor.sakuraboot.test.functional.basic.SaveFT
- testUpdateAll() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.UpdateAllFT
- testUpdateAllWithInvalidEntity() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.UpdateAllFT
- testUpdateAllWithNoEntity() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.UpdateAllFT
- testUpdateAllWithNoEntityAndContentType() - Method in interface dev.daymor.sakuraboot.test.functional.bulk.UpdateAllFT
- testUpdateById() - Method in interface dev.daymor.sakuraboot.test.functional.basic.UpdateByIdFT
- testUpdateByIdWithInvalidEntity() - Method in interface dev.daymor.sakuraboot.test.functional.basic.UpdateByIdFT
- testUpdateByIdWithNoEntity() - Method in interface dev.daymor.sakuraboot.test.functional.basic.UpdateByIdFT
- testUpdateByIdWithNoEntityAndContentType() - Method in interface dev.daymor.sakuraboot.test.functional.basic.UpdateByIdFT
- testUploadFile() - Method in interface dev.daymor.sakuraboot.test.functional.file.UploadFileFT
- testUploadFileWithNoFile() - Method in interface dev.daymor.sakuraboot.test.functional.file.UploadFileFT
- testUploadFileWithNoFileAndContentType() - Method in interface dev.daymor.sakuraboot.test.functional.file.UploadFileFT
- toDto(DataPresentation<I>) - Method in interface dev.daymor.sakuraboot.test.functional.mapper.MapperFTUtil
-
Converts an entity object to it's corresponding DTO object.
U
- UpdateAllFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.bulk -
The interface for update all functional tests.
- UpdateByIdFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.basic -
The interface for update by id functional tests.
- UploadFileFT<E,
I> - Interface in dev.daymor.sakuraboot.test.functional.file -
The interface for upload file functional tests.
V
- VALIDATION_ERROR_MESSAGE - Static variable in interface dev.daymor.sakuraboot.test.functional.SuperFT
-
The error message for validation.
All Classes and Interfaces|All Packages|Constant Field Values