All Downloads are FREE. Search and download functionalities are using the official Maven repository.

appleMain.com.apollographql.apollo3.testing.readFileApple.kt Maven / Gradle / Ivy

There is a newer version: 4.0.0-beta.7
Show newest version
package com.apollographql.apollo3.testing

import okio.FileSystem
import okio.Path.Companion.toPath
import okio.buffer
import kotlin.test.assertEquals

actual val HostFileSystem: FileSystem = FileSystem.SYSTEM

actual fun shouldUpdateTestFixtures(): Boolean = false

actual val testsPath: String = "../"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy