Code Monkey home page Code Monkey logo

mockito-kata's Introduction

You are implementing the business logic for your teams web application.
You develop using TDD, but most of the code in your business logic has to call another
part of your code that just isn't finished yet. Moreover where it is complete it already has tests
and you don't want to have to retest all of your teammates code. It'll make the test suite messy,
and your tests will take longer. 

The answer to these problems? Mockito! 
Using Mockito you can pretend to make calls to interfaces 

Couple of notes: 
- In a real application we would have a person class and one function to get an instance
of them with all of their data
- Depending on the application we would have more than one service class and a better name for it

Already implemented:
- Insert a sale
- Return the top selling car ID

Here are the challenges. You will need to make the function and test it:  
- Given the ID of a person, get their bday and if it is their birthday return true, otherwise false
- personDb stores all names uppercase. You know the names are always uppercase
Return the name gotten from personDb as lowercase. People can have 0 to N middle names 
- Determine if a sale is refundable (was made < 3 months ago) 
- Modify inset sale function to check inventory of cars. If no inventory is left 
make the car inactive 
- Find if the users city matches the location of any of our dealership. If so return the dealership
otherwise return an empty string

mockito-kata's People

Contributors

austinabro321 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.