AssignmentTestMethod

data class AssignmentTestMethod: Any

Represents an Assignment's JUnit test method/function.

Fields

Name Description
val id: Long

is a primary-key like generated value

val assignmentId: String

is a String, identifying the assignment

val testClass: String

is a String with the name of the test class

val testMethod: String

is a String with the name of the method

Constructors

<init>

constructor(id: Long, assignmentId: String, testClass: String, testMethod: String)

Represents an Assignment's JUnit test method/function.

Parameters

Name Description
id: Long
assignmentId: String
testClass: String
testMethod: String