Skip to content

Java desktop app to save your workouts in Google Sheets. Special focus on test automation, documentation and using Google Sheets API.

Notifications You must be signed in to change notification settings

sainikumara/work-sheet-out

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

OTM-harjoitustyö

worksheetout

Treenien seurannan helpottamista varten rakennettu yksinkertainen sovellus.

Dokumentaatio

Käyttöohje

Vaatimusmäärittely

Arkkitehtuurikuvaus

Testausdokumentti

Työaikakirjanpito

Releaset

Viikko 5

Viikko 6

Loppupalautus

Komentorivitoiminnot

Ohjelman suorittaminen

Ohjelman voi suorittaa hakemistossa worksheetout komennolla

mvn compile exec:java -Dexec.mainClass=worksheetout.ui.TestUI

Testaus

Testit suoritetaan komennolla

mvn test

Testikattavuusraportti luodaan komennolla

mvn jacoco:report

Kattavuusraporttia voi tarkastella avaamalla selaimella tiedosto target/site/jacoco/index.html

Suoritettavan jarin generointi

Komento

mvn package

generoi hakemistoon target suoritettavan jar-tiedoston worksheetout-1.0-SNAPSHOT.jar

JavaDoc

JavaDoc generoidaan komennolla

mvn javadoc:javadoc

JavaDocia voi tarkastella avaamalla selaimella tiedosto target/site/apidocs/index.html

Checkstyle

Tiedostossa checkstyle.xml määrittellyt tarkistukset suoritetaan komennolla

 mvn jxr:jxr checkstyle:checkstyle

Mahdolliset virheilmoitukset selviävät avaamalla selaimella tiedosto target/site/checkstyle.html

About

Java desktop app to save your workouts in Google Sheets. Special focus on test automation, documentation and using Google Sheets API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages