Bug report
There are many bugs in the Hybrid OOP v2.0 project. Could you see this so that you can see more context about the bugs? This is the project containing the tests for Objects and Classes.
Tests
-
Tests 1~3 are test about the Objects. The object starts with a new object with key
Key3being stored from the valueValue 3, with the following parents:- New object with key
Key1being stored from the valueValue 1. - New object with key
Key2being stored from the valueValue 2.
Then, the first test inspects the key
Key1of the object, and the second test inspects the keyKey2, and so on. - New object with key
-
Tests 4~6 are test about the Classes, The class starts with a new class with the property
Property 3stored to the valueValue 3, with the following parents:- New class with property
Property1being stored from the valueValue 1. - New class with property
Property2being stored from the valueValue 2.
Then, the fourth test inspects the property
Property1of the object, and so on.But, it seems tests 4~6 are failed because of the class initialization bugs.
- New class with property