Skip to content

Latest commit

 

History

History

degraph-testing-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

If you are not familiar with Degraph yet I recommend to read the Degraph documentation first and to have a look at my degraph-visualization-test demo.

Degraph Testing Demo

This is a sample project which uses degraph-check to write unit tests that check package dependencies.

The package dependencies of this project look like this:

package dependencies

This project mainly demonstrates

Links

Pro Tip

If you run into an IllegalArgumentException while testing your code base, you possibly have the wrong asm version on your classpath (see Degraph issue #82). In this case the easiest workaround is to move the degraph tests into a separate module.