DanielBullimore / OOmutiny

OO Javascript frontend
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

0.1.Point test#2 #40

Closed DanielBullimore closed 4 years ago

DanielBullimore commented 4 years ago

Every time a feature is tested the results of that test must be recorded here in a test results register. Dont forget to place post refactor notes as comments on this issue.

Details

Feature ID: 0.1 Feature Name: Point Feature Type: object class Test Number: 1 Testing Phase: 1 Date Tested: 11/01/20

Testing Method from Testing Plan Passed?
2.1.3. The funNum_get* methods can all be called publicly as well as funSetPoint and funRay_GetPoint Fail

Test Notes and Error Details:

OoPoints methods are declared as function name() {} but object methods should be declared name = function() {}

Post refactor notes:

DanielBullimore commented 4 years ago

yep just made all the objects methods this.name = function()