You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
There doesn't seem to be any unit testing scaffolding support for the Java SDK. Compare and contrast that to the Python API with pulumi.runtime.Mocks , TypeScript with pulumi.runtime.setMocks and Go with pulumi.MockResourceArgs (and friends).
Whilst integration testing is certainly possible, the feedback from the unit tests would be much faster
Affected area/feature
Unit testing
The text was updated successfully, but these errors were encountered:
Wow thanks @justinvp ! I failed miserably to spot this - how come it's not in the documentation and are you going to make a fool out of me by posting an actual documentation link ? 😆
joeduffy
changed the title
Provide unit tests scaffolding for Java
Document unit testing in Java
Feb 10, 2024
Hello!
Issue details
There doesn't seem to be any unit testing scaffolding support for the Java SDK. Compare and contrast that to the Python API with
pulumi.runtime.Mocks
, TypeScript withpulumi.runtime.setMocks
and Go withpulumi.MockResourceArgs
(and friends).Whilst integration testing is certainly possible, the feedback from the unit tests would be much faster
Affected area/feature
Unit testing
The text was updated successfully, but these errors were encountered: