DanielBullimore / OOmutiny

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

0.1.Point test#3 #41

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: 2 Testing Phase: 1 Date Tested: 11/01/20

Testing Method from Testing Plan Passed?
2.3.7. The individual x y z axis values of that point can be returned using funNum_GetAxisX, funNum_GetAxisY, funNum_GetAxisZ. fail
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:

2.3.7. testing doc was calling OoPoint.funNum_GetX when it should have called OoPoint.funNum_GetAxisX() 2.1.3. testing doc was calling OoPoint.funnum_GetAxisX should be OoPoint.funNum_GetAxisX

Post refactor notes:

Renamed those typos. Proof read before running tests PLEASE!