Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 590 Bytes

test_dagger_mark.md

File metadata and controls

17 lines (13 loc) · 590 Bytes

CI/CD

  • Number of unique test cases written by the group Your Mark: 13 / 16

-3 for non deterministic tests -- why are there if statements in tests??

DAGGER

  • Correct Inject Statements
  • Correct initalization in App.java\ n- Only has and uses one context
  • Having proper module classes
  • Proper provides for provideDriver (check exists, annotation and return)
  • Proper provides for provide neo4jDAO (check exists, annotation and return)
  • Proper provides for server (check exists, annotation and return)

Your Mark: 15 / 16

-1 for missing neo4j dao provides