This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a change to branch ignite-13618
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 9f10ee2  Merge branch 'ignite-13617' into ignite-13618
     new 417b81d  WIP. Add FieldAccessor tests. Add Mokito dependency.
     new ca3333e  WIP. Add serialization tests for complex objects.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 modules/commons/pom.xml                            |  12 +-
 .../internal/schema/marshaller/FieldAccessor.java  |  75 +++--
 .../internal/schema/marshaller/JavaSerializer.java |  31 +-
 .../internal/schema/marshaller/Marshaller.java     |   7 +-
 .../internal/schema/marshaller/ObjectFactory.java  |   2 +
 .../org/apache/ignite/internal/util/Pair.java}     |  41 ++-
 .../ignite/internal/schema/SchemaTestSuite.java    |   2 +
 .../{SchemaTestUtils.java => TestUtils.java}       |  85 +++--
 .../apache/ignite/internal/schema/TupleTest.java   |   2 +-
 .../schema/marshaller/FieldAccessorTest.java       | 320 ++++++++++++++++++
 .../schema/marshaller/JavaSerializerTest.java      | 356 ++++++++++++++++++++-
 11 files changed, 816 insertions(+), 117 deletions(-)
 copy 
modules/{core/src/main/java/org/apache/ignite/internal/util/GridConcurrentFactory.java
 => commons/src/main/java/org/apache/ignite/internal/util/Pair.java} (61%)
 rename 
modules/commons/src/test/java/org/apache/ignite/internal/schema/{SchemaTestUtils.java
 => TestUtils.java} (55%)
 create mode 100644 
modules/commons/src/test/java/org/apache/ignite/internal/schema/marshaller/FieldAccessorTest.java

Reply via email to