No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
BinHong Lee 82d80e43f9 Added test for deleteUser function hace 7 años
docs Updated JavaDocs and JUnit tests for all non-UI classes hace 7 años
src Added test for deleteUser function hace 7 años
.codecov.yml Added .codecov.yml hace 7 años
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes hace 7 años
.travis.yml Converted User class to Kotlin hace 7 años
LICENSE Added Travis-CI, codecov and LICENSE file hace 7 años
README.md Added Travis-CI, codecov and LICENSE file hace 7 años
_config.yml Set theme jekyll-theme-midnight hace 7 años
pom.xml Converted BookTest and UserTest to Kotlin hace 7 años

README.md

Library System

Build Status codecov MIT License

API Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Oracle JDK

Use

- Clone this repository

git clone https://github.com/binhonglee/LibrarySystem.git

- Run the program

mvn compile
mvn exec:java

- Run test

mvn test