MCPcopy Create free account

hub / github.com/devfullcycle/FC3-admin-catalogo-de-videos-java / functions

Functions1,271 in github.com/devfullcycle/FC3-admin-catalogo-de-videos-java

MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/media/update/UpdateMediaStatusUseCaseTest.java:30
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/media/upload/UploadMediaUseCaseTest.java:34
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/retrieve/get/GetVideoByIdUseCaseTest.java:33
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/retrieve/list/ListVideoUseCaseTest.java:32
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/delete/DeleteVideoUseCaseTest.java:30
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:48
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:50
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/retrieve/get/GetCastMemberByIdUseCaseTest.java:30
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/retrieve/list/ListCastMembersUseCaseTest.java:29
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/delete/DeleteCastMemberUseCaseTest.java:27
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/update/UpdateCastMemberUseCaseTest.java:32
MethodgetMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseTest.java:29
MethodgetName
()
domain/src/main/java/com/fullcycle/admin/catalogo/domain/video/Rating.java:22
MethodgetResource
(final VideoID anId, final VideoMediaType type)
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/DefaultMediaResourceGateway.java:39
MethodgetStatus
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/models/VideoEncoderCompleted.java:15
MethodgetStatus
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/models/VideoEncoderResult.java:13
MethodgetStatus
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/models/VideoEncoderError.java:14
MethodgetUpdatedAt
()
domain/src/main/java/com/fullcycle/admin/catalogo/domain/category/Category.java:133
MethodgetUpdatedAt
()
domain/src/main/java/com/fullcycle/admin/catalogo/domain/castmember/CastMember.java:84
MethodgetVideoByIdUseCase
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/configuration/usecases/VideoUseCaseConfig.java:62
MethodgetVideoId
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/persistence/VideoGenreID.java:42
MethodgivenACommandWithInvalidID_whenCallsUpdateCategory_shouldReturnNotFoundException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:313
MethodgivenACommandWithInvalidID_whenCallsUpdateCategory_shouldReturnNotFoundException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/update/UpdateCategoryUseCaseIT.java:175
MethodgivenACommandWithInvalidID_whenCallsUpdateCategory_shouldReturnNotFoundException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/update/UpdateCategoryUseCaseTest.java:198
MethodgivenAEmptyTitle_whenCallsCreateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:502
MethodgivenAEmptyTitle_whenCallsUpdateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:558
MethodgivenAFewDomainEvents_whenCallsPublishEvents_shouldCallPublisherAndClearTheList
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/EntityTest.java:66
MethodgivenAInvalidCommand_whenCallsCreateCategory_thenShouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:138
MethodgivenAInvalidEmptyName_whenCallsCreateGenre_shouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseIT.java:129
MethodgivenAInvalidEmptyName_whenCallsCreateGenre_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:140
MethodgivenAInvalidEmptyName_whenCallsNewMember_shouldReceiveANotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:43
MethodgivenAInvalidGenreId_whenCallsFindById_shouldReturnEmpty
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/genre/GenreMySQLGatewayTest.java:400
MethodgivenAInvalidId_whenCallsDeleteCategory_shouldBeOK
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/delete/DeleteCategoryUseCaseIT.java:47
MethodgivenAInvalidId_whenCallsDeleteCategory_shouldBeOK
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/delete/DeleteCategoryUseCaseTest.java:44
MethodgivenAInvalidId_whenCallsGetByIdAndCastMemberDoesntExists_shouldReturnNotFound
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CastMemberAPITest.java:167
MethodgivenAInvalidId_whenCallsGetCastMemberAndDoesNotExists_shouldReturnNotFoundException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/castmember/retrieve/get/GetCastMemberByIdUseCaseIT.java:60
MethodgivenAInvalidId_whenCallsGetCastMemberAndDoesNotExists_shouldReturnNotFoundException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/retrieve/get/GetCastMemberByIdUseCaseTest.java:62
MethodgivenAInvalidId_whenCallsGetCategory_shouldReturnNotFound
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:214
MethodgivenAInvalidId_whenCallsGetCategory_shouldReturnNotFound
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/retrieve/get/GetCategoryByIdUseCaseIT.java:56
MethodgivenAInvalidId_whenCallsGetCategory_shouldReturnNotFound
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/retrieve/get/GetCategoryByIdUseCaseTest.java:57
MethodgivenAInvalidId_whenCallsUpdateCastMember_shouldThrowsNotFoundException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/update/UpdateCastMemberUseCaseTest.java:148
MethodgivenAInvalidNameWithLengthMoreThan255_whenCallsNewMember_shouldReceiveANotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:60
MethodgivenAInvalidName_whenCallsCreateCastMember_shouldThrowsNotificationException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseIT.java:56
MethodgivenAInvalidName_whenCallsCreateCastMember_shouldThrowsNotificationException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseTest.java:61
MethodgivenAInvalidName_whenCallsCreateCategory_thenShouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/create/CreateCategoryUseCaseIT.java:57
MethodgivenAInvalidName_whenCallsCreateCategory_thenShouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/create/CreateCategoryUseCaseTest.java:66
MethodgivenAInvalidName_whenCallsCreateCategory_thenShouldReturnNotification
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:101
MethodgivenAInvalidName_whenCallsCreateGenreAndSomeCategoriesDoesNotExists_shouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseIT.java:183
MethodgivenAInvalidName_whenCallsCreateGenreAndSomeCategoriesDoesNotExists_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:228
MethodgivenAInvalidName_whenCallsUpdateCastMember_shouldThrowsNotificationException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/update/UpdateCastMemberUseCaseTest.java:76
MethodgivenAInvalidName_whenCallsUpdateCategory_thenShouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:273
MethodgivenAInvalidName_whenCallsUpdateCategory_thenShouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/update/UpdateCategoryUseCaseIT.java:71
MethodgivenAInvalidName_whenCallsUpdateCategory_thenShouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/update/UpdateCategoryUseCaseTest.java:84
MethodgivenAInvalidNullAsCategoryID_whenCallAddCategory_shouldReceiveOK
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/genre/GenreTest.java:275
MethodgivenAInvalidNullName_whenCallsCreateGenre_shouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseIT.java:156
MethodgivenAInvalidNullName_whenCallsCreateGenre_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:167
MethodgivenAInvalidNullName_whenCallsNewMember_shouldReceiveANotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:26
MethodgivenAInvalidNullType_whenCallsNewMember_shouldReceiveANotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:82
MethodgivenAInvalidType_whenCallsCreateCastMember_shouldThrowsNotificationException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseIT.java:80
MethodgivenAInvalidType_whenCallsCreateCastMember_shouldThrowsNotificationException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseTest.java:85
MethodgivenAInvalidType_whenCallsUpdateCastMember_shouldThrowsNotificationException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/update/UpdateCastMemberUseCaseTest.java:112
MethodgivenAInvalidVideoId_whenCallsFindById_shouldEmpty
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/video/DefaultVideoGatewayTest.java:470
MethodgivenANullLaunchYear_whenCallsCreateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:673
MethodgivenANullLaunchedAt_whenCallsUpdateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:753
MethodgivenANullRating_whenCallsCreateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:559
MethodgivenANullRating_whenCallsUpdateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:623
MethodgivenANullTitle_whenCallsCreateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:445
MethodgivenANullTitle_whenCallsUpdateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:493
MethodgivenAPrePersistedCategoryAndValidCategoryId_whenCallsFindById_shouldReturnCategory
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/category/CategoryMySQLGatewayTest.java:131
MethodgivenAPrePersistedCategoryAndValidCategoryId_whenTryToDeleteIt_shouldDeleteCategory
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/category/CategoryMySQLGatewayTest.java:107
MethodgivenAPrePersistedGenre_whenCallsDeleteById_shouldDeleteGenre
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/genre/GenreMySQLGatewayTest.java:337
MethodgivenAPrePersistedGenre_whenCallsFindById_shouldReturnGenre
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/genre/GenreMySQLGatewayTest.java:365
MethodgivenAValidActiveCategory_whenCallDeactivate_thenReturnCategoryInactivated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/category/CategoryTest.java:149
MethodgivenAValidActiveGenre_whenCallUpdateWithInactivate_shouldReceiveGenreUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/genre/GenreTest.java:161
MethodgivenAValidCastMember_whenCallFindAll_shouldReturnFilteredList
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/video/DefaultVideoGatewayTest.java:595
MethodgivenAValidCastMember_whenCallUpdateWithInvalidEmptyName_shouldReceiveNotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:146
MethodgivenAValidCastMember_whenCallUpdateWithInvalidNullName_shouldReceiveNotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:123
MethodgivenAValidCastMember_whenCallUpdateWithInvalidNullType_shouldReceiveNotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:197
MethodgivenAValidCastMember_whenCallUpdateWithLengthMoreThan255_shouldReceiveNotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:169
MethodgivenAValidCastMember_whenCallUpdate_shouldReceiveUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:99
MethodgivenAValidCastMember_whenCallsCreate_shouldPersistIt
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/castmember/CastMemberMySQLGatewayTest.java:36
MethodgivenAValidCastMember_whenCallsDeleteById_shouldDeleteIt
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/castmember/CastMemberMySQLGatewayTest.java:127
MethodgivenAValidCastMember_whenCallsFindById_shouldReturnIt
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/castmember/CastMemberMySQLGatewayTest.java:159
MethodgivenAValidCastMember_whenCallsUpdate_shouldRefreshIt
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/castmember/CastMemberMySQLGatewayTest.java:68
MethodgivenAValidCategory_whenCallFindAll_shouldReturnFilteredList
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/video/DefaultVideoGatewayTest.java:559
MethodgivenAValidCategory_whenCallUpdateToInactive_thenReturnCategoryUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/category/CategoryTest.java:236
MethodgivenAValidCategory_whenCallUpdateWithInvalidParams_thenReturnCategoryUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/category/CategoryTest.java:265
MethodgivenAValidCategory_whenCallUpdate_thenReturnCategoryUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/category/CategoryTest.java:209
MethodgivenAValidCategory_whenCallsCreate_shouldReturnANewCategory
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/category/CategoryMySQLGatewayTest.java:24
MethodgivenAValidCategory_whenCallsUpdate_shouldReturnCategoryUpdated
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/category/CategoryMySQLGatewayTest.java:59
MethodgivenAValidCommandWithCategories_whenCallsCreateGenre_shouldReturnGenreId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:70
MethodgivenAValidCommandWithCategories_whenCallsUpdateGenre_shouldReturnGenreId
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/update/UpdateGenreUseCaseIT.java:75
MethodgivenAValidCommandWithCategories_whenCallsUpdateGenre_shouldReturnGenreId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/update/UpdateGenreUseCaseTest.java:82
MethodgivenAValidCommandWithInactiveCategory_whenCallsCreateCategory_shouldReturnInactiveCategoryId
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/create/CreateCategoryUseCaseIT.java:80
MethodgivenAValidCommandWithInactiveCategory_whenCallsCreateCategory_shouldReturnInactiveCategoryId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/create/CreateCategoryUseCaseTest.java:85
MethodgivenAValidCommandWithInactiveGenre_whenCallsCreateGenre_shouldReturnGenreId
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseIT.java:99
MethodgivenAValidCommandWithInactiveGenre_whenCallsCreateGenre_shouldReturnGenreId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:109
MethodgivenAValidCommandWithInactiveGenre_whenCallsUpdateGenre_shouldReturnGenreId
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/update/UpdateGenreUseCaseIT.java:118
MethodgivenAValidCommandWithInactiveGenre_whenCallsUpdateGenre_shouldReturnGenreId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/update/UpdateGenreUseCaseTest.java:132
MethodgivenAValidCommandWithoutCastMembers_whenCallsCreateVideo_shouldReturnVideoId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:292
← previousnext →701–800 of 1,271, ranked by callers