Skip to content

BP-004 Added order cancel capabilities #19

BP-004 Added order cancel capabilities

BP-004 Added order cancel capabilities #19

GitHub Actions / Test Results succeeded Dec 13, 2024 in 0s

All 24 tests pass in 7s

24 tests  +8   24 ✅ +8   7s ⏱️ -1s
10 suites +2    0 💤 ±0 
10 files   +2    0 ❌ ±0 

Results for commit e298f58. ± Comparison against earlier commit 750773f.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions 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