trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Generic test method naming conventions #118

Closed bglamadrid closed 2 years ago

bglamadrid commented 2 years ago

After seeing commits made by #111 I came to a conclusion.

The best naming convention (should be the standard) for test setup methods annotated with @BeforeEach is, indeed, beforeEach().

bglamadrid commented 2 years ago

Closed by #123