Basic knowledge of unit testing
basic-knowledge-of-unit-testing What is unit testing? Unit tests that verify that your application can run as expected. Mainly through the Mock or Stub mechanism to isolate the dependencies between other components / services, control the boundaries of the test, so as […]