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

com.deque.networking.models.devtools.serializable.AxeContext.kt Maven / Gradle / Ivy

There is a newer version: 5.5.2
Show newest version
package com.deque.networking.models.devtools.serializable

/**
 * Manages global state for a set of tests relating back to one particular test run.
 */
data class AxeContext(
    var axeView: AxeView? = null,
    var axeDevice: AxeDevice? = null,
    var screenshot: String? = null,
    var axeMetaData: AxeMetaData? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy