Coder Social home page Coder Social logo

Comments (4)

brice-morin avatar brice-morin commented on September 24, 2024

My typical use case: I basically want to test that KMF loaders and serializers work as they should i.e. (in pseudo-code)

myModel = load(...)
save(myModel, ...)
myNewModel = load(...)
assertTrue(myModel.equals(myNewModel))//should be true, if loader and serializer work fine

I am of course not interested in testing:

assertTrue(myModel == myNewModel)//will always be false, since objects are distincts, but equals (in principle)

with == to be interpreted in the Java sense

from kevoree-modeling-framework.

brice-morin avatar brice-morin commented on September 24, 2024

A good source of inspiration might be:
https://code.google.com/p/deep-equals/source/browse/deep-equals/java/com/cedarsoftware/util/DeepEquals.java

Of course, the generative approach of KMF should avoid all those reflexive calls, since we now exactly what we want to compare :-)

from kevoree-modeling-framework.

gnain avatar gnain commented on September 24, 2024

Closed by 19ec581

from kevoree-modeling-framework.

brice-morin avatar brice-morin commented on September 24, 2024

I am very happy for now, but might come back some time soon on that topic :-)

from kevoree-modeling-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.