public class AvroSchemaUtilTest extends BaseTest
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
thrown |
| Constructor and Description |
|---|
AvroSchemaUtilTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testConvertArray() |
void |
testConvertComplexUnion() |
void |
testConvertDateTime() |
void |
testConvertDecimal() |
void |
testConvertDict() |
void |
testConvertEnum() |
void |
testConvertFixed() |
void |
testConvertMap() |
void |
testConvertNullType() |
void |
testConvertSimpleTypes() |
void |
testConvertWithNamedTypes() |
void |
testConvertWithNamespaces() |
void |
testExtractSchemaFromNullable() |
void |
testExtractSchemaFromNullableComplexUnion() |
void |
testExtractSchemaFromNullableNotUnion() |
public void testExtractSchemaFromNullableNotUnion()
public void testExtractSchemaFromNullableComplexUnion()
public void testExtractSchemaFromNullable()
public void testConvertSimpleTypes()
public void testConvertDecimal()
public void testConvertDateTime()
public void testConvertNullType()
public void testConvertEnum()
public void testConvertFixed()
public void testConvertArray()
public void testConvertMap()
public void testConvertDict()
public void testConvertComplexUnion()
public void testConvertWithNamedTypes()
public void testConvertWithNamespaces()
Copyright © 2021 The Apache Software Foundation. All rights reserved.