Skip to content

Commit

Permalink
Add built-in client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Feb 24, 2024
1 parent d27a342 commit 5cd2a9d
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package org.hildan.krossbow.websocket.builtin

import org.hildan.krossbow.websocket.*
import org.hildan.krossbow.websocket.test.*

class BuiltInWebSocketClientTest : WebSocketClientTestSuite(
supportsStatusCodes = currentPlatform() !is Platform.Js,
supportsCustomHeaders = currentPlatform() !is Platform.Js,
) {
override fun provideClient() = WebSocketClient.builtIn()
}

0 comments on commit 5cd2a9d

Please sign in to comment.