Skip to content

jrajkumar123/exception-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks to answer in your own README.md that you submit on Canvas:

  1. See logger.log, why is it different from the log to console?
  2. Where does this line come from? FINER org.junit.jupiter.engine.execution.ConditionEvaluator logResult Evaluation of condition [org.junit.jupiter.engine.extension.DisabledCondition] resulted in: ConditionEvaluationResult [enabled = true, reason = '@Disabled is not present']
  3. What does Assertions.assertThrows do?
  4. See TimerException and there are 3 questions
    1. What is serialVersionUID and why do we need it? (please read on Internet)
    2. Why do we need to override constructors?
    3. Why we did not override other Exception methods?
  5. The Timer.java has a static block static {}, what does it do? (determine when called by debugger)
  6. What is README.md file format how is it related to bitbucket? (https://confluence.atlassian.com/bitbucketserver/markdown-syntax-guide-776639995.html)
  7. Why is the test failing? what do we need to change in Timer? (fix that all tests pass and describe the issue)
  8. What is the actual issue here, what is the sequence of Exceptions and handlers (debug)
  9. Make a printScreen of your eclipse JUnit5 plugin run (JUnit window at the bottom panel)
  10. Make a printScreen of your eclipse Maven test run, with console
  11. What category of Exceptions is TimerException and what is NullPointerException
  12. Push the updated/fixed source code to your own repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages