Skip to content

run unit-tests from java; test input and output with System.in and System.out

Notifications You must be signed in to change notification settings

htl-leonding/unit-test-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unit-test-runner

Emulating System.in and System.out for testing

How to emulate

  • keyboard inputs with Scanner and

  • console output with println/print/print

How to start junit-tests from Java

Creation of this project

create statement for maven
mvn archetype:generate \
          -DgroupId=at.htl.runner \
          -DartifactId=unit-test-runner \
          -DarchetypeArtifactId=maven-archetype-quickstart \
          -DinteractiveMode=false

About

run unit-tests from java; test input and output with System.in and System.out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages