MatrixBerryCore
+mxberry
+core
+cont
+test
mlunit_test_diskbasedhashmap.m
Go to the documentation of this file.
1
classdef mlunit_test_diskbasedhashmap<
mxberry
.
core
.
cont
.
test
.
ADiskBasedHashMapTC
2
methods
3
function
self
= mlunit_test_diskbasedhashmap(varargin)
4
self
=
self
@
mxberry
.
core
.
cont
.
test
.
ADiskBasedHashMapTC
(...
5
varargin{:});
6
end
7
end
8
properties (MethodSetupParameter)
9
argList=
mxberry
.
core
.
cont
.
test
.createparamlist(...
10
mxberry
.
core
.
cont
.
test
.
DiskBasedHashMapFactory
(),...
11
{
'mat'
,
'xml'
},[
true
,
false
]);
12
end
13
end
mxberry::core::cont::test::ADiskBasedHashMapTC
Definition:
ADiskBasedHashMapTC.m:7
mxberry::core
mxberry::core::cont::test
mxberry
mxberry::core::cont
mxberry::core::cont::test::DiskBasedHashMapFactory
Definition:
DiskBasedHashMapFactory.m:7
Generated for MatrixBerryCore by
1.8.13