public class VerifyRequiredMethods extends Object
 Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
| Constructor and Description | 
|---|
VerifyRequiredMethods()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
equalsAndHashCodeTest()
Check that all classes that implement equals also implement hashCode. 
 | 
void | 
serializableTest()
Check that all classes implement the Serializable interface. 
 | 
void | 
toStringTest()
Check that all classes have a toString method. 
 | 
public final void toStringTest()
public final void serializableTest()
public final void equalsAndHashCodeTest()
Copyright © 2014–2017 Delft University of Technology. All rights reserved.