Skip to content

log meta data for JUnit tests which were created for programming books or coding dojos

Notifications You must be signed in to change notification settings

spellsleeper/exerciseTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exerciseTasks

This is a project with the target to log meta data for JUnit tests which were created for programming books or coding dojos

It is also a simple example of how to write your own runner for JUnit:-)

Usage sample:

@Exercise(name="Chapter XYZ - ...",
        topics = {"Lambdas","sam types", "interface default methods", "..."})
@RunWith(ExerciseRunner.class)
public class ChapterXYZ{
    ...
@Test
@Task(signature = "xyz.1.1a",topics = {"lambda", "..."})
public void test11a {
    ...

About

log meta data for JUnit tests which were created for programming books or coding dojos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages