|
| 1 | +{ |
| 2 | + "suite2": { |
| 3 | + "id": "suite2", |
| 4 | + "description": "when song has been paused", |
| 5 | + "fullName": "Player when song has been paused", |
| 6 | + "failedExpectations": [], |
| 7 | + "deprecationWarnings": [], |
| 8 | + "duration": 2, |
| 9 | + "properties": null, |
| 10 | + "status": "passed", |
| 11 | + "specs": [ |
| 12 | + { |
| 13 | + "id": "spec0", |
| 14 | + "description": "should be able to play a Song", |
| 15 | + "fullName": "Player should be able to play a Song", |
| 16 | + "failedExpectations": [], |
| 17 | + "passedExpectations": [ |
| 18 | + { |
| 19 | + "matcherName": "toEqual", |
| 20 | + "message": "Passed.", |
| 21 | + "stack": "", |
| 22 | + "passed": true |
| 23 | + }, |
| 24 | + { |
| 25 | + "matcherName": "toBePlaying", |
| 26 | + "message": "Passed.", |
| 27 | + "stack": "", |
| 28 | + "passed": true |
| 29 | + } |
| 30 | + ], |
| 31 | + "deprecationWarnings": [], |
| 32 | + "pendingReason": "", |
| 33 | + "duration": 0, |
| 34 | + "properties": null, |
| 35 | + "status": "passed" |
| 36 | + }, |
| 37 | + { |
| 38 | + "id": "spec2", |
| 39 | + "description": "should be possible to resume", |
| 40 | + "fullName": "Player when song has been paused should be possible to resume", |
| 41 | + "failedExpectations": [], |
| 42 | + "passedExpectations": [ |
| 43 | + { |
| 44 | + "matcherName": "toBeTruthy", |
| 45 | + "message": "Passed.", |
| 46 | + "stack": "", |
| 47 | + "passed": true |
| 48 | + }, |
| 49 | + { |
| 50 | + "matcherName": "toEqual", |
| 51 | + "message": "Passed.", |
| 52 | + "stack": "", |
| 53 | + "passed": true |
| 54 | + } |
| 55 | + ], |
| 56 | + "deprecationWarnings": [], |
| 57 | + "pendingReason": "", |
| 58 | + "duration": 1, |
| 59 | + "properties": null, |
| 60 | + "status": "passed" |
| 61 | + }, |
| 62 | + { |
| 63 | + "id": "spec1", |
| 64 | + "description": "should indicate that the song is currently paused", |
| 65 | + "fullName": "Player when song has been paused should indicate that the song is currently paused", |
| 66 | + "failedExpectations": [], |
| 67 | + "passedExpectations": [ |
| 68 | + { |
| 69 | + "matcherName": "toBeFalsy", |
| 70 | + "message": "Passed.", |
| 71 | + "stack": "", |
| 72 | + "passed": true |
| 73 | + }, |
| 74 | + { |
| 75 | + "matcherName": "toBePlaying", |
| 76 | + "message": "Passed.", |
| 77 | + "stack": "", |
| 78 | + "passed": true |
| 79 | + } |
| 80 | + ], |
| 81 | + "deprecationWarnings": [], |
| 82 | + "pendingReason": "", |
| 83 | + "duration": 1, |
| 84 | + "properties": null, |
| 85 | + "status": "passed" |
| 86 | + } |
| 87 | + ] |
| 88 | + }, |
| 89 | + "suite3": { |
| 90 | + "id": "suite3", |
| 91 | + "description": "#resume", |
| 92 | + "fullName": "Player #resume", |
| 93 | + "failedExpectations": [], |
| 94 | + "deprecationWarnings": [], |
| 95 | + "duration": 1, |
| 96 | + "properties": null, |
| 97 | + "status": "passed", |
| 98 | + "specs": [ |
| 99 | + { |
| 100 | + "id": "spec3", |
| 101 | + "description": "tells the current song if the user has made it a favorite", |
| 102 | + "fullName": "Player tells the current song if the user has made it a favorite", |
| 103 | + "failedExpectations": [], |
| 104 | + "passedExpectations": [ |
| 105 | + { |
| 106 | + "matcherName": "toHaveBeenCalledWith", |
| 107 | + "message": "Passed.", |
| 108 | + "stack": "", |
| 109 | + "passed": true |
| 110 | + } |
| 111 | + ], |
| 112 | + "deprecationWarnings": [], |
| 113 | + "pendingReason": "", |
| 114 | + "duration": 1, |
| 115 | + "properties": null, |
| 116 | + "status": "passed" |
| 117 | + }, |
| 118 | + { |
| 119 | + "id": "spec4", |
| 120 | + "description": "should throw an exception if song is already playing", |
| 121 | + "fullName": "Player #resume should throw an exception if song is already playing", |
| 122 | + "failedExpectations": [], |
| 123 | + "passedExpectations": [ |
| 124 | + { |
| 125 | + "matcherName": "toThrowError", |
| 126 | + "message": "Passed.", |
| 127 | + "stack": "", |
| 128 | + "passed": true |
| 129 | + } |
| 130 | + ], |
| 131 | + "deprecationWarnings": [], |
| 132 | + "pendingReason": "", |
| 133 | + "duration": 0, |
| 134 | + "properties": null, |
| 135 | + "status": "passed" |
| 136 | + } |
| 137 | + ] |
| 138 | + }, |
| 139 | + "suite1": { |
| 140 | + "id": "suite1", |
| 141 | + "description": "Player", |
| 142 | + "fullName": "Player", |
| 143 | + "failedExpectations": [], |
| 144 | + "deprecationWarnings": [], |
| 145 | + "duration": 4, |
| 146 | + "properties": null, |
| 147 | + "status": "passed", |
| 148 | + "specs": [] |
| 149 | + } |
| 150 | +} |
0 commit comments