Jezz Santos

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Jezz Santos created a post, AnsweredRider Action Test Example required
Hi I am building a Rider plugin, and want to test my Actions.Apparently testing in a Rider plugin is different than testing in Intellij, and we need to use TestNG instead.I've attempted to use Test... -
Jezz Santos created a post, AnsweredBasePlatformTestCase not working
I have a simple plugin and an simple test, trying to test a simple `AnAction` that I have.https://github.com/jezzsantos/automate.plugin-rider/blob/main/src/test/java/jezzsantos/automate/plugin/infr...