Directory test/resources
keeps the following items related to tests of Jenkins pipelines
and classes:
callStacks/**
- expected call stacks of Jenkins pipelines and classes. See its Readme file for more detailsorg/example/**
- other subdirectories follow standard structure of Java/Groovy packages.
For example, if your test classorg.example.FooSpec
needs Jenkinsfile to execute and assert that results are correct, place it inorg/example/FooSpec.Jenkinsfile
file.