patrykwozinski / weather

My Java playground - WEATHER APP. It's just checking current weather in the given city. That's my first EVER project in Java - any suggestion is welcome :)
0 stars 0 forks source link

Acceptance tests for creating/updating weather #5

Open patrykwozinski opened 4 years ago

patrykwozinski commented 4 years ago

I need to make acceptance tests for creating and updating the weather. I've seen some Spring's tools which would give me that posibility Let's investigate it!

patrykwozinski commented 4 years ago

These tests should check UI -> Application -> Domain layers. They CAN NOT use ports for example: Database / Http Weather Api endpoint.