Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfullcycle/FC3-admin-catalogo-de-videos-java
/ functions
Functions
1,271 in github.com/devfullcycle/FC3-admin-catalogo-de-videos-java
⨍
Functions
1,271
◇
Types & classes
312
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/media/update/UpdateMediaStatusUseCaseTest.java:30
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/media/upload/UploadMediaUseCaseTest.java:34
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/retrieve/get/GetVideoByIdUseCaseTest.java:33
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/retrieve/list/ListVideoUseCaseTest.java:32
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/delete/DeleteVideoUseCaseTest.java:30
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:48
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:50
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/retrieve/get/GetCastMemberByIdUseCaseTest.java:30
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/retrieve/list/ListCastMembersUseCaseTest.java:29
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/delete/DeleteCastMemberUseCaseTest.java:27
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/update/UpdateCastMemberUseCaseTest.java:32
Method
getMocks
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseTest.java:29
Method
getName
()
domain/src/main/java/com/fullcycle/admin/catalogo/domain/video/Rating.java:22
Method
getResource
(final VideoID anId, final VideoMediaType type)
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/DefaultMediaResourceGateway.java:39
Method
getStatus
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/models/VideoEncoderCompleted.java:15
Method
getStatus
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/models/VideoEncoderResult.java:13
Method
getStatus
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/models/VideoEncoderError.java:14
Method
getUpdatedAt
()
domain/src/main/java/com/fullcycle/admin/catalogo/domain/category/Category.java:133
Method
getUpdatedAt
()
domain/src/main/java/com/fullcycle/admin/catalogo/domain/castmember/CastMember.java:84
Method
getVideoByIdUseCase
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/configuration/usecases/VideoUseCaseConfig.java:62
Method
getVideoId
()
infrastructure/src/main/java/com/fullcycle/admin/catalogo/infrastructure/video/persistence/VideoGenreID.java:42
Method
givenACommandWithInvalidID_whenCallsUpdateCategory_shouldReturnNotFoundException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:313
Method
givenACommandWithInvalidID_whenCallsUpdateCategory_shouldReturnNotFoundException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/update/UpdateCategoryUseCaseIT.java:175
Method
givenACommandWithInvalidID_whenCallsUpdateCategory_shouldReturnNotFoundException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/update/UpdateCategoryUseCaseTest.java:198
Method
givenAEmptyTitle_whenCallsCreateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:502
Method
givenAEmptyTitle_whenCallsUpdateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:558
Method
givenAFewDomainEvents_whenCallsPublishEvents_shouldCallPublisherAndClearTheList
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/EntityTest.java:66
Method
givenAInvalidCommand_whenCallsCreateCategory_thenShouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:138
Method
givenAInvalidEmptyName_whenCallsCreateGenre_shouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseIT.java:129
Method
givenAInvalidEmptyName_whenCallsCreateGenre_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:140
Method
givenAInvalidEmptyName_whenCallsNewMember_shouldReceiveANotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:43
Method
givenAInvalidGenreId_whenCallsFindById_shouldReturnEmpty
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/genre/GenreMySQLGatewayTest.java:400
Method
givenAInvalidId_whenCallsDeleteCategory_shouldBeOK
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/delete/DeleteCategoryUseCaseIT.java:47
Method
givenAInvalidId_whenCallsDeleteCategory_shouldBeOK
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/delete/DeleteCategoryUseCaseTest.java:44
Method
givenAInvalidId_whenCallsGetByIdAndCastMemberDoesntExists_shouldReturnNotFound
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CastMemberAPITest.java:167
Method
givenAInvalidId_whenCallsGetCastMemberAndDoesNotExists_shouldReturnNotFoundException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/castmember/retrieve/get/GetCastMemberByIdUseCaseIT.java:60
Method
givenAInvalidId_whenCallsGetCastMemberAndDoesNotExists_shouldReturnNotFoundException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/retrieve/get/GetCastMemberByIdUseCaseTest.java:62
Method
givenAInvalidId_whenCallsGetCategory_shouldReturnNotFound
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:214
Method
givenAInvalidId_whenCallsGetCategory_shouldReturnNotFound
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/retrieve/get/GetCategoryByIdUseCaseIT.java:56
Method
givenAInvalidId_whenCallsGetCategory_shouldReturnNotFound
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/retrieve/get/GetCategoryByIdUseCaseTest.java:57
Method
givenAInvalidId_whenCallsUpdateCastMember_shouldThrowsNotFoundException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/update/UpdateCastMemberUseCaseTest.java:148
Method
givenAInvalidNameWithLengthMoreThan255_whenCallsNewMember_shouldReceiveANotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:60
Method
givenAInvalidName_whenCallsCreateCastMember_shouldThrowsNotificationException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseIT.java:56
Method
givenAInvalidName_whenCallsCreateCastMember_shouldThrowsNotificationException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseTest.java:61
Method
givenAInvalidName_whenCallsCreateCategory_thenShouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/create/CreateCategoryUseCaseIT.java:57
Method
givenAInvalidName_whenCallsCreateCategory_thenShouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/create/CreateCategoryUseCaseTest.java:66
Method
givenAInvalidName_whenCallsCreateCategory_thenShouldReturnNotification
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:101
Method
givenAInvalidName_whenCallsCreateGenreAndSomeCategoriesDoesNotExists_shouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseIT.java:183
Method
givenAInvalidName_whenCallsCreateGenreAndSomeCategoriesDoesNotExists_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:228
Method
givenAInvalidName_whenCallsUpdateCastMember_shouldThrowsNotificationException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/update/UpdateCastMemberUseCaseTest.java:76
Method
givenAInvalidName_whenCallsUpdateCategory_thenShouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/api/CategoryAPITest.java:273
Method
givenAInvalidName_whenCallsUpdateCategory_thenShouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/update/UpdateCategoryUseCaseIT.java:71
Method
givenAInvalidName_whenCallsUpdateCategory_thenShouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/update/UpdateCategoryUseCaseTest.java:84
Method
givenAInvalidNullAsCategoryID_whenCallAddCategory_shouldReceiveOK
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/genre/GenreTest.java:275
Method
givenAInvalidNullName_whenCallsCreateGenre_shouldReturnDomainException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseIT.java:156
Method
givenAInvalidNullName_whenCallsCreateGenre_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:167
Method
givenAInvalidNullName_whenCallsNewMember_shouldReceiveANotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:26
Method
givenAInvalidNullType_whenCallsNewMember_shouldReceiveANotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:82
Method
givenAInvalidType_whenCallsCreateCastMember_shouldThrowsNotificationException
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseIT.java:80
Method
givenAInvalidType_whenCallsCreateCastMember_shouldThrowsNotificationException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/create/CreateCastMemberUseCaseTest.java:85
Method
givenAInvalidType_whenCallsUpdateCastMember_shouldThrowsNotificationException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/castmember/update/UpdateCastMemberUseCaseTest.java:112
Method
givenAInvalidVideoId_whenCallsFindById_shouldEmpty
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/video/DefaultVideoGatewayTest.java:470
Method
givenANullLaunchYear_whenCallsCreateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:673
Method
givenANullLaunchedAt_whenCallsUpdateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:753
Method
givenANullRating_whenCallsCreateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:559
Method
givenANullRating_whenCallsUpdateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:623
Method
givenANullTitle_whenCallsCreateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:445
Method
givenANullTitle_whenCallsUpdateVideo_shouldReturnDomainException
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/update/UpdateVideoUseCaseTest.java:493
Method
givenAPrePersistedCategoryAndValidCategoryId_whenCallsFindById_shouldReturnCategory
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/category/CategoryMySQLGatewayTest.java:131
Method
givenAPrePersistedCategoryAndValidCategoryId_whenTryToDeleteIt_shouldDeleteCategory
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/category/CategoryMySQLGatewayTest.java:107
Method
givenAPrePersistedGenre_whenCallsDeleteById_shouldDeleteGenre
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/genre/GenreMySQLGatewayTest.java:337
Method
givenAPrePersistedGenre_whenCallsFindById_shouldReturnGenre
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/genre/GenreMySQLGatewayTest.java:365
Method
givenAValidActiveCategory_whenCallDeactivate_thenReturnCategoryInactivated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/category/CategoryTest.java:149
Method
givenAValidActiveGenre_whenCallUpdateWithInactivate_shouldReceiveGenreUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/genre/GenreTest.java:161
Method
givenAValidCastMember_whenCallFindAll_shouldReturnFilteredList
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/video/DefaultVideoGatewayTest.java:595
Method
givenAValidCastMember_whenCallUpdateWithInvalidEmptyName_shouldReceiveNotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:146
Method
givenAValidCastMember_whenCallUpdateWithInvalidNullName_shouldReceiveNotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:123
Method
givenAValidCastMember_whenCallUpdateWithInvalidNullType_shouldReceiveNotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:197
Method
givenAValidCastMember_whenCallUpdateWithLengthMoreThan255_shouldReceiveNotification
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:169
Method
givenAValidCastMember_whenCallUpdate_shouldReceiveUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/castmember/CastMemberTest.java:99
Method
givenAValidCastMember_whenCallsCreate_shouldPersistIt
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/castmember/CastMemberMySQLGatewayTest.java:36
Method
givenAValidCastMember_whenCallsDeleteById_shouldDeleteIt
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/castmember/CastMemberMySQLGatewayTest.java:127
Method
givenAValidCastMember_whenCallsFindById_shouldReturnIt
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/castmember/CastMemberMySQLGatewayTest.java:159
Method
givenAValidCastMember_whenCallsUpdate_shouldRefreshIt
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/castmember/CastMemberMySQLGatewayTest.java:68
Method
givenAValidCategory_whenCallFindAll_shouldReturnFilteredList
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/video/DefaultVideoGatewayTest.java:559
Method
givenAValidCategory_whenCallUpdateToInactive_thenReturnCategoryUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/category/CategoryTest.java:236
Method
givenAValidCategory_whenCallUpdateWithInvalidParams_thenReturnCategoryUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/category/CategoryTest.java:265
Method
givenAValidCategory_whenCallUpdate_thenReturnCategoryUpdated
()
domain/src/test/java/com/fullcycle/admin/catalogo/domain/category/CategoryTest.java:209
Method
givenAValidCategory_whenCallsCreate_shouldReturnANewCategory
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/category/CategoryMySQLGatewayTest.java:24
Method
givenAValidCategory_whenCallsUpdate_shouldReturnCategoryUpdated
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/infrastructure/category/CategoryMySQLGatewayTest.java:59
Method
givenAValidCommandWithCategories_whenCallsCreateGenre_shouldReturnGenreId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:70
Method
givenAValidCommandWithCategories_whenCallsUpdateGenre_shouldReturnGenreId
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/update/UpdateGenreUseCaseIT.java:75
Method
givenAValidCommandWithCategories_whenCallsUpdateGenre_shouldReturnGenreId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/update/UpdateGenreUseCaseTest.java:82
Method
givenAValidCommandWithInactiveCategory_whenCallsCreateCategory_shouldReturnInactiveCategoryId
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/category/create/CreateCategoryUseCaseIT.java:80
Method
givenAValidCommandWithInactiveCategory_whenCallsCreateCategory_shouldReturnInactiveCategoryId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/category/create/CreateCategoryUseCaseTest.java:85
Method
givenAValidCommandWithInactiveGenre_whenCallsCreateGenre_shouldReturnGenreId
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseIT.java:99
Method
givenAValidCommandWithInactiveGenre_whenCallsCreateGenre_shouldReturnGenreId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/create/CreateGenreUseCaseTest.java:109
Method
givenAValidCommandWithInactiveGenre_whenCallsUpdateGenre_shouldReturnGenreId
()
infrastructure/src/test/java/com/fullcycle/admin/catalogo/application/genre/update/UpdateGenreUseCaseIT.java:118
Method
givenAValidCommandWithInactiveGenre_whenCallsUpdateGenre_shouldReturnGenreId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/genre/update/UpdateGenreUseCaseTest.java:132
Method
givenAValidCommandWithoutCastMembers_whenCallsCreateVideo_shouldReturnVideoId
()
application/src/test/java/com/fullcycle/admin/catalogo/application/video/create/CreateVideoUseCaseTest.java:292
← previous
next →
701–800 of 1,271, ranked by callers