Skip to content

ProgrammingByExample/TDDBlankProject-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blank test project

This is a blank test project for article readers to begin coding without providing full instructions of it's creation. The reason it exists is to lower friction and ensure the article is not filled with instructions one could look up from Microsoft - which would also be continually up to date. This code seeks to provide a small project with a few tests which may be played around with or simply viewed to gain further understanding.

Installation

IntelliJ

This code was created using IntelliJ IDEA 2022. 1.4 and Maven. When openning this project attempt to build the project to gather dependancies. The tests should run by right clicking the test section and 'run all tests'. In this version there are no tests, if you want to test however add @Test to the example test.

Licence

  1. I give no guarantee or assurance that the given code will work or will not cause harm.
  2. There is no licence for this code. Use it at will even for commercial use.
    • This is a teaching project.

About

A blank testing project with Java and IntelliJ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages