TestDetails

fun TestDetails(    id: String,     title: String,     description: String,     language: String,     localDateTime: LocalDateTime,     totalNumberOfWorkBooks: Int,     testDurationInMinutes: Int,     testStatus: Status)

Parameters

title

the title of the test.

description

the description of the test.

language

indicates the language that the test focuses on.

localDateTime

an instance of LocalDateTime that indicates the time and date of the test. The getLocalDateTimeForMillis static method can be used to generate the instance for a given timestamp in milliseconds.

totalNumberOfWorkBooks

indicates the total number of questions in this test.

testDurationInMinutes

indicates the number of minutes allotted for each question.