Skip to content

Commit

Permalink
Update UML and javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
raydenlim committed Nov 14, 2023
1 parent 466c940 commit 203adf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/diagrams/GradedTestClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class GradedTest {
+ getGradedTests(): String
+ isValidGradeTestName(test: String): boolean
+ isSameGradedTest(otherGradedTest: GradedTest): boolean
+ parseGradedTest(gradedTest: String): String[]
+ validateField(fieldName: String, fieldValue: String): String
}

class ReadingAssessment1 {
Expand Down
Binary file modified docs/images/GradedTest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public GradedTestBuilder withFinals(String finals) {
}

/**
* Sets the {@code PracticalExam} of the {@code Task} that we are building.
* Sets the {@code PracticalExam} of the {@code GradedTest} that we are building.
*/
public GradedTestBuilder withPe(String pE) {
this.pE = new PracticalExam(pE);
Expand Down

0 comments on commit 203adf8

Please sign in to comment.