origin-energy / java-snapshot-testing

Facebook style snapshot testing for JAVA Tests
MIT License
109 stars 15 forks source link

[question]I could not reference the core's source. #152

Closed uk-taniyama closed 1 year ago

uk-taniyama commented 1 year ago

I tried to reference the type definition of PropertyResolvingSnapshotConfig and could not reference the source.

testImplementation 'io.github.origin-energy:java-snapshot-testing-junit5:4.+'

Therefore, the following dependencies were also added, but to no avail.

testImplementation 'io.github.origin-energy:java-snapshot-testing-core:4.+'
jackmatt2 commented 1 year ago

Is this still an issue? core is included with all the implementations already.