DanielBullimore / OOmutiny

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

1.1.Interrupt #1 #31

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: 1.1 Feature Name: Interrupt Feature Type: class object Test Number: 1 Testing Phase: 1 Date Tested: 27/12/2019

Testing Method from Testing Plan Passed?
Security, Accessibility & Visibility>Pretest state:o() is a public class all its properties and methods are public Failed

Test Notes and Error Details:

All properties of o() were declared as private vars thus the testsing script could not output a pretest state for its test instances.

Post refactor notes:

Property declarations changed from var property; to this.property; as a reslut pretest state table should now display as expected.