mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-2971 - Key Bindings - test fixes
This commit is contained in:
parent
380d863c96
commit
ad4ac0413d
5 changed files with 24 additions and 23 deletions
|
@ -36,7 +36,7 @@ public class FunctionGraphCacheTest extends AbstractFunctionGraphTest {
|
|||
private List<Address> disposedFunctionData = Collections.synchronizedList(new ArrayList<>());
|
||||
private List<Address> evictedFromCache = Collections.synchronizedList(new ArrayList<>());
|
||||
|
||||
// partial fake of DecompilerController to take control of the buildCache() method and spy
|
||||
// partial fake of FGController to take control of the buildCache() method and spy
|
||||
// on the two methods that might dispose a FunctionGrahpData object.
|
||||
public class FakeFunctionGraphController extends MockUp<FGController> {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue