Skip to content

ISBN Validator using Test-Driven Development (TDD). JUnit, Mockito as a testing frameworks. This little project was implemented following the ISBN rules as ISBN-10 check digits and ISBN-13 check digit calculation using principally Java with test-driven development (TDD).

Notifications You must be signed in to change notification settings

Dynotum/ISBN-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISBN-Validator

The International Standard Book Number (ISBN) is a numeric commercial book identifier which is intended to be unique. Publishers purchase ISBNs from an affiliate of the International ISBN Agency. - Wikipedia

This little project was implemented following the ISBN rules as ISBN-10 check digits and ISBN-13 check digit calculation using principally Java with test-driven development (TDD).

Test-Driven Development (TDD)

Image

Fakes, Stubs & Mocks test

Image

About

ISBN Validator using Test-Driven Development (TDD). JUnit, Mockito as a testing frameworks. This little project was implemented following the ISBN rules as ISBN-10 check digits and ISBN-13 check digit calculation using principally Java with test-driven development (TDD).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages