Android Studio : Start Execution of ExampleUnitTest through MainActivity

I have a button in Main activity and when I click on it i want the code which i have written in ExampleUnitTesting to be Executed. How to achieve that?