nbrugger-tgm / reactj

A reactive ui lib for easy MVC
LaTeX Project Public License v1.3c
10 stars 0 forks source link

[Testing] Equals & hashCode #32

Closed nbrugger-tgm closed 3 years ago

nbrugger-tgm commented 3 years ago

Extensive testing is needed if Object.hashCode() and Object.equals() works as expected on

scope of testing

nbrugger-tgm commented 3 years ago

Progress

Most testcases are implemented see commit 47b860a

One thing left to do is inter VM testing. As proxies are runtime generated classes there should be a problem when serializing them into a file, and reading them later on with a VM where the proxy class cannot exist.

This is a thesis verification needed