public class ClassLoaderAwareObjectInputStreamTest extends Object
| Constructor and Description |
|---|
ClassLoaderAwareObjectInputStreamTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testEmptyMap() |
void |
testInvalidSerializationData() |
void |
testNullMap() |
void |
testNulls() |
void |
testParameters() |
void |
testResolveClassDoesNotAttemptFallbackOnSerializationErrors() |
void |
testResolveClassSucceedsByFallbackForNormalClasses() |
void |
testResolveClassSucceedsByFallbackForPrimitives() |
void |
testResolveClassSucceedsUsingOurClassLoader() |
void |
testResolveClassYieldsFirstExceptionWhenNotFound() |
public ClassLoaderAwareObjectInputStreamTest()
public void testInvalidSerializationData()
public void testNullMap()
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void testEmptyMap()
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void testParameters()
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void testResolveClassYieldsFirstExceptionWhenNotFound()
throws Exception
Exceptionpublic void testResolveClassSucceedsUsingOurClassLoader()
throws Exception
Exceptionpublic void testResolveClassSucceedsByFallbackForNormalClasses()
throws Exception
Exceptionpublic void testResolveClassSucceedsByFallbackForPrimitives()
throws Exception
ExceptionCopyright © 2017 Atlassian. All rights reserved.