Skip to content

Commit

Permalink
more class comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olewoy committed Jul 9, 2024
1 parent fa69b56 commit 32dbce9
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion src/SpotifyConnect/SPOCTestApiSwitchDevice.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"
Test the API request to switch the active device.
"
Class {
#name : #SPOCTestApiSwitchDevice,
#superclass : #SPOCTestCaseWithAuth,
#category : #'SpotifyConnect-Auth-Tests'
#category : #'SpotifyConnect-Auth-Tests',
#'squeak_changestamp' : 'OW 7/9/2024 10:42'
}

{
Expand Down
6 changes: 5 additions & 1 deletion src/SpotifyConnect/SPOCTestApiVolume.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"
Tests the API call and the change of volume.
"
Class {
#name : #SPOCTestApiVolume,
#superclass : #SPOCTestCaseWithAuth,
#category : #'SpotifyConnect-Auth-Tests'
#category : #'SpotifyConnect-Auth-Tests',
#'squeak_changestamp' : 'OW 7/9/2024 10:43'
}

{
Expand Down
6 changes: 5 additions & 1 deletion src/SpotifyConnect/SPOCTestAuthorizerProcess.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"
Tests parts necessary for the Authorizer.
"
Class {
#name : #SPOCTestAuthorizerProcess,
#superclass : #SPOCTestCaseWithAuth,
#category : #'SpotifyConnect-Auth-Tests'
#category : #'SpotifyConnect-Auth-Tests',
#'squeak_changestamp' : 'OW 7/9/2024 10:44'
}

{
Expand Down
6 changes: 5 additions & 1 deletion src/SpotifyConnect/SPOCTestPlay.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"
Test Play API request.
"
Class {
#name : #SPOCTestPlay,
#superclass : #SPOCTestCaseWithAuth,
#category : #'SpotifyConnect-Auth-Tests'
#category : #'SpotifyConnect-Auth-Tests',
#'squeak_changestamp' : 'OW 7/9/2024 10:44'
}

{
Expand Down
6 changes: 5 additions & 1 deletion src/SpotifyConnect/SPOCTestTokens.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"
Test for correct set access and refreshToken.
"
Class {
#name : #SPOCTestTokens,
#superclass : #SPOCTestCaseWithAuth,
#category : #'SpotifyConnect-Auth-Tests'
#category : #'SpotifyConnect-Auth-Tests',
#'squeak_changestamp' : 'OW 7/9/2024 10:45'
}

{
Expand Down
6 changes: 5 additions & 1 deletion src/SpotifyConnect/SPOCTestUserLogin.class.st
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
"
Test user Login Button field.
"
Class {
#name : #SPOCTestUserLogin,
#superclass : #SPOCTestCaseWithAuth,
#instVars : [
'app',
'userLogin'
],
#category : #'SpotifyConnect-Auth-Tests'
#category : #'SpotifyConnect-Auth-Tests',
#'squeak_changestamp' : 'OW 7/9/2024 10:45'
}

{
Expand Down

0 comments on commit 32dbce9

Please sign in to comment.