GithubHelp home page GithubHelp logo

unit-testing-lab's Introduction

title type duration creator
Unit Testing Lab
lab
1:30
James Davis (NYC)

Unit Testing

Introduction

Note: This can be a pair programming activity or done independently.

In a previous lab you created various subclasses of an Animal class. Today you are going to start with an Android version of that project (provided as starter-code) and write unit tests for it.

Just like in the original Animals lab, there are Mammal and Reptile classes that extend Animal, then some more specific classes that extend those. Each class inherits a getTopSpeed() method from Animal, and each class implements its own version of the makeNoise() method.

Exercise

Requirements

Begin with the code provided and write tests to make sure:

  • The animals make their appropriate sounds
  • The animals have their appropriate top speeds
  • The Zoo (singleton) properly adds and removes animals

Remember:

  • You should make a separate test-class file for each target-class you are testing
  • Some of your tests may need to call methods the target-class inherits from an ancestor class
Bonus
  • Create a new animal and write appropriate tests for it

Starter code

The starter code is an Android version of the previous animals lab you did in IntelliJ. This version incorporates the singleton design pattern for the Zoo object.

Deliverable

Submit a pull request with app with all passing tests! If you worked with a partner, put both names in the pull request title.

Additional Resources


Licensing

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].

unit-testing-lab's People

Contributors

charlesdrews avatar ecarrasco91 avatar

Watchers

James Cloos 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.