hashmapinc / Drillflow

A dockerized WITSML API Server that is agnostic of the backend.
Apache License 2.0
16 stars 13 forks source link

df-server test mocking #123

Open randypitcherii opened 5 years ago

randypitcherii commented 5 years ago

df-server now supports end-to-end auth, so more advanced spring test setup is needed to support unit testing.

Do the following:

randypitcherii commented 5 years ago

NOTE: be sure to use mockito to mock/stub valve behaviors. Don't actually implement a new class, ya dummy

niaalex commented 5 years ago

We are not mocking the valve. StoreImpl This is a child of the new EPIC TBD.