BP-004 Added order cancel capabilities #19
GitHub Actions / Test Results
succeeded
Dec 13, 2024 in 0s
All 24 tests pass in 7s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
24 tests found
There are 24 tests, see "Raw output" for the full list of tests.
Raw output
com.ead.payments.architecture.AnnotationConventionTest ‑ classesNamedConfigurationShouldBeAnnotatedWithConfiguration
com.ead.payments.architecture.AnnotationConventionTest ‑ classesNamedControllerShouldBeAnnotatedWithRestController
com.ead.payments.architecture.AnnotationConventionTest ‑ classesNamedListenerShouldBeAnnotatedWithComponent
com.ead.payments.architecture.AnnotationConventionTest ‑ classesNamedMapperShouldBeAnnotatedWithMapper
com.ead.payments.architecture.AnnotationConventionTest ‑ classesNamedRepositoryShouldBeAnnotatedWithRepository
com.ead.payments.architecture.AnnotationConventionTest ‑ classesNamedServiceShouldBeAnnotatedWithService
com.ead.payments.architecture.ClassesNamesConventionTest ‑ classesShouldBeNamedOnlyWithTheAllowedSuffixes
com.ead.payments.architecture.ClassesNamesConventionTest ‑ classesShouldBeWrittenInEnglish
com.ead.payments.architecture.ClassesNamesConventionTest ‑ classesShouldNotHaveUnderscore
com.ead.payments.architecture.ImmutableEventsConventionTest ‑ eventClassesShouldBePublicAndFinal
com.ead.payments.architecture.ImmutableEventsConventionTest ‑ eventClassesShouldNotHaveSetters
com.ead.payments.architecture.ImmutableEventsConventionTest ‑ eventFieldsShouldBePrivateAndFinal
com.ead.payments.architecture.LayerConventionTest ‑ classesWithComponentAnnotationAndNameEndingWithListenerShouldNotDependOnClassesWithRepositoryAnnotation
com.ead.payments.architecture.LayerConventionTest ‑ classesWithControllerAnnotationShouldNotBeInControllerPackage
com.ead.payments.architecture.LayerConventionTest ‑ classesWithRepositoryAnnotationShouldNotBeInRepositoryPackage
com.ead.payments.architecture.LayerConventionTest ‑ classesWithRepositoryAnnotationShouldNotDependOnClassesWithControllerAnnotation
com.ead.payments.architecture.LayerConventionTest ‑ classesWithServiceAnnotationShouldNotBeInServicePackage
com.ead.payments.architecture.LayerConventionTest ‑ classesWithServiceAnnotationShouldNotDependOnClassesWithControllerAnnotation
com.ead.payments.architecture.TestMethodsConventionTest ‑ testMethodsShouldBeNamedWithTheAllowedPattern
com.ead.payments.inventory.InventoryControllerTest ‑ Should reduce the product stock when a order is placed
com.ead.payments.orders.cancel.CancelOrderControllerTest ‑ Should allow to cancel an order by id when the order exists
com.ead.payments.orders.place.PlaceOrdersControllerTest ‑ Should allow to place an oder when no order lines were provided
com.ead.payments.orders.search.SearchOrderControllerTest ‑ Should allow to search an order by id when the order exists
com.ead.payments.products.CreateProductsControllerTest ‑ Should return 201 when create product
Loading