public abstract class SystemMetricsSerializerTest<T extends SystemMetrics<T>>
extends java.lang.Object
| Constructor and Description |
|---|
SystemMetricsSerializerTest() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
createInitializedInstance() |
protected T |
createInstance() |
protected abstract java.lang.Class<T> |
getClazz() |
protected abstract SystemMetricsSerializer<T> |
getSerializer() |
void |
testRandomContents() |
void |
testSerialization() |
void |
testSerializeContents() |
public void testSerialization()
throws java.lang.Exception
java.lang.Exceptionpublic void testSerializeContents()
throws java.lang.Exception
java.lang.Exceptionpublic void testRandomContents()
throws java.lang.Exception
java.lang.Exceptionprotected abstract java.lang.Class<T> getClazz()
protected abstract SystemMetricsSerializer<T> getSerializer()
protected T createInitializedInstance() throws java.lang.Exception
java.lang.Exceptionprotected T createInstance() throws java.lang.Exception
java.lang.Exception