Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
G
H
M
N
O
R
S
T
U
B
both(Serializable, boolean)
- Static method in class net.derquinse.common.test.
HessianSerializabilityTests
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one using both Hessian 1 and 2.
both(Serializable)
- Static method in class net.derquinse.common.test.
HessianSerializabilityTests
Checks serializability of one object and equality of the provided instance and the deserialized one using both Hessian 1 and 2.
C
check(Gson, T, Type, boolean)
- Static method in class net.derquinse.common.test.
GsonSerializabilityTests
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one.
check(Gson, T, Type)
- Static method in class net.derquinse.common.test.
GsonSerializabilityTests
Checks serializability of one object and equality of the provided instance and the deserialized one.
check(Gson, T)
- Static method in class net.derquinse.common.test.
GsonSerializabilityTests
Checks serializability of one object and equality of the provided instance and the deserialized one.
check(T, Type, boolean)
- Static method in class net.derquinse.common.test.
GsonSerializabilityTests
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one.
check(T, Type)
- Static method in class net.derquinse.common.test.
GsonSerializabilityTests
Checks serializability of one object and equality of the provided instance and the deserialized one.
check(T, boolean)
- Static method in class net.derquinse.common.test.
GsonSerializabilityTests
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one.
check(T)
- Static method in class net.derquinse.common.test.
GsonSerializabilityTests
Checks serializability of one object and equality of the provided instance and the deserialized one.
check(T, boolean)
- Static method in class net.derquinse.common.test.
SerializabilityTests
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one.
check(T)
- Static method in class net.derquinse.common.test.
SerializabilityTests
Checks serializability of one object and equality of the provided instance and the deserialized one.
D
DRIVER
- Static variable in class net.derquinse.common.test.h2.
H2Tests
Driver.
E
EqualityTests
- Class in
net.derquinse.common.test
Equality tests support methods.
G
getBytes(int)
- Static method in class net.derquinse.common.test.
RandomSupport
Generates a user-specified number of random bytes.
getSupplier(int)
- Static method in class net.derquinse.common.test.
RandomSupport
Generates a user-specified number of random bytes, returning them as an input supplier.
GsonSerializabilityTests
- Class in
net.derquinse.common.test
Gson serializability support methods.
H
H2MemorySingleConnectionDataSource
- Class in
net.derquinse.common.test.h2
An H2 Single Connection Data Source for testing purposes.
H2MemorySingleConnectionDataSource()
- Constructor for class net.derquinse.common.test.h2.
H2MemorySingleConnectionDataSource
H2Tests
- Class in
net.derquinse.common.test.h2
Support class for tests using H2.
H2Tests()
- Constructor for class net.derquinse.common.test.h2.
H2Tests
hessian1(T, boolean)
- Static method in class net.derquinse.common.test.
HessianSerializabilityTests
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one using Hessian 1.
hessian1(T)
- Static method in class net.derquinse.common.test.
HessianSerializabilityTests
Checks serializability of one object and equality of the provided instance and the deserialized one using Hessian 1.
hessian2(T, boolean)
- Static method in class net.derquinse.common.test.
HessianSerializabilityTests
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one using Hessian 2.
hessian2(T)
- Static method in class net.derquinse.common.test.
HessianSerializabilityTests
Checks serializability of one object and equality of the provided instance and the deserialized one using Hessian 2.
HessianSerializabilityTests
- Class in
net.derquinse.common.test
Hessian serializability support methods.
M
many(List<?>)
- Static method in class net.derquinse.common.test.
EqualityTests
Checks equality for many object.
many(Object...)
- Static method in class net.derquinse.common.test.
EqualityTests
Checks equality for many object.
MEM_PWD
- Static variable in class net.derquinse.common.test.h2.
H2Tests
Memory DB default password.
MEM_URL
- Static variable in class net.derquinse.common.test.h2.
H2Tests
Memory URL.
MEM_USER
- Static variable in class net.derquinse.common.test.h2.
H2Tests
Memory DB default username.
N
net.derquinse.common.test
- package net.derquinse.common.test
net.derquinse.common.test.h2
- package net.derquinse.common.test.h2
nextInt()
- Static method in class net.derquinse.common.test.
RandomSupport
Returns a pseudorandom, uniformly distributed
int
.
nextInt(int)
- Static method in class net.derquinse.common.test.
RandomSupport
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive).
nextInt(int, int)
- Static method in class net.derquinse.common.test.
RandomSupport
Returns a pseudorandom, uniformly distributed
int
value between the
min
argument (inclusive) and the
max
argument (exclusive).
O
one(Object)
- Static method in class net.derquinse.common.test.
EqualityTests
Checks equality for one object.
R
RandomSupport
- Class in
net.derquinse.common.test
Randomness support class for tests.
S
SerializabilityTests
- Class in
net.derquinse.common.test
Serializability support methods.
T
two(Object, Object)
- Static method in class net.derquinse.common.test.
EqualityTests
Checks equality for two objects.
U
UnableToSerializeException
- Exception in
net.derquinse.common.test
Exception thrown when an error occurs during serialization tests.
UnableToSerializeException(Throwable)
- Constructor for exception net.derquinse.common.test.
UnableToSerializeException
Constructor.
B
C
D
E
G
H
M
N
O
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
Derquinse Projects
. All Rights Reserved.