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

net.serenitybdd.reports.model.TestResultSummary.kt Maven / Gradle / Ivy

There is a newer version: 4.2.3
Show newest version
package net.serenitybdd.reports.model

class TestResultSummary(val totalCount: Int,
                        val countByResult: Map,
                        val percentageByResult: Map,
                        val totalTestDuration: String,
                        val clockTestDuration: String,
                        val averageTestDuration: String,
                        val maxTestDuration: String,
                        val minTestDuration: String
                        )


class PieChartProgress(val startDegrees : Int, val deltaDegrees : Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy