Class SerializableTest
- java.lang.Object
-
- nl.tudelft.simulation.language.reflection.SerializableTest
-
public class SerializableTest extends Object
SerializableTest.java.Copyright (c) 2019-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.- Author:
- Alexander Verbraeck
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSerializableTest.TestClassa class to serialize.static classSerializableTest.TestClassNotSerialisablea class to serialize.
-
Constructor Summary
Constructors Constructor Description SerializableTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestSerializableConstructor()Test the SerializableConstructor.voidtestSerializableField()Test the SerializableField.voidtestSerializableMethod()Test the SerializableField.voidtestStateSaver()Test the StateSaver class.
-
-
-
Method Detail
-
testSerializableConstructor
public void testSerializableConstructor() throws NoSuchMethodException, SecurityException, IOException, ClassNotFoundExceptionTest the SerializableConstructor.- Throws:
SecurityException- on errorNoSuchMethodException- on errorIOException- on errorClassNotFoundException- on error
-
testSerializableField
public void testSerializableField() throws NoSuchMethodException, SecurityException, IOException, ClassNotFoundException, NoSuchFieldExceptionTest the SerializableField.- Throws:
SecurityException- on errorNoSuchMethodException- on errorIOException- on errorClassNotFoundException- on errorNoSuchFieldException- on error
-
testSerializableMethod
public void testSerializableMethod() throws NoSuchMethodException, SecurityException, IOException, ClassNotFoundException, NoSuchMethodExceptionTest the SerializableField.- Throws:
SecurityException- on errorNoSuchMethodException- on errorIOException- on errorClassNotFoundException- on errorNoSuchMethodException- on error
-
testStateSaver
public void testStateSaver() throws DSOLExceptionTest the StateSaver class.- Throws:
DSOLException- on error
-
-