This commit is contained in:
Looly
2024-09-13 22:02:25 +08:00
parent 47fe46c495
commit ee13716d42
18 changed files with 646 additions and 522 deletions

View File

@@ -40,12 +40,6 @@ public class CompositeConverterTest {
@Data
public static class EmptyBean {}
@Test
public void getConverterTest() {
final Converter converter = CompositeConverter.getInstance().getConverter(CharSequence.class, null, false);
assertNotNull(converter);
}
@Test
public void customTest() {
final int a = 454553;