mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 13:36:32 +08:00
Merge remote-tracking branch 'origin/GP-1196_ghizard_AbstractGTest_Rule_fix'
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
*/
|
||||
package generic.test;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.junit.Assert.assertNull;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.*;
|
||||
@@ -26,6 +27,7 @@ import java.util.function.BooleanSupplier;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Rule;
|
||||
import org.junit.rules.TestName;
|
||||
|
||||
import ghidra.framework.Application;
|
||||
@@ -68,6 +70,7 @@ public abstract class AbstractGTest {
|
||||
|
||||
private static String testDirectoryPath = createTestDirectoryPath();
|
||||
|
||||
@Rule
|
||||
public TestName testName = new TestName();
|
||||
|
||||
/**
|
||||
@@ -339,7 +342,6 @@ public abstract class AbstractGTest {
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
//==================================================================================================
|
||||
// Wait Methods
|
||||
//==================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user