Flutter BLoC Unit Test Explained

Flutter BLoC Unit Test Explained

    Flutter BLoC Unit Test Explained.

    We test the usecase in the domain layer. We write unit test for each usecases. We don't test the interfaces and entities.

    To create a test we must create a test folder. This folder lives outside of the lib folder. By default when you create a Flutter project, there's always a test folder. If there is not you may go ahead create one by yourself.

    Courses


    Recommended posts


    Recent posts