Write tests for Part.touched

I’m testing a piece of code with TestEZ, and I have a function that
is executed once a specific part is touched by a player.

I was wondering if there is any way to fire the .touched event of a part (or any other built-in event) from a script, or if there is a workaround to that, having for example a simulated player touch that part.

Thanks in advance