Generic unit test structure for BufferPool.getPage() assuming locking. @param tid1 the first transaction Id @param pid1 the first page to lock over @param perm1 the type of lock for the first page @param tid2 the second transaction Id @param pid2 the second page to lock over @param perm2 the type o
(
TransactionId tid1, PageId pid1, Permissions perm1,
TransactionId tid2, PageId pid2, Permissions perm2,
boolean expected)
source not stored for this graph (policy: none)
no test coverage detected