GithubHelp home page GithubHelp logo

matiasiglesias / api-integration-testing-flutter-kata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xurxodev/api-integration-testing-flutter-kata

0.0 1.0 0.0 29 KB

Api integration testing flutter Kata. The main goal is to practice api integration testing using MockWebServer

License: Apache License 2.0

Dart 100.00%

api-integration-testing-flutter-kata's Introduction

api-integration-testing-flutter-kata

Codemagic build status

Api integration testing flutter Kata. The main goal is to practice api integration testing using MockWebServer

This kata is a Flutter version of the kata KataTODOApiClientKotlin of Karumi.

  • We are here to practice integration testing using flutter HTTP stubbing.
  • We are going to use MockWebserver package to return stub responses.
  • We are going to use test package to write tests and to perform assertions.
  • We are going to practice pair programming.

Getting started

This repository contains an API client to interact with the JSONPlaceholder service.

This API Client is based on one class with name TodoApiClient containing some methods to interact with the API. Using this class we can get all the tasks, get a task using the task id, add a new task, update a task or delete an already created task.

The API client has been implemented using a package named http. Review the project documentation if needed.

Tasks

Your task as a Flutter Developer is to write all the integration tests needed to check if the API Client is working as expected.

This repository is ready to build the application, pass the checkstyle using ktlint and your tests in Travis-CI environments.

My recommendation for this exercise is:

  • Before starting

    1. Fork this repository.
    2. Checkout api-integration-testing-flutter-kata branch.
    3. Execute the repository playground and make yourself familiar with the code.
    4. Execute todo_api_client_test file and watch the only test it contains pass.
  • To help you get started, these are some tests already written at todo_api_client_test file. Review it carefully before to start writing your own tests. Here you have the description of some tests you can write to start working on this Kata:

    1. Test that the Accept headers are sent.
    2. Test that the list of Task instances obtained invoking the getter method of the property allTasks contains the expected values.
    3. Test that the request is sent to the correct path using the correct HTTP method.
    4. Test that adding a task the body sent to the server is the correct one.

Considerations

  • If you get stuck, master branch contains all the tests already solved.

  • You will find some utilities to help you test the APIClient easily in: MockApi and the test/api/responses directory.

Extra Tasks

If you've covered all the application functionality using integration tests you can continue with some extra tasks:


Documentation

There are some links which can be useful to finish these tasks:

License

Copyright 2020 Jorge Sánchez Fernández

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

api-integration-testing-flutter-kata's People

Contributors

xurxodev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.