Skip to content

Instantly share code, notes, and snippets.

View amgadhanafy's full-sized avatar

Amgad Hanafy amgadhanafy

  • CGI Inc.
  • Fredericton, Canada
View GitHub Profile
@amgadhanafy
amgadhanafy / AllTests.java
Last active May 1, 2019 12:20
Run all test classes that are extending specific class
package com.abc.common;
import static java.lang.Class.forName;
import static java.lang.Thread.currentThread;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Enumeration;