Package com.spertus.jacquard.junittester
Annotation Interface GradedTest
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionA description of the defect detected by this test.booleanWhether to include the output in the test results.The name of the test.doubleThe number of points the test is worth.The visibility level of the test, which determines when the result is shown to the student whose code is being graded.
- 
Element Details- 
nameString nameThe name of the test. If this is not set, the name of the test method will be used in the correspondingResult.- Returns:
- the name of the test
 - Default:
- ""
 
- 
descriptionString descriptionA description of the defect detected by this test.- Returns:
- the description
 - Default:
- ""
 
- 
pointsdouble pointsThe number of points the test is worth.- Returns:
- the number of points the test is worth
 - Default:
- 1.0
 
- 
includeOutputboolean includeOutputWhether to include the output in the test results.- Returns:
- trueif the output should be included,- falseotherwise
 - Default:
- true
 
- 
visibilityVisibility visibilityThe visibility level of the test, which determines when the result is shown to the student whose code is being graded.- Returns:
- the visibility level of the test
 - Default:
- VISIBLE
 
 
-