Asserts that the tested value is greater than the tested value. However, it's often best to assert that the target is equal to its expected value.
Works with:
- expect(
core.time.Duration
).[to].[be].greaterThan(core.time.Duration
) - expect(
std.datetime.systime.SysTime
).[to].[be].greaterThan(std.datetime.systime.SysTime
) - expect(
byte
).[to].[be].greaterThan(byte
) - expect(
ubyte
).[to].[be].greaterThan(ubyte
) - expect(
short
).[to].[be].greaterThan(short
) - expect(
ushort
).[to].[be].greaterThan(ushort
) - expect(
int
).[to].[be].greaterThan(int
) - expect(
uint
).[to].[be].greaterThan(uint
) - expect(
long
).[to].[be].greaterThan(long
) - expect(
ulong
).[to].[be].greaterThan(ulong
) - expect(
float
).[to].[be].greaterThan(float
) - expect(
double
).[to].[be].greaterThan(double
) - expect(
real
).[to].[be].greaterThan(real
) - expect(
byte
).[to].[be].greaterThan(int
) - expect(
ubyte
).[to].[be].greaterThan(int
) - expect(
short
).[to].[be].greaterThan(int
) - expect(
ushort
).[to].[be].greaterThan(int
) - expect(
int
).[to].[be].greaterThan(int
) - expect(
uint
).[to].[be].greaterThan(int
) - expect(
long
).[to].[be].greaterThan(int
) - expect(
ulong
).[to].[be].greaterThan(int
) - expect(
float
).[to].[be].greaterThan(int
) - expect(
double
).[to].[be].greaterThan(int
) - expect(
real
).[to].[be].greaterThan(int
)