Skip to content

Releases: thsaravana/dagger-plugin-processor

Generation in Package

26 May 08:12
136bebf
Compare
Choose a tag to compare

Test files will be generated into appropriate packages.

For instance,
@GenerateTest(directory = "binds", exclude = ["assets"])

will cause the test files to be generated under binds package.

Test Generation

17 May 15:58
efe8bd6
Compare
Choose a tag to compare

Automatically generate test files based on the GenerateTest annotation and the testData directory structure.