DanielBullimore / OOmutiny

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

1.1.Interrupt test#4 #34

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: object class Test Number: 4 Testing Phase: 1 Date Tested: 27/12/2019

Testing Method from Testing Plan Passed?

Persistent Memory: >Pretest state: >instance one state: funAct() is type function funSolve() is null | failed! Persistent Memory: >Pretest state: >instance two state: funAct() is type function funSolve() is null | failed!

Test Notes and Error Details:

unimplemented interfaces returned type string and null was expected as per testing plan

Post refactor notes:

Change request granted. Testing plan will now accept undefined as type for unimplemented interface property. Will declear funAct and funSolve as this.funAct; this.funSolve